2011-04-27 10:05:43 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-07-31 14:37:31 +00:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
2011-04-27 10:05:43 +00:00
|
|
|
<dict>
|
2017-08-03 23:20:29 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
2017-11-21 07:49:34 +00:00
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
2017-08-03 23:20:29 +00:00
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>Created by Qt/QMake</string>
|
2011-04-27 10:05:43 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
2017-11-21 07:49:34 +00:00
|
|
|
<string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
|
2017-08-03 23:20:29 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
2017-11-21 07:49:34 +00:00
|
|
|
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
2011-04-27 10:05:43 +00:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleSignature</key>
|
2017-11-21 07:49:34 +00:00
|
|
|
<string>${QMAKE_PKGINFO_TYPEINFO}</string>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
2011-04-27 10:05:43 +00:00
|
|
|
<key>NOTE</key>
|
|
|
|
<string>This file was generated by Qt/QMake.</string>
|
2017-08-03 23:20:29 +00:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2017-08-03 23:22:22 +00:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2011-04-27 10:05:43 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|