Fix tvOS profile import

This commit is contained in:
世界
2025-11-26 22:25:49 +08:00
parent 2491cd87dd
commit ec0ed8344e
4 changed files with 41 additions and 9 deletions
+6 -9
View File
@@ -23,6 +23,11 @@
</array>
</dict>
</array>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>zh_CN</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
@@ -38,8 +43,6 @@
</array>
</dict>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSApplicationServices</key>
<dict>
<key>Advertises</key>
@@ -65,6 +68,7 @@
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>processing</string>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
@@ -116,12 +120,5 @@
</dict>
</dict>
</array>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>zh_CN</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
</dict>
</plist>