Merge branch 'update-xcode-builds' of https://github.com/discnl/wxWidgets

Update Xcode projects to correspond to the latest makefiles and use ARM
architecture instead of i386.

See https://github.com/wxWidgets/wxWidgets/pull/2484
This commit is contained in:
Vadim Zeitlin
2021-08-26 15:53:16 +02:00
7 changed files with 812 additions and 676 deletions

View File

@@ -182,6 +182,10 @@ Changes in behaviour which may result in build errors
- Under macOS, 10.11 SDK is the minimum SDK, building and deploying under 10.10.5 and
higher is supported, you must use at least Xcode 7.2.1.
- wxOSX Xcode projects no longer include the i386 target by default and,
with Xcode 12 or later, build for the arm64 architecture in addition to
existing x86_64. See build/osx/wxcocoa.xcconfig for more information.
- wxPGProperty ctors are not longer public since this class is intended to be
a base class and should not be instantiated directly.