diff --git a/pass/Info.plist b/pass/Info.plist
index 05f71c7..ec95411 100644
--- a/pass/Info.plist
+++ b/pass/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.5.0
+ 0.5.1
CFBundleURLTypes
diff --git a/passExtension/Info.plist b/passExtension/Info.plist
index d3f7613..4d24ec7 100644
--- a/passExtension/Info.plist
+++ b/passExtension/Info.plist
@@ -2,8 +2,6 @@
- NSFaceIDUsageDescription
- Enable access to Face ID to unlock Pass
CFBundleDevelopmentRegion
en
CFBundleDisplayName
@@ -19,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 0.5.0
+ 0.5.1
CFBundleVersion
1
NSExtension
@@ -33,9 +31,9 @@
SUBQUERY (
$extensionItem.attachments,
$attachment,
- ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.find-login-action" ||
- ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" ||
- ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text"
+ ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.find-login-action" ||
+ ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" ||
+ ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text"
).@count == $extensionItem.attachments.@count
).@count == 1
NSExtensionJavaScriptPreprocessingFile
@@ -46,5 +44,7 @@
NSExtensionPointIdentifier
com.apple.ui-services
+ NSFaceIDUsageDescription
+ Enable access to Face ID to unlock Pass
diff --git a/passKit/Info.plist b/passKit/Info.plist
index f44d7c2..10792d8 100644
--- a/passKit/Info.plist
+++ b/passKit/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.5.0
+ 0.5.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass