[BACK]Return to Info.plist CVS log [TXT][DIR] Up to [contributed] / brogue-ce / macos

Annotation of brogue-ce/macos/Info.plist, Revision 1.1.1.1

1.1       rubenllo    1: <?xml version="1.0" encoding="UTF-8"?>
                      2: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
                      3: <plist version="1.0">
                      4: <dict>
                      5:     <key>CFBundleDevelopmentRegion</key>
                      6:     <string>English</string>
                      7:     <key>CFBundleExecutable</key>
                      8:     <string>brogue</string>
                      9:     <key>CFBundleIconFile</key>
                     10:     <string>Brogue.icns</string>
                     11:     <key>CFBundleIdentifier</key>
                     12:     <string>com.Brogue.CommunityEdition</string>
                     13:     <key>CFBundleInfoDictionaryVersion</key>
                     14:     <string>6.0</string>
                     15:     <key>CFBundleName</key>
                     16:     <string>Brogue CE</string>
                     17:     <key>CFBundleDisplayName</key>
                     18:     <string>Brogue CE</string>
                     19:     <key>CFBundlePackageType</key>
                     20:     <string>APPL</string>
                     21:     <key>CFBundleVersion</key>
                     22:     <string>1.9.3</string>
                     23:     <key>CFBundleShortVersionString</key>
                     24:     <string>1.9.3</string>
                     25:     <key>CFBundleSignature</key>
                     26:     <string>????</string>
                     27:     <key>CFBundleSupportedPlatforms</key>
                     28:     <array>
                     29:         <string>MacOSX</string>
                     30:     </array>
                     31:     <key>LSApplicationCategoryType</key>
                     32:     <string>public.app-category.role-playing-games</string>
                     33:     <key>NSPrincipalClass</key>
                     34:     <string>NSApplication</string>
                     35:     <key>NSHighResolutionCapable</key>
                     36:     <true/>
                     37: </dict>
                     38: </plist>

CVSweb