Fixes misplaced Info.plist entries

This commit is contained in:
Riley Testut
2023-09-15 15:10:51 -05:00
parent 9bb763ae10
commit 96a0fc5f21

View File

@@ -31,6 +31,17 @@
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>NSAppIconComplementingColorNames</key>
<array>
<string>GradientTop</string>
<string>GradientBottom</string>
</array>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -84,6 +95,8 @@
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
<key>NSBonjourServices</key>
<array>
<string>_altserver._tcp</string>
@@ -116,8 +129,6 @@
</array>
</dict>
</dict>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
@@ -128,17 +139,6 @@
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>NSAppIconComplementingColorNames</key>
<array>
<string>GradientTop</string>
<string>GradientBottom</string>
</array>
</dict>
</dict>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>