add custom plist file
This commit is contained in:
parent
db636f9d96
commit
e161dc8010
2 changed files with 127 additions and 105 deletions
|
@ -22,6 +22,8 @@ macx {
|
|||
-framework CoreAudio \
|
||||
-framework AudioToolbox \
|
||||
-framework AudioUnit
|
||||
|
||||
QMAKE_INFO_PLIST = mac/llcon.plist
|
||||
}
|
||||
|
||||
RCC_DIR = src/res
|
||||
|
|
20
mac/llcon.plist
Executable file
20
mac/llcon.plist
Executable file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>llcon.icns</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Created by Qt/QMake</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>llcon</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.llcon</string>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>$APP_PACKAGE/Contents/MacOS</string>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in a new issue