mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
2c64e4b6bd
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
25 lines
985 B
Text
25 lines
985 B
Text
<?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>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>$(OC_APPLICATION_NAME) File Provider Extension</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(OC_APPLICATION_REV_DOMAIN).$(PRODUCT_NAME)</string>
|
|
<key>NSExtension</key>
|
|
<dict>
|
|
<key>NSExtensionFileProviderDocumentGroup</key>
|
|
<string>$(OC_SOCKETAPI_TEAM_IDENTIFIER_PREFIX)$(OC_APPLICATION_REV_DOMAIN)</string>
|
|
<key>NSExtensionFileProviderSupportsEnumeration</key>
|
|
<true/>
|
|
<key>NSExtensionPointIdentifier</key>
|
|
<string>com.apple.fileprovider-nonui</string>
|
|
<key>NSExtensionPrincipalClass</key>
|
|
<string>$(PRODUCT_MODULE_NAME).FileProviderExtension</string>
|
|
</dict>
|
|
<key>SocketApiPrefix</key>
|
|
<string>$(OC_SOCKETAPI_TEAM_IDENTIFIER_PREFIX)$(OC_APPLICATION_REV_DOMAIN)</string>
|
|
</dict>
|
|
</plist>
|