|
@@ -2,6 +2,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>CFBundleDisplayName</key>
|
|
|
+ <string>Nextcloud</string>
|
|
|
<key>NSExtension</key>
|
|
|
<dict>
|
|
|
<key>NSExtensionFileProviderActions</key>
|
|
@@ -20,5 +22,13 @@
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
<string>com.apple.fileprovider-actionsui</string>
|
|
|
</dict>
|
|
|
+ <key>CFBundleIdentifier</key>
|
|
|
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
+ <key>CFBundleName</key>
|
|
|
+ <string>$(PRODUCT_NAME)</string>
|
|
|
+ <key>CFBundleShortVersionString</key>
|
|
|
+ <string>$(MARKETING_VERSION)</string>
|
|
|
+ <key>CFBundleVersion</key>
|
|
|
+ <string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
</dict>
|
|
|
</plist>
|