Skip to content

Instantly share code, notes, and snippets.

@scottfister
Last active April 26, 2017 18:39
Show Gist options
  • Save scottfister/5ab0fe3ef4f27ea998deac0325537129 to your computer and use it in GitHub Desktop.
Save scottfister/5ab0fe3ef4f27ea998deac0325537129 to your computer and use it in GitHub Desktop.
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>NSExtensionActivationRule</key>
<dict>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
</dict>
<key>NSExtensionJavaScriptPreprocessingFile</key>
<string>GetURL</string>
</dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.share-services</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment