The R Project SVN R-packages

Rev

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

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleTypeIconFile</key>
            <string>Icons/Rrun.icns</string>
            <key>CFBundleTypeName</key>
            <string>R Console</string>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>LSTypeIsPackage</key>
            <false/>
            <key>NSDocumentClass</key>
            <string>RConsoleDocument</string>
            <key>NSPersistentStoreTypeKey</key>
            <string>Binary</string>
        </dict>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>R</string>
                <string>r</string>
                <string>Q</string>
            </array>
            <key>CFBundleTypeIconFile</key>
            <string>Icons/Rdoc.icns</string>
            <key>CFBundleTypeName</key>
            <string>R Source File</string>
            <key>CFBundleTypeOSTypes</key>
            <array>
                <string>????</string>
            </array>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>NSDocumentClass</key>
            <string>RDocument</string>
        </dict>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>S</string>
                <string>ssc</string>
            </array>
            <key>CFBundleTypeIconFile</key>
            <string>Icons/Rdoc.icns</string>
            <key>CFBundleTypeName</key>
            <string>S-plus Source File</string>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>LSTypeIsPackage</key>
            <false/>
            <key>NSDocumentClass</key>
            <string>RDocument</string>
            <key>NSPersistentStoreTypeKey</key>
            <string>Binary</string>
        </dict>
        <dict>
            <key>CFBundleTypeName</key>
            <string>Quartz Graphics</string>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>LSTypeIsPackage</key>
            <false/>
            <key>NSDocumentClass</key>
            <string>RQuartzDocument</string>
            <key>NSPersistentStoreTypeKey</key>
            <string>Binary</string>
        </dict>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>RData</string>
                <string>rds</string>
                <string>rda</string>
            </array>
            <key>CFBundleTypeIconFile</key>
            <string>Icons/Rdata.icns</string>
            <key>CFBundleTypeName</key>
            <string>R Data File</string>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>LSTypeIsPackage</key>
            <false/>
            <key>NSDocumentClass</key>
            <string>RDataDocument</string>
            <key>NSPersistentStoreTypeKey</key>
            <string>Binary</string>
        </dict>
    </array>
    <key>CFBundleExecutable</key>
    <string>${EXECUTABLE_NAME}</string>
    <key>CFBundleIconFile</key>
    <string>RLogo</string>
    <key>CFBundleIdentifier</key>
    <string>org.r-project.R-GUI</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>${PRODUCT_NAME}</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>${SVN}</string>
    <key>NSMainNibFile</key>
    <string>MainMenu</string>
    <key>NSPrincipalClass</key>
    <string>NSApplication</string>
</dict>
</plist>