mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-22 19:28:54 +10:00
Update version
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ DEPENDENCIES:
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
MZFayeClient:
|
||||
:path: ../CatchLib-iOS/MZFayeClient/
|
||||
:path: "../CatchLib-iOS/MZFayeClient/"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
|
||||
|
||||
@@ -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()
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>61</string>
|
||||
<string>62</string>
|
||||
<key>Fabric</key>
|
||||
<dict>
|
||||
<key>APIKey</key>
|
||||
|
||||
Reference in New Issue
Block a user