Skip to content

Commit d963b16

Browse files
committed
Don't run new method on Linux
1 parent b6e756d commit d963b16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/ParseSwift/Parse.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ public struct ParseSwift {
146146
Self.configuration = configuration
147147
Self.sessionDelegate = ParseURLSessionDelegate(callbackQueue: .main,
148148
authentication: configuration.authentication)
149+
#if !os(Linux) && !os(Android)
149150
deleteKeychainIfNeeded()
151+
#endif
150152

151153
do {
152154
let previousSDKVersion = try ParseVersion(ParseVersion.current)

0 commit comments

Comments
 (0)