Allinea iOS a i18n Android 2.0.5 e aggiunge monitoraggio termico nativo.
Completa L10n su login/hub/wizard/broadcast e introduce ThermalStateManager su iOS/Android con degradazione qualità e indicatore in overlay. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
ff4de33cc5
commit
ea5da1eb86
@@ -19,7 +19,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.0</string>
|
||||
<string>2.0.5</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
@@ -32,7 +32,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>21</string>
|
||||
<string>26</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
"NSCameraUsageDescription" = "Match Live TV nutzt die Kamera für Live-Übertragungen von Spielen.";
|
||||
"NSMicrophoneUsageDescription" = "Match Live TV nutzt das Mikrofon für den Live-Ton.";
|
||||
"NSPhotoLibraryUsageDescription" = "Match Live TV nutzt Fotos für Team-Logos.";
|
||||
@@ -0,0 +1,3 @@
|
||||
"NSCameraUsageDescription" = "Match Live TV uses the camera to broadcast live matches.";
|
||||
"NSMicrophoneUsageDescription" = "Match Live TV uses the microphone for live audio.";
|
||||
"NSPhotoLibraryUsageDescription" = "Match Live TV uses photos for team logos.";
|
||||
@@ -0,0 +1,3 @@
|
||||
"NSCameraUsageDescription" = "Match Live TV usa la cámara para transmitir partidos en directo.";
|
||||
"NSMicrophoneUsageDescription" = "Match Live TV usa el micrófono para el audio de la directa.";
|
||||
"NSPhotoLibraryUsageDescription" = "Match Live TV usa fotos para los logos de los equipos.";
|
||||
@@ -0,0 +1,3 @@
|
||||
"NSCameraUsageDescription" = "Match Live TV utilise la caméra pour diffuser les matchs en direct.";
|
||||
"NSMicrophoneUsageDescription" = "Match Live TV utilise le micro pour l'audio du direct.";
|
||||
"NSPhotoLibraryUsageDescription" = "Match Live TV utilise les photos pour les logos d'équipe.";
|
||||
@@ -0,0 +1,3 @@
|
||||
"NSCameraUsageDescription" = "Match Live TV usa la fotocamera per trasmettere le partite in diretta.";
|
||||
"NSMicrophoneUsageDescription" = "Match Live TV usa il microfono per l'audio della diretta.";
|
||||
"NSPhotoLibraryUsageDescription" = "Match Live TV usa le foto per i loghi delle squadre.";
|
||||
Reference in New Issue
Block a user