|
|
@@ -28,6 +28,10 @@
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
|
|
<key>CSResourcesFileMapped</key>
|
|
|
<true/>
|
|
|
+ <key>NSHumanReadableCopyright</key>
|
|
|
+ <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
|
|
+ <key>NSHighResolutionCapable</key>
|
|
|
+ <string>True</string>
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
<true/>
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
@@ -39,8 +43,8 @@
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
</array>
|
|
|
- <key>NSHumanReadableCopyright</key>
|
|
|
- <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
|
|
+ <key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
+ <false/>
|
|
|
<key>CFBundleIconFiles</key>
|
|
|
<array>
|
|
|
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
|