Xcode plist reorganization

This commit is contained in:
Cameron Gutman
2021-10-06 23:39:23 -05:00
parent cea8ed485f
commit 3dd0e8362a
+2 -2
View File
@@ -4,6 +4,8 @@
<dict> <dict>
<key>CADisableMinimumFrameDuration</key> <key>CADisableMinimumFrameDuration</key>
<true/> <true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
@@ -86,7 +88,5 @@
</array> </array>
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<false/> <false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict> </dict>
</plist> </plist>