mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-26 05:05:52 +10:00
Use production mode
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ DEPENDENCIES:
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
MZFayeClient:
|
||||
:path: ../CatchLib-iOS/MZFayeClient/
|
||||
:path: "../CatchLib-iOS/MZFayeClient/"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
1PasswordExtension: d2392e44526be30ae7d23f305e96e411ede9b9d1
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>76</string>
|
||||
<string>77</string>
|
||||
<key>Fabric</key>
|
||||
<dict>
|
||||
<key>APIKey</key>
|
||||
|
||||
@@ -10,7 +10,7 @@ import Foundation
|
||||
import RealmSwift
|
||||
import CoreLocation
|
||||
|
||||
#if DEBUG
|
||||
#if false
|
||||
let baseURL = NSURL(string: "https://park-staging.catchchatchina.com")!
|
||||
let fayeBaseURL = NSURL(string: "wss://faye-staging.catchchatchina.com/faye")!
|
||||
#else
|
||||
|
||||
@@ -124,7 +124,7 @@ class OAuthViewController: BaseViewController, UIWebViewDelegate, NSURLConnectio
|
||||
}
|
||||
|
||||
// MARK: NSURLConnectionDelegate
|
||||
//
|
||||
|
||||
// func connection(connection: NSURLConnection, willSendRequestForAuthenticationChallenge challenge: NSURLAuthenticationChallenge) {
|
||||
// if challenge.protectionSpace.authenticationMethod == NSURLAuthenticationMethodServerTrust {
|
||||
//
|
||||
@@ -142,7 +142,7 @@ class OAuthViewController: BaseViewController, UIWebViewDelegate, NSURLConnectio
|
||||
// challenge.sender.continueWithoutCredentialForAuthenticationChallenge(challenge)
|
||||
// }
|
||||
|
||||
// MARK: NSURLConnectionDataDelegate
|
||||
// MARK: NSURLConnectionDataDelegate
|
||||
|
||||
// func connection(connection: NSURLConnection, didReceiveResponse response: NSURLResponse) {
|
||||
// println("Did recieve response")
|
||||
|
||||
Reference in New Issue
Block a user