Displaying 1 result from an estimated 1 matches for "csresourcesfilemap".
2004 Dec 16
0
[Fwd: Re: Ruby Cocoa (OS X) questions: deployment & interface builder]
...ring</key>
<string>Your App Name (c) 2004 Your Name</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2004 Your Name</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>
You should change CFBundleIdentifier, CFBundleName,
CFBundleGetInfoString, CFBundleLongVersionString,
NSHumanReadableCopyright for your own application.
If you take this approach, your ruby app will look and feel exactly like
any...