add share file to TMail on iOS

This commit is contained in:
ManhNTX
2022-08-02 10:56:59 +07:00
committed by Dat H. Pham
parent 4a94d1edbd
commit 31afbdb60f
4 changed files with 280 additions and 29 deletions
+15 -4
View File
@@ -26,11 +26,22 @@
<dict>
<key>NSExtensionActivationRule</key>
<dict>
<key>NSExtensionActivationSupportsFileWithMaxCount</key>
<integer>15</integer>
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
<integer>15</integer>
<key>NSExtensionActivationSupportsMovieWithMaxCount</key>
<integer>15</integer>
<key>NSExtensionActivationSupportsText</key>
<true/>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
<true/>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
</dict>
<key>PHSupportedMediaTypes</key>
<array>
<string>Video</string>
<string>Image</string>
</array>
</dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>
@@ -38,4 +49,4 @@
<string>com.apple.share-services</string>
</dict>
</dict>
</plist>
</plist>