File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >UIApplicationSceneManifest </key >
6+ <dict >
7+ <key >UIApplicationSupportsMultipleScenes </key >
8+ <true />
9+ <key >UISceneConfigurations </key >
10+ <dict />
11+ </dict >
512 <key >com.apple.developer.nfc.readersession.iso7816.select-identifiers </key >
613 <array >
714 <string >A000000527471117 </string >
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >UIApplicationSceneManifest </key >
6+ <dict >
7+ <key >UIApplicationSupportsMultipleScenes </key >
8+ <true />
9+ <key >UISceneConfigurations </key >
10+ <dict />
11+ </dict >
512 <key >CFBundleDevelopmentRegion </key >
613 <string >en </string >
714 <key >CFBundleDisplayName </key >
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >UIApplicationSceneManifest </key >
6+ <dict >
7+ <key >UISceneConfigurations </key >
8+ <dict />
9+ <key >UIApplicationSupportsMultipleScenes </key >
10+ <true />
11+ </dict >
512 <key >CFBundleDevelopmentRegion </key >
613 <string >en </string >
714 <key >CFBundleDisplayName </key >
3138 SUBQUERY (
3239 $extensionItem.attachments,
3340 $attachment,
34- ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO " org.appextension.find-login-action" ||
35- ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO " public.url" ||
36- ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO " public.plain-text"
41+ ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO " org.appextension.find-login-action" ||
42+ ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO " public.url" ||
43+ ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO " public.plain-text"
3744 ).@count == $extensionItem.attachments.@count
3845 ).@count == 1 </string >
3946 <key >NSExtensionJavaScriptPreprocessingFile </key >
You can’t perform that action at this time.
0 commit comments