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>NSPrincipalClass</key>
6	<string>wxNSApplication</string>
7	<key>CFBundleInfoDictionaryVersion</key>
8	<string>6.0</string>
9	<key>CFBundleIdentifier</key>
10	<string>org.wxwindows.IDENTIFIER</string>
11	<key>CFBundleDevelopmentRegion</key>
12	<string>English</string>
13	<key>CFBundleLocalizations</key>
14	<array>
15		<string>de</string>
16		<string>en</string>
17		<string>fr</string>
18		<string>it</string>
19	</array>
20	<key>CFBundleExecutable</key>
21	<string>EXECUTABLE</string>
22	<key>CFBundleIconFile</key>
23	<string>wxmac.icns</string>
24	<key>CFBundleName</key>
25	<string>EXECUTABLE</string>
26	<key>CFBundlePackageType</key>
27	<string>APPL</string>
28	<key>CFBundleSignature</key>
29	<string>????</string>
30	<key>CFBundleVersion</key>
31	<string>VERSION</string>
32	<key>CFBundleShortVersionString</key>
33	<string>VERSION</string>
34	<key>CFBundleGetInfoString</key>
35	<string>EXECUTABLE version VERSION, (c) 2002-2012 wxWidgets</string>
36	<key>CFBundleLongVersionString</key>
37	<string>VERSION, (c) 2002-2012 wxWidgets</string>
38	<key>NSHumanReadableCopyright</key>
39	<string>Copyright 2002-2012 wxWidgets</string>
40	<key>LSRequiresCarbon</key>
41	<true/>
42	<key>CSResourcesFileMapped</key>
43	<true/>
44</dict>
45</plist>
46