From 0093a6a643b7c81161380f1e2f9729a2b4d24b03 Mon Sep 17 00:00:00 2001 From: TheM4hd1 Date: Thu, 5 Nov 2020 16:45:37 +0330 Subject: [PATCH] fix warnings --- SwiftyInsta/Local/Authentication/Authentication.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftyInsta/Local/Authentication/Authentication.swift b/SwiftyInsta/Local/Authentication/Authentication.swift index 85a91c1..400ea7c 100644 --- a/SwiftyInsta/Local/Authentication/Authentication.swift +++ b/SwiftyInsta/Local/Authentication/Authentication.swift @@ -11,7 +11,7 @@ import KeychainSwift /// An abstract `struct` holding login references . public struct Authentication { - #if os(iOS) + #if canImport(WebKit) /// Select the way you wish to authenticate. public enum Request { /// Log in with username and password.