diff --git a/Podfile.lock b/Podfile.lock index 5830d044..3760f130 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -60,7 +60,7 @@ DEPENDENCIES: EXTERNAL SOURCES: MZFayeClient: - :path: ../CatchLib-iOS/MZFayeClient/ + :path: "../CatchLib-iOS/MZFayeClient/" SPEC CHECKSUMS: 1PasswordExtension: d2392e44526be30ae7d23f305e96e411ede9b9d1 diff --git a/Yep/Info.plist b/Yep/Info.plist index bf33adbf..03ada1b8 100644 --- a/Yep/Info.plist +++ b/Yep/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 76 + 77 Fabric APIKey diff --git a/Yep/Services/YepService.swift b/Yep/Services/YepService.swift index 942359f6..4b8c5297 100644 --- a/Yep/Services/YepService.swift +++ b/Yep/Services/YepService.swift @@ -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 diff --git a/Yep/ViewControllers/OAuth/OAuthViewController.swift b/Yep/ViewControllers/OAuth/OAuthViewController.swift index a1395479..239dac89 100644 --- a/Yep/ViewControllers/OAuth/OAuthViewController.swift +++ b/Yep/ViewControllers/OAuth/OAuthViewController.swift @@ -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")