Use production mode

This commit is contained in:
kevinzhow
2015-09-01 15:02:02 +08:00
parent 82130cc179
commit d9ae0221e8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ DEPENDENCIES:
EXTERNAL SOURCES:
MZFayeClient:
:path: ../CatchLib-iOS/MZFayeClient/
:path: "../CatchLib-iOS/MZFayeClient/"
SPEC CHECKSUMS:
1PasswordExtension: d2392e44526be30ae7d23f305e96e411ede9b9d1
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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")