Annotation of imach/distributions/osx/IMaChInfo.plist.in, revision 1.4

1.1       brouard     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>CFBundleAllowMixedLocalizations</key>
                      6:        <true/>
                      7:        <key>CFBundleDevelopmentRegion</key>
                      8:        <string>English</string>
1.3       brouard     9:        <key>CFBundleDocumentTypes</key>
                     10:        <array>
                     11:                <dict>
                     12:                        <key>CFBundleTypeExtensions</key>
                     13:                        <array>
                     14:                                <string>imach</string>
                     15:                        </array>
                     16:                        <key>CFBundleTypeIconFile</key>
                     17:                        <string>IMaCh</string>
                     18:                        <key>CFBundleTypeName</key>
                     19:                        <string>IMaCh Source File</string>
                     20:                        <key>CFBundleTypeOSTypes</key>
                     21:                        <array>
                     22:                                <string>****</string>
                     23:                        </array>
                     24:                        <key>CFBundleTypeRole</key>
                     25:                        <string>Editor</string>
                     26:                        <key>LSIsAppleDefaultForType</key>
                     27:                        <true/>
                     28:                        <key>NSDocumentClass</key>
                     29:                        <string>IMaChDocument</string>
                     30:                </dict>
                     31:        </array>
1.1       brouard    32:        <key>CFBundleExecutable</key>
1.4     ! brouard    33:        <string>imach.sh</string>
1.1       brouard    34:        <key>CFBundleIconFile</key>
1.2       brouard    35:        <string>IMaCh</string>
1.3       brouard    36:        <key>CFBundleTypeExtensions</key>
                     37:          <string>imach</string>
                     38:        <key>CFBundleShortVersionString</key>
                     39:        <string>@VERSION@</string>
                     40:        <key>CFBundleVersion</key>
                     41:        <string>@VERSION@</string>
1.1       brouard    42:        <key>CFBundleInfoDictionaryVersion</key>
                     43:        <string>6.0</string>
                     44:        <key>CFBundleName</key>
                     45:        <string>IMaCh</string>
                     46:        <key>CFBundlePackageType</key>
                     47:        <string>APPL</string>
                     48:        <key>CFBundleSignature</key>
                     49:        <string>aplt</string>
                     50:        <key>LSMinimumSystemVersionByArchitecture</key>
                     51:        <dict>
1.3       brouard    52:          <key>x86_64</key>
                     53:          <string>10.6</string>
1.1       brouard    54:        </dict>
                     55:        <key>LSRequiresCarbon</key>
                     56:        <true/>
                     57:        <key>WindowState</key>
                     58:        <dict>
1.3       brouard    59:          <key>dividerCollapsed</key>
                     60:          <false/>
                     61:          <key>eventLogLevel</key>
                     62:          <integer>1</integer>
                     63:          <key>name</key>
                     64:          <string>ScriptWindowState</string>
                     65:          <key>positionOfDivider</key>
                     66:          <real>333</real>
                     67:          <key>savedFrame</key>
                     68:          <string>786 144 850 597 0 0 1920 1058 </string>
                     69:          <key>selectedTabView</key>
                     70:          <string>event log</string>
1.1       brouard    71:        </dict>
                     72: </dict>
                     73: </plist>

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