TF-523: handle file and open app form ios/android native

This commit is contained in:
ManhNTX
2022-10-04 16:14:12 +07:00
committed by Dat H. Pham
parent 0787f63b51
commit cde7fe8fb4
4 changed files with 96 additions and 2 deletions
+5
View File
@@ -26,6 +26,10 @@
<dict>
<key>NSExtensionActivationRule</key>
<dict>
<key>NSExtensionActivationSupportsFileWithMaxCount</key>
<integer>15</integer>
<key>NSExtensionActivationSupportsMovieWithMaxCount</key>
<integer>15</integer>
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
<integer>15</integer>
<key>NSExtensionActivationSupportsText</key>
@@ -35,6 +39,7 @@
</dict>
<key>PHSupportedMediaTypes</key>
<array>
<string>Video</string>
<string>Image</string>
</array>
</dict>