|
@@ -3,7 +3,7 @@
|
|
|
<plist version="1.0">
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
<dict>
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
- <string>English</string>
|
|
|
|
|
|
|
+ <string>en</string>
|
|
|
<key>CFBundleExecutable</key>
|
|
<key>CFBundleExecutable</key>
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
|
|
<key>CFBundleGetInfoString</key>
|
|
<key>CFBundleGetInfoString</key>
|
|
@@ -28,8 +28,17 @@
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
|
|
<key>CSResourcesFileMapped</key>
|
|
<key>CSResourcesFileMapped</key>
|
|
|
<true/>
|
|
<true/>
|
|
|
- <key>LSRequiresCarbon</key>
|
|
|
|
|
|
|
+ <key>LSRequiresIPhoneOS</key>
|
|
|
<true/>
|
|
<true/>
|
|
|
|
|
+ <key>UIStatusBarHidden</key>
|
|
|
|
|
+ <true/>
|
|
|
|
|
+ <key>UIRequiresFullScreen</key>
|
|
|
|
|
+ <true/>
|
|
|
|
|
+ <key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
+ <array>
|
|
|
|
|
+ <string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
+ <string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
+ </array>
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
|
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
|
|
<key>CFBundleIconFiles</key>
|
|
<key>CFBundleIconFiles</key>
|