Annotation of imach/distributions/osx/IMaChInfo.plist.in, revision 1.3
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.2 brouard 33: <string>imach</string>
1.1 brouard 34: <key>CFBundleIconFile</key>
1.2 brouard 35: <string>IMaCh</string>
1.3 ! brouard 36: <key>CFBundleTypeExtensions</key>
! 37: <array>
! 38: <string>imach</string>
! 39: </array>
! 40: <key>CFBundleShortVersionString</key>
! 41: <string>@VERSION@</string>
! 42: <key>CFBundleVersion</key>
! 43: <string>@VERSION@</string>
1.1 brouard 44: <key>CFBundleInfoDictionaryVersion</key>
45: <string>6.0</string>
46: <key>CFBundleName</key>
47: <string>IMaCh</string>
48: <key>CFBundlePackageType</key>
49: <string>APPL</string>
50: <key>CFBundleSignature</key>
51: <string>aplt</string>
52: <key>LSMinimumSystemVersionByArchitecture</key>
53: <dict>
1.3 ! brouard 54: <key>x86_64</key>
! 55: <string>10.6</string>
1.1 brouard 56: </dict>
57: <key>LSRequiresCarbon</key>
58: <true/>
59: <key>WindowState</key>
60: <dict>
1.3 ! brouard 61: <key>dividerCollapsed</key>
! 62: <false/>
! 63: <key>eventLogLevel</key>
! 64: <integer>1</integer>
! 65: <key>name</key>
! 66: <string>ScriptWindowState</string>
! 67: <key>positionOfDivider</key>
! 68: <real>333</real>
! 69: <key>savedFrame</key>
! 70: <string>786 144 850 597 0 0 1920 1058 </string>
! 71: <key>selectedTabView</key>
! 72: <string>event log</string>
1.1 brouard 73: </dict>
74: </dict>
75: </plist>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>