search for: cfbundlegetinfostring

Displaying 2 results from an estimated 2 matches for "cfbundlegetinfostring".

2004 Dec 16
0
[Fwd: Re: Ruby Cocoa (OS X) questions: deployment & interface builder]
...<key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1.0</string> <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleGetInfoString</key> <string>Your App Name (c) 2004 Your Name</string> <key>CFBundleLongVersionString</key> <string>Your App Name (c) 2004 Your Name</string> <key>NSHumanReadableCopyright</key> <string>Copyrig...
2008 Jul 09
4
Mac Wine.app Launcher
...rences to jEdit with ones for Wine, then symlinked the real Wine executable to the Contents/MacOS 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> &lt...