updating docs for min system
This commit is contained in:
@@ -152,9 +152,8 @@ Changes in behaviour which may result in build errors
|
||||
wxArrayString. Please update your code to use the appropriate setter
|
||||
Set[Char]{In,Ex}cludes(), instead of mutating the internal data directly.
|
||||
|
||||
- Under macOS, 10.9 SDK is used by default now. 10.7 SDK is still supported,
|
||||
but must be explicitly selected (and libstdc++ must be installed in order
|
||||
to use it).
|
||||
- Under macOS, 10.11 SDK is the minimum SDK, building and deploying under 10.10.5 and
|
||||
higher is supported, you must at least use Xcode 7.2.1.
|
||||
|
||||
- wxPGProperty ctors are not longer public since this class is intended to be
|
||||
a base class and should not be instantiated directly.
|
||||
@@ -802,7 +801,7 @@ wxMSW:
|
||||
wxOSX/Cocoa:
|
||||
|
||||
- Make wxiOS (iPhone) port build and minimally work again (Tobias Taschner).
|
||||
- Use more efficient FSEvents (10.7+) in wxFileSystemWatcher (Roberto Perpuly).
|
||||
- Use more efficient FSEvents in wxFileSystemWatcher (Roberto Perpuly).
|
||||
- Implement wxWindow::Disable() for non-native controls too (Steve Browne).
|
||||
- Implement wxTopLevelWindow::EnableCloseButton() (John Roberts).
|
||||
- Fix wxEVT_CHAR for non-BMP Unicode characters (ARATA Mizuki).
|
||||
|
@@ -91,10 +91,10 @@ NetBSD, Solaris, AIX, ...) and require GTK+ 2.6 or later or GTK+ 3.x. The
|
||||
primary supported compiler is GNU g++.
|
||||
|
||||
@li wxOSX/Cocoa: This is the native port for Apple computers. wxOSX/Cocoa
|
||||
supports 32 or 64 bit Intel Macs running OS X 10.7 or later. The port can be
|
||||
supports 32 or 64 bit Intel Macs running OS X 10.10 or later. The port can be
|
||||
built either with g++ or clang.
|
||||
|
||||
Other platforms (e.g. iOS - with a minimum requirement of iOS 9), compilers (Borland C++
|
||||
Other platforms (e.g. iOS - with a minimum requirement of iOS 13), compilers (Borland C++
|
||||
under Windows, Sun CC, HP-UX aCC, IBM xlC or SGI mipsPro under Unix) and ports (
|
||||
wxQT, wxGTK1, wxX11, wxDFB...) are also supported but to a lesser extent.
|
||||
Please see the @subpage page_port "platform details page" for more information.
|
||||
|
@@ -53,7 +53,7 @@ starting with 3.1.4. Use @c configure option @c \--with-gtk=2 to use GTK 2.
|
||||
@section page_port_wxosx wxOSX/Cocoa
|
||||
|
||||
wxOSX/Cocoa is the port of wxWidgets for the OS X platform. It requires
|
||||
OS X 10.7 or later and fully supports 64 bit builds.
|
||||
OS X 10.10 or later, Xcode 7.2.1 or greater, and fully supports 64 bit builds.
|
||||
|
||||
@subpage plat_osx_install "Build and Install Instructions"
|
||||
|
||||
|
@@ -97,7 +97,7 @@ This version of wxWidgets supports the following primary platforms:
|
||||
|
||||
* Windows XP, Vista, 7, 8 and 10 (32/64 bits).
|
||||
* Most Unix variants using the GTK+ toolkit (version 2.6 or newer)
|
||||
* OS X (10.7 or newer) using Cocoa (32/64 bits)
|
||||
* OS X (10.10 or newer) using Cocoa (32/64 bits)
|
||||
|
||||
There is some support for the following platforms:
|
||||
|
||||
|
Reference in New Issue
Block a user