2023-01-15 15:39:08 +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>
|
2023-01-15 16:00:17 +00:00
|
|
|
<dict>
|
|
|
|
<key>NSExtensionActivationSupportsText</key>
|
2023-01-15 16:10:06 +00:00
|
|
|
<true/>
|
2023-01-15 16:00:17 +00:00
|
|
|
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
|
|
|
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
|
|
|
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
|
|
|
<integer>4</integer>
|
|
|
|
</dict>
|
2023-01-15 15:39:08 +00:00
|
|
|
</dict>
|
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
|
<string>MainInterface</string>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.share-services</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|