Add wxIOS wxSystemSettingsNative after the removal of Carbon.

Building for iOS used the carbon version of wxSystemSettingsNative which included ifdefs to build with iOS. This adds a wxIOS specific settings.mm file to provide an iOS stub implementation.
This commit is contained in:
Tobias Taschner
2016-02-11 11:15:53 +01:00
parent 8dda5c9945
commit efa5906b8d
4 changed files with 272 additions and 4 deletions

View File

@@ -2478,6 +2478,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/osx/iphone/utils.mm
src/osx/iphone/window.mm
src/osx/cocoa/stdpaths.mm
src/osx/iphone/settings.mm
</set>
<set var="OSX_IPHONE_HDR" hints="files">

View File

@@ -2109,6 +2109,7 @@ OSX_IPHONE_SRC =
src/osx/iphone/msgdlg.mm
src/osx/iphone/nonownedwnd.mm
src/osx/iphone/scrolbar.mm
src/osx/iphone/settings.mm
src/osx/iphone/slider.mm
src/osx/iphone/stattext.mm
src/osx/iphone/textctrl.mm