2018-09-24 15:06:43 +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>
|
2019-03-09 12:38:56 +10:00
|
|
|
<string>en</string>
|
2018-09-24 15:06:43 +08:00
|
|
|
<key>CFBundleDisplayName</key>
|
2021-01-10 13:40:17 -08:00
|
|
|
<string>Pass</string>
|
2018-09-24 15:06:43 +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>XPC!</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2019-11-22 16:06:12 -08:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2018-09-24 15:06:43 +08:00
|
|
|
<key>CFBundleVersion</key>
|
2020-07-19 18:16:16 -07:00
|
|
|
<string>0</string>
|
2018-09-24 15:06:43 +08:00
|
|
|
<key>NSExtension</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
|
|
<string>MainInterface</string>
|
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
|
<string>com.apple.authentication-services-credential-provider-ui</string>
|
|
|
|
|
</dict>
|
2022-01-07 10:04:40 -08:00
|
|
|
<key>NSFaceIDUsageDescription</key>
|
|
|
|
|
<string>Enable access to Face ID to unlock Pass.</string>
|
2018-09-24 15:06:43 +08:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|