33 lines
1.1 KiB
Plaintext
Executable File
33 lines
1.1 KiB
Plaintext
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSExtension</key>
|
|
<dict>
|
|
<key>NSExtensionAttributes</key>
|
|
<dict>
|
|
<key>PHSupportedMediaTypes</key>
|
|
<array>
|
|
<!--TODO: Add this flag, if you want to support sharing video into your app-->
|
|
<string>Video</string>
|
|
<!--TODO: Add this flag, if you want to support sharing images into your app-->
|
|
<string>Image</string>
|
|
</array>
|
|
<key>NSExtensionActivationRule</key>
|
|
<dict>
|
|
<!--TODO: Add this flag, if you want to support sharing images into your app-->
|
|
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
|
<integer>4</integer>
|
|
<!--TODO: Add this flag, if you want to support sharing video into your app-->
|
|
<!-- <key>NSExtensionActivationSupportsMovieWithMaxCount</key>
|
|
<integer>1</integer> -->
|
|
</dict>
|
|
</dict>
|
|
<key>NSExtensionMainStoryboard</key>
|
|
<string>MainInterface</string>
|
|
<key>NSExtensionPointIdentifier</key>
|
|
<string>com.apple.share-services</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|