From 36de95bd8e8c30d8b9fde6ba0bfda9707c9269d5 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 23 Jun 2017 11:04:26 +0200 Subject: [PATCH] wxSecretStore is not implemented on iOS --- include/wx/osx/iphone/chkconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index 3de25cdecb..a87d8e876f 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -372,6 +372,11 @@ #define wxUSE_WEBVIEW 0 #endif +#if wxUSE_SECRETSTORE + #undef wxUSE_SECRETSTORE + #define wxUSE_SECRETSTORE 0 +#endif + #endif /* _WX_OSX_IPHONE_CHKCONF_H_ */