2019-01-18 15:31:14 +01: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>
|
2024-07-29 12:17:08 -04:00
|
|
|
<string>Dolphin Updater</string>
|
2019-01-18 15:31:14 +01:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>Dolphin.icns</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2024-07-30 21:53:17 -04:00
|
|
|
<string>org.dolphin-emu.updater</string>
|
2019-01-18 15:31:14 +01:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
2024-07-30 21:51:39 -04:00
|
|
|
<string>Dolphin Updater</string>
|
2019-01-18 15:31:14 +01:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-10-27 11:55:44 -07:00
|
|
|
<string>${DOLPHIN_WC_DESCRIBE}</string>
|
2019-01-18 15:31:14 +01:00
|
|
|
<key>CFBundleVersion</key>
|
2022-10-27 11:55:44 -07:00
|
|
|
<string>${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR}</string>
|
2019-01-18 15:31:14 +01:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
2022-10-27 11:55:44 -07:00
|
|
|
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
2019-01-18 15:31:14 +01: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 20:26:52 +01:00
|
|
|
<key>LSUIElement</key>
|
|
|
|
<true/>
|
2019-01-18 15:31:14 +01:00
|
|
|
</dict>
|
|
|
|
</plist>
|