File:  [Local Repository] / imach / distributions / osx / IMaChInfo.plist.in
Revision 1.4: download - view: text, annotated - select for diffs
Sun Sep 11 07:59:43 2022 UTC (21 months, 2 weeks ago) by brouard
Branches: MAIN
CVS tags: HEAD
Summary: Version 0.99r38

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleAllowMixedLocalizations</key>
	<true/>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>imach</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>IMaCh</string>
			<key>CFBundleTypeName</key>
			<string>IMaCh Source File</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>****</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>LSIsAppleDefaultForType</key>
			<true/>
			<key>NSDocumentClass</key>
			<string>IMaChDocument</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>imach.sh</string>
	<key>CFBundleIconFile</key>
	<string>IMaCh</string>
	<key>CFBundleTypeExtensions</key>
	  <string>imach</string>
	<key>CFBundleShortVersionString</key>
	<string>@VERSION@</string>
	<key>CFBundleVersion</key>
	<string>@VERSION@</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>IMaCh</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>aplt</string>
	<key>LSMinimumSystemVersionByArchitecture</key>
	<dict>
	  <key>x86_64</key>
	  <string>10.6</string>
	</dict>
	<key>LSRequiresCarbon</key>
	<true/>
	<key>WindowState</key>
	<dict>
	  <key>dividerCollapsed</key>
	  <false/>
	  <key>eventLogLevel</key>
	  <integer>1</integer>
	  <key>name</key>
	  <string>ScriptWindowState</string>
	  <key>positionOfDivider</key>
	  <real>333</real>
	  <key>savedFrame</key>
	  <string>786 144 850 597 0 0 1920 1058 </string>
	  <key>selectedTabView</key>
	  <string>event log</string>
	</dict>
</dict>
</plist>

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