diff --git a/samples/Info.plist b/samples/Info.plist
index 8741bc5ce9..fd45201dba 100755
--- a/samples/Info.plist
+++ b/samples/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
$(PRODUCT_NAME)
CFBundleGetInfoString
- $(PRODUCT_NAME) version 2.6.0, (c) 2006 wxWidgets
+ $(PRODUCT_NAME) version 2.9.0, (c) 2005-2007 wxWidgets
CFBundleIconFile
wxmac.icns
CFBundleIdentifier
@@ -15,22 +15,22 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleLongVersionString
- 2.6.0, (c) 2006 wxWidgets
+ 2.9.0, (c) 2005-2007 wxWidgets
CFBundleName
- minimal
+ $(PRODUCT_NAME)
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.6.0
+ 2.9.0
CFBundleSignature
????
CFBundleVersion
- 2.6.0
+ 2.9.0
CSResourcesFileMapped
LSRequiresCarbon
NSHumanReadableCopyright
- Copyright 2006 wxWidgets
+ Copyright 2005-2007 wxWidgets
diff --git a/samples/minimal/Info.plist b/samples/minimal/Info.plist
deleted file mode 100644
index 9ec03b309f..0000000000
--- a/samples/minimal/Info.plist
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleExecutable
- $(PRODUCT_NAME)
- CFBundleGetInfoString
- $(PRODUCT_NAME) version 2.9.0, (c) 2005-2007 wxWidgets
- CFBundleIconFile
- wxmac.icns
- CFBundleIdentifier
- org.wxwidgets.samples.minimal
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleLongVersionString
- 2.6.0, (c) 2005 wxWidgets
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- 2.6.0
- CFBundleSignature
- ????
- CFBundleVersion
- 2.6.0
- CSResourcesFileMapped
-
- LSRequiresCarbon
-
- NSHumanReadableCopyright
- Copyright 2005-2007 wxWidgets
-
-