Info.plist.in (831B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>CFBundleExecutable</key> 6 <string>Updater</string> 7 <key>CFBundleIconFile</key> 8 <string>Updater.icns</string> 9 <key>CFBundleIdentifier</key> 10 <string>com.github.stenzek.duckstation.updater</string> 11 <key>CFBundleDevelopmentRegion</key> 12 <string>English</string> 13 <key>CFBundlePackageType</key> 14 <string>APPL</string> 15 <key>NSHumanReadableCopyright</key> 16 <string>Licensed under GPL version 3</string> 17 <key>LSMinimumSystemVersion</key> 18 <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string> 19 <key>NSHighResolutionCapable</key> 20 <true/> 21 <key>CSResourcesFileMapped</key> 22 <true/> 23 </dict> 24 </plist>