2023-04-19 01:55:14 +00:00
|
|
|
<?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>NSExtensionActivationRule</key>
|
2023-04-23 02:34:47 +00:00
|
|
|
<dict>
|
|
|
|
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
|
|
|
<integer>4</integer>
|
|
|
|
<key>NSExtensionActivationSupportsMovieWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
2023-05-14 21:30:01 +00:00
|
|
|
<key>NSExtensionActivationSupportsText</key>
|
|
|
|
<true/>
|
2023-04-23 02:34:47 +00:00
|
|
|
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
|
|
|
</dict>
|
2023-04-19 01:55:14 +00:00
|
|
|
</dict>
|
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
|
<string>MainInterface</string>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.share-services</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|