diff --git a/Podfile.lock b/Podfile.lock
index 88a2fc35..ead24acc 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -58,7 +58,7 @@ DEPENDENCIES:
EXTERNAL SOURCES:
MZFayeClient:
- :path: ../CatchLib-iOS/MZFayeClient/
+ :path: "../CatchLib-iOS/MZFayeClient/"
SPEC CHECKSUMS:
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
diff --git a/Yep/AppDelegate.swift b/Yep/AppDelegate.swift
index 4eb99e93..815c1cc5 100644
--- a/Yep/AppDelegate.swift
+++ b/Yep/AppDelegate.swift
@@ -83,13 +83,17 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
})
- Crashlytics.startWithAPIKey("3030ba006e21bcf8eb4a2127b6a7931ea6667486")
+ delay(0.5, {
+ Crashlytics.startWithAPIKey("3030ba006e21bcf8eb4a2127b6a7931ea6667486")
+ APService.setupWithOption(launchOptions)
+ })
+
AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayAndRecord, withOptions: AVAudioSessionCategoryOptions.DefaultToSpeaker,error: nil)
application.setMinimumBackgroundFetchInterval(UIApplicationBackgroundFetchIntervalMinimum)
// 推送初始化
- APService.setupWithOption(launchOptions)
+
// 全局的外观自定义
customAppearce()
diff --git a/Yep/Info.plist b/Yep/Info.plist
index 320bd1c2..1050e95e 100644
--- a/Yep/Info.plist
+++ b/Yep/Info.plist
@@ -19,7 +19,7 @@
CFBundleSignature
????
CFBundleVersion
- 61
+ 62
Fabric
APIKey