2022-11-11 11:27:37 +00: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>NSExtension</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionActivationRule</key>
|
|
|
|
<string>SUBQUERY (
|
|
|
|
extensionItems,
|
|
|
|
$extensionItem,
|
|
|
|
SUBQUERY (
|
|
|
|
$extensionItem.attachments,
|
|
|
|
$attachment,
|
2024-08-28 10:40:38 +00:00
|
|
|
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url"
|
2022-11-11 11:27:37 +00:00
|
|
|
).@count == $extensionItem.attachments.@count
|
|
|
|
).@count > 0</string>
|
|
|
|
</dict>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.share-services</string>
|
|
|
|
<key>NSExtensionPrincipalClass</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|