• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>svg</string>
13			</array>
14			<key>CFBundleTypeName</key>
15			<string>SVG Document</string>
16			<key>CFBundleTypeOSTypes</key>
17			<array>
18				<string>????</string>
19			</array>
20			<key>CFBundleTypeRole</key>
21			<string>Editor</string>
22			<key>LSTypeIsPackage</key>
23			<false/>
24			<key>NSDocumentClass</key>
25			<string>DrawTestDocument</string>
26			<key>NSPersistentStoreTypeKey</key>
27			<string>Binary</string>
28		</dict>
29	</array>
30	<key>CFBundleExecutable</key>
31	<string>DrawTest</string>
32	<key>CFBundleGetInfoString</key>
33	<string>420+, Copyright 2005, 2006 Apple Computer, Inc.</string>
34	<key>CFBundleIdentifier</key>
35	<string>com.apple.DrawTest</string>
36	<key>CFBundleInfoDictionaryVersion</key>
37	<string>6.0</string>
38	<key>CFBundlePackageType</key>
39	<string>APPL</string>
40	<key>CFBundleSignature</key>
41	<string>????</string>
42	<key>CFBundleVersion</key>
43	<string>1.0</string>
44	<key>NSMainNibFile</key>
45	<string>MainMenu</string>
46	<key>NSPrincipalClass</key>
47	<string>NSApplication</string>
48</dict>
49</plist>
50