You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.8 KiB
61 lines
1.8 KiB
3 years ago
|
<?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>CFBundleDevelopmentRegion</key>
|
||
|
<string>English</string>
|
||
|
<key>CFBundleDocumentTypes</key>
|
||
|
<array>
|
||
|
<dict>
|
||
|
<key>CFBundleTypeExtensions</key>
|
||
|
<array>
|
||
|
<string>zrythm</string>
|
||
|
</array>
|
||
|
<key>CFBundleTypeOSTypes</key>
|
||
|
<array>
|
||
|
<string>****</string>
|
||
|
<string>fold</string>
|
||
|
</array>
|
||
|
<key>CFBundleTypeRole</key>
|
||
|
<string>Editor</string>
|
||
|
<key>CFBundleTypeIconFile</key>
|
||
|
<string>zrythm.icns</string>
|
||
|
</dict>
|
||
|
</array>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>zrythm</string>
|
||
|
<key>CFBundleGetInfoString</key>
|
||
2 years ago
|
<string>@ZRYTHM_PKG_VERSION@, (C) 2018-2021 The Zrythm contributors https://www.zrythm.org</string>
|
||
3 years ago
|
<key>CFBundleIconFile</key>
|
||
|
<string>zrythm.icns</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>org.zrythm.Zrythm</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>Zrythm</string>
|
||
|
<key>CFBundleDisplayName</key>
|
||
|
<string>Zrythm</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleShortVersions</key>
|
||
2 years ago
|
<string>@ZRYTHM_PRODUCT_VERSION@</string>
|
||
3 years ago
|
<key>CFBundleSignature</key>
|
||
|
<string>????</string>
|
||
|
<key>CFBundleVersion</key>
|
||
2 years ago
|
<string>@ZRYTHM_PRODUCT_VERSION@@</string>
|
||
3 years ago
|
<key>LSUIElement</key>
|
||
|
<string>0</string>
|
||
|
<key>NSMainNibFile</key>
|
||
|
<string>MainMenu</string>
|
||
|
<key>NSPrincipalClass</key>
|
||
|
<string>NSApplication</string>
|
||
|
<key>NSHumanReadableCopyright</key>
|
||
2 years ago
|
<string>Copyright (C) 2018 - 2021 The Zrythm contributors, GNU Affero General Public License, version 3 or later.</string>
|
||
3 years ago
|
<key>LSMinimumSystemVersion</key>
|
||
|
<string>10.4</string>
|
||
|
<key>NSHighResolutionCapable</key>
|
||
|
<true/>
|
||
|
</dict>
|
||
|
</plist>
|