Allinea branding homepage a Match Live TV per verifica OAuth Google.

Nome visibile in hero, meta application-name, JSON-LD e documentazione; corregge mismatch con «Match Live Tv» in Console.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-02 20:04:34 +02:00
parent 71eaf9cf56
commit cd8e97243f
9 changed files with 73 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Match Live Tv</string>
<string name="app_name">Match Live TV</string>
<string name="streaming_notification_channel">Streaming live</string>
<string name="streaming_notification_channel_desc">Notifiche durante lo streaming Match Live TV</string>
<string name="streaming_notification_title">Match Live TV</string>

View File

@@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Match Live Tv</string>
<string>Match Live TV</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>

View File

@@ -29,7 +29,7 @@ class MatchLiveTvApp extends ConsumerWidget {
final router = ref.watch(routerProvider);
return MaterialApp.router(
title: 'Match Live Tv',
title: 'Match Live TV',
debugShowCheckedModeBanner: false,
theme: AppTheme.dark,
routerConfig: router,