The R Project SVN R

Rev

Rev 28824 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
    <key>CFBundleDocumentTypes</key>
    <array>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>*</string>
                <string>*.R</string>
            </array>
            <key>CFBundleTypeName</key>
            <string>All</string>
            <key>CFBundleTypeOSTypes</key>
            <array>
                <string>****</string>
            </array>
            <key>CFBundleTypeRole</key>
            <string>Viewer</string>
        </dict>
    </array>
    <key>CFBundleExecutable</key>
    <string>R</string>
        <key>CFBundleIdentifier</key>
        <string>org.r-project.R</string>
        <key>CFBundleGetInfoString</key>
    <string>Aqua GUI for R @VERSION@, Copyright (c) 2003-2004 The R Foundation for Statistical Computing</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
        <key>CFBundleName</key>
    <string>R</string>
    <key>CFBundleSignature</key>
    <string>0FFF</string>
        <key>CFBundleVersion</key>
    <string>R @VERSION@</string>
        <key>CFBundleShortVersionString</key>
    <string>@VERSION@</string>
    <key>CSResourcesFileMapped</key>
        <true/>
    <key>CFBundleIconFile</key>
        <string>RLogo.icns</string>     
</dict>
</plist>