common Info.plist for XCode projects
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 4 Feb 2006 19:44:14 +0000 (19:44 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 4 Feb 2006 19:44:14 +0000 (19:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/Info.plist [new file with mode: 0755]

diff --git a/samples/Info.plist b/samples/Info.plist
new file mode 100755 (executable)
index 0000000..8741bc5
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>$(PRODUCT_NAME)</string>
+       <key>CFBundleGetInfoString</key>
+       <string>$(PRODUCT_NAME) version 2.6.0, (c) 2006 wxWidgets</string>
+       <key>CFBundleIconFile</key>
+       <string>wxmac.icns</string>
+       <key>CFBundleIdentifier</key>
+       <string>org.wxwidgets.samples.$(PRODUCT_NAME)</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleLongVersionString</key>
+       <string>2.6.0, (c) 2006 wxWidgets</string>
+       <key>CFBundleName</key>
+       <string>minimal</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>2.6.0</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>2.6.0</string>
+       <key>CSResourcesFileMapped</key>
+       <true/>
+       <key>LSRequiresCarbon</key>
+       <true/>
+       <key>NSHumanReadableCopyright</key>
+       <string>Copyright 2006 wxWidgets</string>
+</dict>
+</plist>