2023-01-15 16:39:08 +01: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>
|
2023-01-15 17:00:17 +01:00
|
|
|
<dict>
|
2023-01-17 11:36:01 +01:00
|
|
|
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
|
|
|
<integer>4</integer>
|
2023-01-15 17:00:17 +01:00
|
|
|
<key>NSExtensionActivationSupportsText</key>
|
2023-01-15 17:10:06 +01:00
|
|
|
<true/>
|
2023-01-15 17:00:17 +01:00
|
|
|
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
2023-01-17 11:36:01 +01:00
|
|
|
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
2023-01-15 17:00:17 +01:00
|
|
|
</dict>
|
2023-01-15 16:39:08 +01:00
|
|
|
</dict>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.share-services</string>
|
2023-01-19 21:19:19 +01:00
|
|
|
<key>NSExtensionPrincipalClass</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
|
2023-01-15 16:39:08 +01:00
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|