2024-02-20 15:03:50 +03: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>NSExtensionFileProviderActions</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionFileProviderActionActivationRule</key>
|
|
|
|
<string>TRUEPREDICATE</string>
|
|
|
|
<key>NSExtensionFileProviderActionIdentifier</key>
|
2024-02-21 12:45:20 +03:00
|
|
|
<string>com.nextcloud.desktopclient.FileProviderUIExt.ShareAction</string>
|
2024-02-20 15:03:50 +03:00
|
|
|
<key>NSExtensionFileProviderActionName</key>
|
2024-02-21 12:45:20 +03:00
|
|
|
<string>Share options</string>
|
2024-02-20 15:03:50 +03:00
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>NSExtensionPrincipalClass</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).DocumentActionViewController</string>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.fileprovider-actionsui</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|