]>
Commit | Line | Data |
---|---|---|
e5398809 SC |
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>CFBundleDevelopmentRegion</key> | |
6 | <string>English</string> | |
7 | <key>CFBundleDocumentTypes</key> | |
8 | <array> | |
9 | <dict> | |
10 | <key>CFBundleTypeExtensions</key> | |
11 | <array> | |
12 | <string>drw</string> | |
13 | </array> | |
14 | <key>CFBundleTypeIconFile</key> | |
15 | <string>chart.icns</string> | |
16 | <key>CFBundleTypeName</key> | |
17 | <string>DocView Drawing</string> | |
18 | <key>CFBundleTypeOSTypes</key> | |
19 | <array> | |
20 | <string>WXMB</string> | |
21 | </array> | |
22 | <key>CFBundleTypeRole</key> | |
23 | <string>Editor</string> | |
24 | <key>LSTypeIsPackage</key> | |
25 | <false/> | |
26 | <key>NSPersistentStoreTypeKey</key> | |
27 | <string>Binary</string> | |
28 | </dict> | |
29 | <dict> | |
30 | <key>CFBundleTypeExtensions</key> | |
31 | <array> | |
32 | <string>txt</string> | |
33 | <string>text</string> | |
34 | </array> | |
35 | <key>CFBundleTypeIconFile</key> | |
36 | <string>notepad.icns</string> | |
37 | <key>CFBundleTypeName</key> | |
38 | <string>DocView Text</string> | |
39 | <key>CFBundleTypeOSTypes</key> | |
40 | <array> | |
41 | <string>TEXT</string> | |
42 | </array> | |
43 | <key>CFBundleTypeRole</key> | |
44 | <string>Editor</string> | |
45 | <key>LSTypeIsPackage</key> | |
46 | <false/> | |
47 | <key>NSPersistentStoreTypeKey</key> | |
48 | <string>Binary</string> | |
49 | </dict> | |
50 | </array> | |
51 | <key>CFBundleExecutable</key> | |
52 | <string>$(PRODUCT_NAME)</string> | |
53 | <key>CFBundleGetInfoString</key> | |
c05b000c | 54 | <string>$(PRODUCT_NAME) version 2.9.4, (c) 2005-2011 wxWidgets</string> |
e5398809 SC |
55 | <key>CFBundleIconFile</key> |
56 | <string>doc</string> | |
57 | <key>CFBundleIdentifier</key> | |
58 | <string>org.wxwidgets.samples.$(PRODUCT_NAME)</string> | |
59 | <key>CFBundleInfoDictionaryVersion</key> | |
60 | <string>6.0</string> | |
61 | <key>CFBundleLocalizations</key> | |
62 | <array> | |
63 | <string>de</string> | |
64 | <string>en</string> | |
65 | <string>fr</string> | |
66 | <string>it</string> | |
67 | </array> | |
68 | <key>CFBundleLongVersionString</key> | |
c05b000c | 69 | <string>2.9.4, (c) 2005-2011 wxWidgets</string> |
e5398809 SC |
70 | <key>CFBundleName</key> |
71 | <string>$(PRODUCT_NAME)</string> | |
72 | <key>CFBundlePackageType</key> | |
73 | <string>APPL</string> | |
74 | <key>CFBundleShortVersionString</key> | |
c05b000c | 75 | <string>2.9.4</string> |
e5398809 SC |
76 | <key>CFBundleSignature</key> |
77 | <string>WXMA</string> | |
78 | <key>CFBundleVersion</key> | |
c05b000c | 79 | <string>2.9.4</string> |
e5398809 SC |
80 | <key>CSResourcesFileMapped</key> |
81 | <true/> | |
82 | <key>LSRequiresCarbon</key> | |
83 | <true/> | |
84 | <key>NSHumanReadableCopyright</key> | |
7b1a29ce | 85 | <string>Copyright 2005-2011 wxWidgets</string> |
e5398809 SC |
86 | </dict> |
87 | </plist> |