From 8e219408eddc7c367e960c6f2767c3f4f58d5ad6 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 15 Mar 2007 12:05:02 +0000 Subject: [PATCH] product name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/minimal/Info.plist | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/minimal/Info.plist b/samples/minimal/Info.plist index 6620db7ad4..f9e02a98d3 100644 --- a/samples/minimal/Info.plist +++ b/samples/minimal/Info.plist @@ -7,30 +7,30 @@ CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - minimal version 2.6.0, (c) 2005 wxWidgets + $(PRODUCT_NAME) version 2.8.3, (c) 2007 wxWidgets CFBundleIconFile wxmac.icns CFBundleIdentifier - org.wxwidgets.samples.minimal + org.wxwidgets.samples.$(PRODUCT_NAME) CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 2.6.0, (c) 2005 wxWidgets + 2.8.3, (c) 2007 wxWidgets CFBundleName - minimal + $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString - 2.6.0 + 2.8.3 CFBundleSignature ???? CFBundleVersion - 2.6.0 + 2.8.3 CSResourcesFileMapped LSRequiresCarbon NSHumanReadableCopyright - Copyright 2005 wxWidgets + Copyright 2007 wxWidgets