]> git.saurik.com Git - wxWidgets.git/blob - samples/docview/Info.plist.in
Add wxTranslations::GetTranslatedString().
[wxWidgets.git] / samples / docview / Info.plist.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3 <plist version="0.9">
4 <dict>
5 <key>CFBundleInfoDictionaryVersion</key>
6 <string>6.0</string>
7 <key>CFBundleIdentifier</key>
8 <string>org.wxwindows.IDENTIFIER</string>
9 <key>CFBundleDevelopmentRegion</key>
10 <string>English</string>
11 <key>CFBundleLocalizations</key>
12 <array>
13 <string>de</string>
14 <string>en</string>
15 <string>fr</string>
16 <string>it</string>
17 </array>
18 <key>CFBundleDocumentTypes</key>
19 <array>
20 <dict>
21 <key>CFBundleTypeExtensions</key>
22 <array>
23 <string>drw</string>
24 </array>
25 <key>CFBundleTypeIconFile</key>
26 <string>chart.icns</string>
27 <key>CFBundleTypeName</key>
28 <string>DocView Drawing</string>
29 <key>CFBundleTypeOSTypes</key>
30 <array>
31 <string>WXMB</string>
32 </array>
33 <key>CFBundleTypeRole</key>
34 <string>Editor</string>
35 <key>LSTypeIsPackage</key>
36 <false/>
37 <key>NSPersistentStoreTypeKey</key>
38 <string>Binary</string>
39 </dict>
40 <dict>
41 <key>CFBundleTypeExtensions</key>
42 <array>
43 <string>txt</string>
44 <string>text</string>
45 </array>
46 <key>CFBundleTypeIconFile</key>
47 <string>notepad.icns</string>
48 <key>CFBundleTypeName</key>
49 <string>DocView Text</string>
50 <key>CFBundleTypeOSTypes</key>
51 <array>
52 <string>TEXT</string>
53 </array>
54 <key>CFBundleTypeRole</key>
55 <string>Editor</string>
56 <key>LSTypeIsPackage</key>
57 <false/>
58 <key>NSPersistentStoreTypeKey</key>
59 <string>Binary</string>
60 </dict>
61 </array>
62 <key>CFBundleExecutable</key>
63 <string>EXECUTABLE</string>
64 <key>CFBundleIconFile</key>
65 <string>wxmac.icns</string>
66 <key>CFBundleName</key>
67 <string>EXECUTABLE</string>
68 <key>CFBundlePackageType</key>
69 <string>APPL</string>
70 <key>CFBundleSignature</key>
71 <string>WXMA</string>
72 <key>CFBundleVersion</key>
73 <string>VERSION</string>
74 <key>CFBundleShortVersionString</key>
75 <string>VERSION</string>
76 <key>CFBundleGetInfoString</key>
77 <string>EXECUTABLE version VERSION, (c) 2002-2008 wxWidgets</string>
78 <key>CFBundleLongVersionString</key>
79 <string>VERSION, (c) 2002-2008 wxWidgets</string>
80 <key>NSHumanReadableCopyright</key>
81 <string>Copyright 2002-2008 wxWidgets</string>
82 <key>LSRequiresCarbon</key>
83 <true/>
84 <key>CSResourcesFileMapped</key>
85 <true/>
86 </dict>
87 </plist>