Skip to content

Instantly share code, notes, and snippets.

@tarunon
Last active August 29, 2015 14:10
Show Gist options
  • Save tarunon/11895de8a9bb61cadd91 to your computer and use it in GitHub Desktop.
Save tarunon/11895de8a9bb61cadd91 to your computer and use it in GitHub Desktop.
WebURLを1個以上含むAction/Share Extensionsのフィルタ
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>NSExtensionActivationRule</key>
<string>SUBQUERY (extensionItems, $extensionItem, SUBQUERY ($extensionItem.attachments, $attachment, NONE $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO &quot;public.file-url&quot; &amp;&amp; ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO &quot;public.url&quot;).@count &gt; 0).@count &gt; 0</string>
</dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.ui-services</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment