mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-05-20 20:20:35 +00:00
Fix comment
This commit is contained in:
@@ -150,16 +150,16 @@ extension Atlantis {
|
||||
print("---------------------------------------------------------------------------------")
|
||||
}
|
||||
|
||||
// For iOS
|
||||
#if os(iOS)
|
||||
|
||||
// Don't need to check configs on Info.plist
|
||||
if Atlantis.shared.isRunningOniOSPlayground {
|
||||
print("---------- Running on iOS Swift Playground Mode")
|
||||
print("---------- Running on Swift Playground Mode")
|
||||
print("If you get the SSL Error, please follow this code: https://gist.github.com/NghiaTranUIT/275c8da5068d506869a21bd16da27094")
|
||||
return
|
||||
}
|
||||
|
||||
// For iOS
|
||||
#if os(iOS)
|
||||
|
||||
// Check required config for Local Network in the main app's info.plist
|
||||
// Ref: https://developer.apple.com/news/?id=0oi77447
|
||||
// Only for iOS 14
|
||||
|
||||
Reference in New Issue
Block a user