|
@@ -25,7 +25,20 @@
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
<dict>
|
|
|
<key>NSExtensionActivationRule</key>
|
|
|
- <string>TRUEPREDICATE</string>
|
|
|
+ <dict>
|
|
|
+ <key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
|
|
+ <string>1</string>
|
|
|
+ <key>NSExtensionActivationSupportsMovieWithMaxCount</key>
|
|
|
+ <string>1</string>
|
|
|
+ <key>NSExtensionActivationSupportsText</key>
|
|
|
+ <true/>
|
|
|
+ <key>NSExtensionActivationSupportsFileWithMaxCount</key>
|
|
|
+ <integer>1</integer>
|
|
|
+ <key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
|
|
+ <integer>1</integer>
|
|
|
+ <key>NSExtensionActivationSupportsAttachmentsWithMaxCount</key>
|
|
|
+ <integer>1</integer>
|
|
|
+ </dict>
|
|
|
</dict>
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
<string>MainInterface</string>
|