Displaying 2 results from an estimated 2 matches for "cfbundlename".
2004 Dec 16
0
[Fwd: Re: Ruby Cocoa (OS X) questions: deployment & interface builder]
...ier</key>
<string>org.ruby.your.app.name.here</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>boot</string>
<key>CFBundleName</key>
<string>Your App Name</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>...
2008 Jul 09
4
Mac Wine.app Launcher
...uot;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 it can, what am I doing wrong? When I try to launch a Window$ application with...