From a1eeeb78155ac359a897cdcd305284f235dd3be5 Mon Sep 17 00:00:00 2001 From: kevinzhow Date: Mon, 10 Aug 2015 13:15:18 +0800 Subject: [PATCH] Update version --- Podfile.lock | 2 +- Yep/AppDelegate.swift | 8 ++++++-- Yep/Info.plist | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) 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