2014-05-04 14:37:55 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2019-06-18 09:37:56 +08:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
2020-01-06 09:34:25 +08:00
|
|
|
<string>${PROJECT_NAME}</string>
|
2019-06-18 09:37:56 +08:00
|
|
|
<key>CFBundleExecutable</key>
|
2020-01-06 09:34:25 +08:00
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
2019-06-18 09:37:56 +08:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>Icon-57.png</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2021-08-12 15:54:16 +08:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2019-06-18 09:37:56 +08:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
2020-01-06 09:34:25 +08:00
|
|
|
<string>${PROJECT_NAME}</string>
|
2019-06-18 09:37:56 +08:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2019-10-22 13:42:56 +08:00
|
|
|
<string>1.0</string>
|
2019-06-18 09:37:56 +08:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2019-10-22 13:42:56 +08:00
|
|
|
<string>1</string>
|
2019-06-18 09:37:56 +08:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIAppFonts</key>
|
|
|
|
<array/>
|
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIPrerenderedIcon</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
<true/>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
</array>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
2019-10-22 13:42:56 +08:00
|
|
|
<string>Copyright © 2019. All rights reserved.</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
</dict>
|
|
|
|
</plist>
|