]> git.saurik.com Git - wxWidgets.git/blame - src/osx/carbon/Info.plist.in
No changes, just fix typos in comments in wxOSX files.
[wxWidgets.git] / src / osx / carbon / Info.plist.in
CommitLineData
489468fe
SC
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>
524c47aa
SC
11 <key>CFBundleLocalizations</key>
12 <array>
13 <string>de</string>
14 <string>en</string>
15 <string>fr</string>
16 <string>it</string>
17 </array>
489468fe
SC
18 <key>CFBundleExecutable</key>
19 <string>EXECUTABLE</string>
20 <key>CFBundleIconFile</key>
21 <string>wxmac.icns</string>
22 <key>CFBundleName</key>
23 <string>EXECUTABLE</string>
24 <key>CFBundlePackageType</key>
25 <string>APPL</string>
26 <key>CFBundleSignature</key>
27 <string>????</string>
28 <key>CFBundleVersion</key>
29 <string>VERSION</string>
30 <key>CFBundleShortVersionString</key>
31 <string>VERSION</string>
32 <key>CFBundleGetInfoString</key>
524c47aa 33 <string>EXECUTABLE version VERSION, (c) 2002-2008 wxWidgets</string>
489468fe 34 <key>CFBundleLongVersionString</key>
524c47aa 35 <string>VERSION, (c) 2002-2008 wxWidgets</string>
489468fe 36 <key>NSHumanReadableCopyright</key>
524c47aa 37 <string>Copyright 2002-2008 wxWidgets</string>
489468fe
SC
38 <key>LSRequiresCarbon</key>
39 <true/>
40 <key>CSResourcesFileMapped</key>
41 <true/>
42</dict>
43</plist>