2012-12-03 13:55:19 +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">
|
2012-12-03 13:55:19 +00:00
|
|
|
<dict>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>@ICON@</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>Created by Qt/QMake</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>@TYPEINFO@</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>@EXECUTABLE@</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>com.yourcompany.@BUNDLEIDENTIFIER@</string>
|
2013-04-09 05:52:58 +00:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>1.0</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1.0</string>
|
2012-12-03 13:55:19 +00:00
|
|
|
<key>NOTE</key>
|
|
|
|
<string>This file was generated by Qt/QMake.</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|