diff --git a/docs/changes.txt b/docs/changes.txt index d76f994667..0041d96691 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -210,6 +210,7 @@ wxOSX: - Allow pasting using Cmd+V in wxTextCtrl with wxTE_PASSWORD style. - Update font code to use toll-free bridges from CTFontRef to NSFont or UIFont - Add a native implementation for clearing bitmap/window wxGraphicsContexts +- wxiOS now needs a minimum of iOS 9 for deployment Unix: diff --git a/docs/doxygen/mainpages/introduction.h b/docs/doxygen/mainpages/introduction.h index abaeddb236..846c0e97fa 100644 --- a/docs/doxygen/mainpages/introduction.h +++ b/docs/doxygen/mainpages/introduction.h @@ -93,8 +93,8 @@ primary supported compiler is GNU g++. supports 32 or 64 bit Intel Macs running OS X 10.7 or later. The port can be built either with g++ or clang. -Other platforms (e.g. iOS), compilers (Borland C++ under Windows, -Sun CC, HP-UX aCC, IBM xlC or SGI mipsPro under Unix) and ports ( +Other platforms (e.g. iOS - with a minimum requirement of iOS 9), 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. diff --git a/docs/doxygen/mainpages/platdetails.h b/docs/doxygen/mainpages/platdetails.h index 53a5163f9b..f4beee8625 100644 --- a/docs/doxygen/mainpages/platdetails.h +++ b/docs/doxygen/mainpages/platdetails.h @@ -173,7 +173,7 @@ For further information, please see the files in docs/qt in the distribution. wxiOS is a port of wxWidgets using Cocoa touch libraries for iOS. It is very basic in it current form, but is included for further improvements and very -simple applications. +simple applications. It requires iOS 9 or later and fully supports 64 bit builds. For further information, please see the files in docs/ios in the distribution. @@ -185,7 +185,7 @@ In such case (or when you want to e.g. write a port-specific patch) it can be necessary to use the underlying toolkit API directly: - wxMSW port uses win32 API: see MSDN docs at http://msdn2.microsoft.com/en-us/library/ms649779.aspx -- wxGTK port uses GTK+ and other lower-level libraries; see +- wxGTK port uses GTK+ and other lower-level libraries; see - GTK+ docs at http://library.gnome.org/devel/gtk/unstable/ - GDK docs at http://library.gnome.org/devel/gdk/unstable/ - GLib docs at http://library.gnome.org/devel/glib/unstable/