2017-01-19 21:15:47 +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>en</string>
|
2017-02-07 11:41:05 +08:00
|
|
|
<key>CFBundleDisplayName</key>
|
2017-02-15 22:05:43 +08:00
|
|
|
<string>Pass</string>
|
2017-01-19 21:15:47 +08:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
<string>6.0</string>
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
|
<string>APPL</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2017-02-12 11:52:32 +08:00
|
|
|
<string>0.2</string>
|
2017-01-19 21:15:47 +08:00
|
|
|
<key>CFBundleVersion</key>
|
2017-02-22 14:53:07 +08:00
|
|
|
<string>19</string>
|
2017-02-14 18:10:38 +08:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
|
<false/>
|
2017-01-19 21:15:47 +08:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
2017-02-08 12:47:05 +08:00
|
|
|
<key>UIApplicationShortcutItems</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
2017-02-09 15:47:42 +08:00
|
|
|
<key>UIApplicationShortcutItemIconType</key>
|
|
|
|
|
<string>UIApplicationShortcutIconTypeSearch</string>
|
2017-02-08 12:47:05 +08:00
|
|
|
<key>UIApplicationShortcutItemTitle</key>
|
|
|
|
|
<string>Search</string>
|
|
|
|
|
<key>UIApplicationShortcutItemType</key>
|
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).search</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2017-01-19 21:15:47 +08:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
<string>Main</string>
|
|
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
|
<string>Main</string>
|
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>armv7</string>
|
|
|
|
|
</array>
|
2017-02-22 13:43:21 +03:00
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
|
|
<true/>
|
2017-01-19 21:15:47 +08:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2017-02-07 14:03:19 +08:00
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
2017-01-19 21:15:47 +08:00
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|