passforios/pass/Info.plist

70 lines
2.1 KiB
Text
Raw Normal View History

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>
2019-11-22 16:06:12 -08:00
<string>$(MARKETING_VERSION)</string>
2017-06-23 21:57:03 +08:00
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
</array>
</dict>
</array>
2017-01-19 21:15:47 +08:00
<key>CFBundleVersion</key>
2017-04-02 22:56:53 -07:00
<string>1</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/>
<key>NSCameraUsageDescription</key>
2019-01-19 14:17:16 +01:00
<string>We need to access your camera for scanning QR codes.</string>
<key>NSFaceIDUsageDescription</key>
2019-01-19 14:17:16 +01:00
<string>Enable access to Face ID to unlock Pass.</string>
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-03-17 10:37:26 -07:00
<key>UIFileSharingEnabled</key>
<true/>
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>
<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>