Remove PACKAGE_XXX definitions from Xcode config header

They were not used anyhow and could conflict with the other packages
defining them.

We also don't need to update the version in this file now.

See #23162.
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:34:38 +01:00
parent f205dca9dc
commit 6a47ee1b0c
2 changed files with 0 additions and 9 deletions

View file

@ -110,12 +110,6 @@
#define HAVE_XLOCALE_H 1
#define wxHAS_KQUEUE 1
#define PACKAGE_BUGREPORT "wx-dev@googlegroups.com"
#define PACKAGE_NAME "wxWidgets"
#define PACKAGE_STRING "wxWidgets 3.3.0"
#define PACKAGE_TARNAME "wxwidgets"
#define PACKAGE_VERSION "3.3.0"
// for jpeg
#define HAVE_STDLIB_H 1

View file

@ -46,9 +46,6 @@ run_sed include/wx/version.h \
"s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" \
"/^#define wxVERSION_STRING/s/$ver_for_sed/$ver_string_new/"
run_sed include/wx/osx/config_xcode.h \
"/^#define PACKAGE/s/$ver_for_sed/$ver_string_new/"
run_sed samples/minimal/Info_cocoa.plist \
"/<string>/s/$ver_for_sed/$ver_string_new/"