f9a8cf99bc
But still fall back to 'com.yourcompany', just like Xcode does for the initial launch. Change-Id: I89afadefafc254a0014aca197741d42a0199943e Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
23 lines
691 B
Erlang
23 lines
691 B
Erlang
<?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>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<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>@BUNDLEIDENTIFIER@</string>
|
|
<key>NOTE</key>
|
|
<string>This file was generated by Qt/QMake.</string>
|
|
</dict>
|
|
</plist>
|