diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-04 15:06:42 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 14:26:42 -1000 |
commit | c87c60d2bb54bdbb43455b5dbedcf2af53c9aaed (patch) | |
tree | da2a5a1416e2c7db41563f8161c26bc6150448c8 /iPhonePrivate.h | |
parent | 2e6ea0ffb9c4027bcd49667a55a0d59a52b811dd (diff) |
Specify arches to compile via variable and clear up iOS11 availability warning
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index e8748a4..9852bbe 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -281,6 +281,7 @@ enum { // }}} // @interface Web* {{{ @interface WebPreferences : NSObject ++ (void) setWebKitLinkTimeVersion:(NSInteger)version; - (void) setCacheModel:(WebCacheModel)value; - (void) setJavaScriptCanOpenWindowsAutomatically:(BOOL)value; @end |