mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
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:
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user