Annotation of imach/distributions/osx/IMaChInfo.plist.in, revision 1.1
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>
! 9: <key>CFBundleExecutable</key>
! 10: <string>applet</string>
! 11: <key>CFBundleIconFile</key>
! 12: <string>applet</string>
! 13: <key>CFBundleShortVersionString</key>
! 14: <string>@VERSION@</string>
! 15: <key>CFBundleVersion</key>
! 16: <string>@VERSION@</string>
! 17: <key>CFBundleInfoDictionaryVersion</key>
! 18: <string>6.0</string>
! 19: <key>CFBundleName</key>
! 20: <string>IMaCh</string>
! 21: <key>CFBundlePackageType</key>
! 22: <string>APPL</string>
! 23: <key>CFBundleSignature</key>
! 24: <string>aplt</string>
! 25: <key>LSMinimumSystemVersionByArchitecture</key>
! 26: <dict>
! 27: <key>x86_64</key>
! 28: <string>10.6</string>
! 29: </dict>
! 30: <key>LSRequiresCarbon</key>
! 31: <true/>
! 32: <key>WindowState</key>
! 33: <dict>
! 34: <key>dividerCollapsed</key>
! 35: <false/>
! 36: <key>eventLogLevel</key>
! 37: <integer>1</integer>
! 38: <key>name</key>
! 39: <string>ScriptWindowState</string>
! 40: <key>positionOfDivider</key>
! 41: <real>333</real>
! 42: <key>savedFrame</key>
! 43: <string>786 144 850 597 0 0 1920 1058 </string>
! 44: <key>selectedTabView</key>
! 45: <string>event log</string>
! 46: </dict>
! 47: </dict>
! 48: </plist>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>