4 changed files with 34 additions and 10 deletions
@ -0,0 +1,20 @@
|
||||
<?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.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>KShare</string> |
||||
<key>CFBundleIdentifier</key> |
||||
<string>com.arsenarsen.KShare</string> |
||||
</dict> |
||||
</plist> |
Loading…
Reference in new issue