[R-SIG-Mac] R.app bundle keys

Paul Roebuck roebuck at mdanderson.org
Wed Oct 26 08:27:19 CEST 2005


Suggest adding the following required application key
in 'Info.plist' immediately prior to CFBundleVersion.

        <key>CFBundleShortVersionString</key>
        <string>1.13</string>

Format for the following two keys in the 'InfoPlist.strings'
does not currently match the suggested format. For 10.4,
Apple recommends not adding the version information to
CFBundleGetInfoString but since the same build services
both Panther and Tiger, this change is not yet feasible.

CFBundleGetInfoString = "1.13, <Copyright symbol> R Foundation for
Statistical Computing, 2004-2005";
NSHumanReadableCopyright = "<Copyright symbol> R Foundation for
Statistical Computing, 2004-2005, All Rights Reserved.";


Reference:
<http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/>

Note:
<Copyright symbol> is &#169; but can't paste it in mail.

----------------------------------------------------------
SIGSIG -- signature too long (core dumped)



More information about the R-SIG-Mac mailing list