]> git.saurik.com Git - wxWidgets.git/blame - samples/Info.plist
don't assign NULLs to bools and floats, this is confusing (and also the usual: deTABi...
[wxWidgets.git] / samples / Info.plist
CommitLineData
4d524cdd
SC
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key>
8 <string>$(PRODUCT_NAME)</string>
9 <key>CFBundleGetInfoString</key>
10 <string>$(PRODUCT_NAME) version 2.6.0, (c) 2006 wxWidgets</string>
11 <key>CFBundleIconFile</key>
12 <string>wxmac.icns</string>
13 <key>CFBundleIdentifier</key>
14 <string>org.wxwidgets.samples.$(PRODUCT_NAME)</string>
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17 <key>CFBundleLongVersionString</key>
18 <string>2.6.0, (c) 2006 wxWidgets</string>
19 <key>CFBundleName</key>
20 <string>minimal</string>
21 <key>CFBundlePackageType</key>
22 <string>APPL</string>
23 <key>CFBundleShortVersionString</key>
24 <string>2.6.0</string>
25 <key>CFBundleSignature</key>
26 <string>????</string>
27 <key>CFBundleVersion</key>
28 <string>2.6.0</string>
29 <key>CSResourcesFileMapped</key>
30 <true/>
31 <key>LSRequiresCarbon</key>
32 <true/>
33 <key>NSHumanReadableCopyright</key>
34 <string>Copyright 2006 wxWidgets</string>
35</dict>
36</plist>