2019-01-18 14:31:14 +00: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>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${MacUpdater_NAME}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>Dolphin.icns</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>com.dolphinteam.dolphin-updater</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>Updater</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-10-27 18:55:44 +00:00
|
|
|
<string>${DOLPHIN_WC_DESCRIBE}</string>
|
2019-01-18 14:31:14 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2022-10-27 18:55:44 +00:00
|
|
|
<string>${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR}</string>
|
2019-01-18 14:31:14 +00:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
2022-10-27 18:55:44 +00:00
|
|
|
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
2019-01-18 14:31:14 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>Licensed under GPL version 2 or later (GPLv2+)</string>
|
|
|
|
<key>NSMainStoryboardFile</key>
|
|
|
|
<string>Main</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2019-02-26 19:26:52 +00:00
|
|
|
<key>LSUIElement</key>
|
|
|
|
<true/>
|
2019-01-18 14:31:14 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|