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>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>Icon-57.png</string>
|
|
|
|
<key>CFBundleIconFiles</key>
|
|
|
|
<array>
|
|
|
|
<string>Icon.png</string>
|
|
|
|
<string>Icon@2x.png</string>
|
|
|
|
<string>Icon-57.png</string>
|
|
|
|
<string>Icon-114.png</string>
|
|
|
|
<string>Icon-72.png</string>
|
|
|
|
<string>Icon-144.png</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleIcons</key>
|
2017-11-21 15:31:29 +08:00
|
|
|
<dict/>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>CFBundleIcons~ipad</key>
|
2017-11-21 15:31:29 +08:00
|
|
|
<dict/>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>CFBundleIdentifier</key>
|
2015-08-13 15:14:10 +08:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string></string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1.0</string>
|
2015-08-13 15:14:10 +08:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2017-09-19 15:01:19 +08:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
2014-05-04 14:37:55 +08:00
|
|
|
<key>UIPrerenderedIcon</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
<true/>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</plist>
|