From: Stefan Csomor Date: Tue, 12 Feb 2013 19:14:51 +0000 (+0000) Subject: making sure cfbundle identifier has correct characters X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0fd078b7fc55d5bfa7e3d8e82955dc3341de8a8f?hp=bcc9d6175fa693f5eff0d881430c9ed26f5645b1 making sure cfbundle identifier has correct characters git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/minimal/Info_cocoa.plist b/samples/minimal/Info_cocoa.plist index db1f988e5f..2cde991885 100644 --- a/samples/minimal/Info_cocoa.plist +++ b/samples/minimal/Info_cocoa.plist @@ -2,18 +2,16 @@ - NSPrincipalClass - wxNSApplication CFBundleDevelopmentRegion English CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - $(PRODUCT_NAME) version 2.9.5, (c) 2005-2011 wxWidgets + $(PRODUCT_NAME) version 2.9.5, (c) 2005-2013 wxWidgets CFBundleIconFile wxmac.icns CFBundleIdentifier - org.wxwidgets.samples.$(PRODUCT_NAME) + org.wxwidgets.samples.$(PRODUCT_NAME:rfc1034identifier) CFBundleInfoDictionaryVersion 6.0 CFBundleLocalizations @@ -36,6 +34,8 @@ CFBundleVersion 2.9.5 NSHumanReadableCopyright - Copyright 2005-2011 wxWidgets + Copyright 2005-2013 wxWidgets + NSPrincipalClass + wxNSApplication