Skip to content

Instantly share code, notes, and snippets.

@mlcollard
Created April 16, 2018 15:43
Show Gist options
  • Save mlcollard/99cf4e2507e1537776880e97872513e4 to your computer and use it in GitHub Desktop.
Save mlcollard/99cf4e2507e1537776880e97872513e4 to your computer and use it in GitHub Desktop.
iOS: Share Extension info.plist
<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>
<key>NSExtensionActivationRule</key>
<dict/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment