|
@@ -25,7 +25,16 @@
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
<dict>
|
|
|
<key>NSExtensionActivationRule</key>
|
|
|
- <string>TRUEPREDICATE</string>
|
|
|
+ <dict>
|
|
|
+ <key>NSExtensionActivationDictionaryVersion</key>
|
|
|
+ <integer>2</integer>
|
|
|
+ <key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
|
|
+ <integer>10</integer>
|
|
|
+ <key>NSExtensionActivationSupportsText</key>
|
|
|
+ <true/>
|
|
|
+ <key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
|
|
+ <string>10</string>
|
|
|
+ </dict>
|
|
|
</dict>
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
<string>MainInterface</string>
|