[BACK]Return to Info.plist CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep

Annotation of OpenXM/src/cfep/Info.plist, Revision 1.3

1.1       takayama    1: <?xml version="1.0" encoding="UTF-8"?>
                      2: <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleDocumentTypes</key>
                      8:        <array>
                      9:                <dict>
                     10:                        <key>CFBundleTypeExtensions</key>
                     11:                        <array>
                     12:                                <string>rr</string>
                     13:                        </array>
                     14:                        <key>CFBundleTypeMIMETypes</key>
                     15:                        <array>
                     16:                                <string>text/plain</string>
                     17:                        </array>
                     18:                        <key>CFBundleTypeName</key>
                     19:                        <string>AsirTextFile</string>
                     20:                        <key>CFBundleTypeRole</key>
                     21:                        <string>Editor</string>
                     22:                        <key>LSTypeIsPackage</key>
                     23:                        <false/>
                     24:                        <key>NSDocumentClass</key>
                     25:                        <string>MyDocument</string>
                     26:                        <key>NSPersistentStoreTypeKey</key>
                     27:                        <string>XML</string>
                     28:                </dict>
                     29:                <dict>
                     30:                        <key>CFBundleTypeExtensions</key>
                     31:                        <array>
                     32:                                <string>txt</string>
                     33:                        </array>
                     34:                        <key>CFBundleTypeMIMETypes</key>
                     35:                        <array>
                     36:                                <string>text/plain</string>
                     37:                        </array>
                     38:                        <key>CFBundleTypeName</key>
                     39:                        <string>TextFile</string>
                     40:                        <key>CFBundleTypeRole</key>
                     41:                        <string>Editor</string>
                     42:                        <key>LSTypeIsPackage</key>
                     43:                        <false/>
                     44:                        <key>NSDocumentClass</key>
                     45:                        <string>MyDocument</string>
                     46:                        <key>NSPersistentStoreTypeKey</key>
                     47:                        <string>XML</string>
                     48:                </dict>
                     49:                <dict>
                     50:                        <key>CFBundleTypeExtensions</key>
                     51:                        <array>
                     52:                                <string>rtfd</string>
                     53:                        </array>
                     54:                        <key>CFBundleTypeIconFile</key>
                     55:                        <string></string>
                     56:                        <key>CFBundleTypeName</key>
                     57:                        <string>RTFWithGraphics</string>
                     58:                        <key>CFBundleTypeRole</key>
                     59:                        <string>Editor</string>
                     60:                        <key>NSDocumentClass</key>
                     61:                        <string>MyDocument</string>
                     62:                </dict>
                     63:                <dict>
                     64:                        <key>CFBundleTypeExtensions</key>
                     65:                        <array>
                     66:                                <string>rtf</string>
                     67:                        </array>
                     68:                        <key>CFBundleTypeMIMETypes</key>
                     69:                        <array>
                     70:                                <string>text/rtf</string>
                     71:                        </array>
                     72:                        <key>CFBundleTypeName</key>
                     73:                        <string>RTF</string>
                     74:                        <key>CFBundleTypeRole</key>
                     75:                        <string>Editor</string>
                     76:                        <key>LSTypeIsPackage</key>
                     77:                        <false/>
                     78:                        <key>NSDocumentClass</key>
                     79:                        <string>MyDocument</string>
                     80:                        <key>NSPersistentStoreTypeKey</key>
                     81:                        <string>XML</string>
                     82:                </dict>
                     83:        </array>
                     84:        <key>CFBundleExecutable</key>
                     85:        <string>${EXECUTABLE_NAME}</string>
                     86:        <key>CFBundleIconFile</key>
                     87:        <string>SimpleOX</string>
                     88:        <key>CFBundleIdentifier</key>
                     89:        <string>org.openxm.cfep</string>
                     90:        <key>CFBundleInfoDictionaryVersion</key>
                     91:        <string>6.0</string>
                     92:        <key>CFBundleName</key>
                     93:        <string>${PRODUCT_NAME}</string>
                     94:        <key>CFBundlePackageType</key>
                     95:        <string>APPL</string>
                     96:        <key>CFBundleSignature</key>
                     97:        <string>cfep.OpenXM.org</string>
                     98:        <key>CFBundleVersion</key>
1.3     ! takayama   99:        <string>1.1.2</string>
1.1       takayama  100:        <key>NSMainNibFile</key>
                    101:        <string>MainMenu</string>
                    102:        <key>NSPrincipalClass</key>
                    103:        <string>NSApplication</string>
                    104: </dict>
                    105: </plist>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>