Displaying 1 result from an estimated 1 matches for "cfbundleiconfile".
2008 Jul 09
4
Mac Wine.app Launcher
...directory.
Here is the info.plist file I tore apart:
Code:
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>wine</string>
<key>CFBundleGetInfoString</key>
<string>wine windows emulator</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleName</key>
<string>wine</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
</plist>
Firstly, does anyone know if this can even be done? Second, if i...