added window icon for mac and win, refs #44
parent
1024b04489
commit
9c3659ed61
6 changed files with 36 additions and 0 deletions
@ -0,0 +1,30 @@ |
|||||||
|
<?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>CFBundleDevelopmentRegion</key> |
||||||
|
<string>English</string> |
||||||
|
<key>CFBundleExecutable</key> |
||||||
|
<string>swisssurfer</string> |
||||||
|
<key>CFBundleGetInfoString</key> |
||||||
|
<string>SwissSign, (c) 2011</string> |
||||||
|
<key>CFBundleIconFile</key> |
||||||
|
<string>swisssurfer.icns</string> |
||||||
|
<key>CFBundleIdentifier</key> |
||||||
|
<string>com.swisssign.swisssurfer</string> |
||||||
|
<key>CFBundleInfoDictionaryVersion</key> |
||||||
|
<string>6.0</string> |
||||||
|
<key>CFBundleName</key> |
||||||
|
<string>SwissSurfer</string> |
||||||
|
<key>CFBundlePackageType</key> |
||||||
|
<string>APPL</string> |
||||||
|
<key>CFBundleShortVersionString</key> |
||||||
|
<string>1.0.0</string> |
||||||
|
<key>CFBundleSignature</key> |
||||||
|
<string>SWSI</string> |
||||||
|
<key>CFBundleVersion</key> |
||||||
|
<string>1.0.0</string> |
||||||
|
<key>NSAppleScriptEnabled</key> |
||||||
|
<true/> |
||||||
|
</dict> |
||||||
|
</plist> |
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Loading…
Reference in new issue