mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
7142f55788
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
92 lines
2.9 KiB
XML
92 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>11.0</string>
|
|
<key>LSUIElement</key>
|
|
<true/>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>@APPLICATION_NAME@</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>@APPLICATION_ICON_NAME@.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>@APPLICATION_REV_DOMAIN@</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleLongVersionString</key>
|
|
<string>@APPLICATION_NAME_XML_ESCAPED@ @MIRALL_VERSION_STRING@</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@MIRALL_VERSION_FULL@</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@MIRALL_VERSION_STRING@</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>(C) 2014-2024 @APPLICATION_VENDOR_XML_ESCAPED@</string>
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
<true/>
|
|
<key>NSRequiresAquaSystemAppearance</key>
|
|
<false/>
|
|
<key>SUShowReleaseNotes</key>
|
|
<false/>
|
|
<key>SUPublicDSAKeyFile</key>
|
|
<string>dsa_pub.pem</string>
|
|
<key>SUPublicEDKey</key>
|
|
<string>c3RcfDWDayvsYSZW8FhZN1UOJhvPVN30zleb4zOqbtU=</string>
|
|
|
|
<key>UTExportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>@APPLICATION_REV_DOMAIN@.VIRTUALFILE</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<string>@APPLICATION_VIRTUALFILE_SUFFIX@</string>
|
|
<key>public.mime-type</key>
|
|
<string>application/octet-stream</string>
|
|
</dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.data</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>@APPLICATION_EXECUTABLE@ Download Virtual File</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Owner</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>@APPLICATION_REV_DOMAIN@.VIRTUALFILE</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>@APPLICATION_NAME@ Edit Locally</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>@APPLICATION_URI_HANDLER_SCHEME@</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
|
|
</dict>
|
|
</plist>
|