From a2d3926b7a2a709a49778e0c01978eef6fdf2903 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Sun, 12 Mar 2023 21:44:00 -0700 Subject: [PATCH] Fix no UIScene configuration dictionary warning --- pass/Info.plist | 7 +++++++ passAutoFillExtension/Info.plist | 7 +++++++ passExtension/Info.plist | 13 ++++++++++--- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/pass/Info.plist b/pass/Info.plist index eb29292..0476d43 100644 --- a/pass/Info.plist +++ b/pass/Info.plist @@ -2,6 +2,13 @@ + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + com.apple.developer.nfc.readersession.iso7816.select-identifiers A000000527471117 diff --git a/passAutoFillExtension/Info.plist b/passAutoFillExtension/Info.plist index d596791..41f6c5d 100644 --- a/passAutoFillExtension/Info.plist +++ b/passAutoFillExtension/Info.plist @@ -2,6 +2,13 @@ + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + CFBundleDevelopmentRegion en CFBundleDisplayName diff --git a/passExtension/Info.plist b/passExtension/Info.plist index 44236f6..65be6de 100644 --- a/passExtension/Info.plist +++ b/passExtension/Info.plist @@ -2,6 +2,13 @@ + UIApplicationSceneManifest + + UISceneConfigurations + + UIApplicationSupportsMultipleScenes + + CFBundleDevelopmentRegion en CFBundleDisplayName @@ -31,9 +38,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