|
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>BuildMachineOSBuild</key> |
|
6 <string>10K549</string> |
|
7 <key>CFBundleDevelopmentRegion</key> |
|
8 <string>de_DE</string> |
|
9 <key>CFBundleExecutable</key> |
|
10 <string>mk12</string> |
|
11 <key>CFBundleIdentifier</key> |
|
12 <string>com.yourcompany.toolkit</string> |
|
13 <key>CFBundleInfoDictionaryVersion</key> |
|
14 <string>6.0</string> |
|
15 <key>CFBundleName</key> |
|
16 <string>toolkit</string> |
|
17 <key>CFBundlePackageType</key> |
|
18 <string>APPL</string> |
|
19 <key>CFBundleShortVersionString</key> |
|
20 <string>1.0</string> |
|
21 <key>CFBundleSignature</key> |
|
22 <string>????</string> |
|
23 <key>CFBundleVersion</key> |
|
24 <string>1</string> |
|
25 <key>DTCompiler</key> |
|
26 <string></string> |
|
27 <key>DTPlatformBuild</key> |
|
28 <string>10M2518</string> |
|
29 <key>DTPlatformVersion</key> |
|
30 <string>PG</string> |
|
31 <key>DTSDKBuild</key> |
|
32 <string>10M2518</string> |
|
33 <key>DTSDKName</key> |
|
34 <string>macosx10.6</string> |
|
35 <key>DTXcode</key> |
|
36 <string>0400</string> |
|
37 <key>DTXcodeBuild</key> |
|
38 <string>10M2518</string> |
|
39 <key>LSMinimumSystemVersion</key> |
|
40 <string>10.7</string> |
|
41 <key>NSMainNibFile</key> |
|
42 <string>MainMenu</string> |
|
43 <key>CFBundleDisplayName</key> |
|
44 <string></string> |
|
45 <key>CFBundleGetInfoString</key> |
|
46 <string></string> |
|
47 <key>LSApplicationCategoryType</key> |
|
48 <string></string> |
|
49 <key>CFBundleDocumentTypes</key> |
|
50 <array> |
|
51 <dict> |
|
52 <key>LSItemContentTypes</key> |
|
53 <array> |
|
54 <string>public.data</string> |
|
55 </array> |
|
56 <key>CFBundleTypeIconFile</key> |
|
57 <string></string> |
|
58 <key>CFBundleTypeName</key> |
|
59 <string>DocumentType</string> |
|
60 <key>CFBundleTypeRole</key> |
|
61 <string>Editor</string> |
|
62 <!-- |
|
63 <key>NSDocumentClass</key> |
|
64 <string>Document</string> |
|
65 --> |
|
66 </dict> |
|
67 </array> |
|
68 <key>NSPrincipalClass</key> |
|
69 <string>NSApplication</string> |
|
70 </dict> |
|
71 </plist> |