Skip to content

Commit

Permalink
Remove crashlystic
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzhow committed Mar 19, 2016
1 parent 1b450ae commit 1b3dbb0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def pods
pod 'MonkeyKing', '0.0.2'
pod 'JPush-iOS-SDK', '1.8.8'
pod 'Fabric'
pod 'Crashlytics'
end

target 'Yep' do
Expand Down
4 changes: 0 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ PODS:
- APAddressBook/Core
- Appsee (2.2)
- Base64 (1.1.2)
- Crashlytics (3.7.0):
- Fabric (~> 1.6.3)
- DeviceGuru (1.3.4)
- Fabric (1.6.7)
- FXBlurView (1.6.4)
Expand All @@ -34,7 +32,6 @@ DEPENDENCIES:
- APAddressBook/Swift
- Appsee
- Base64
- Crashlytics
- DeviceGuru
- Fabric
- FXBlurView
Expand All @@ -57,7 +54,6 @@ SPEC CHECKSUMS:
APAddressBook: 2a91bf05999548bea210ec9d1a68073f4dc8bfce
Appsee: c95173e65acaab0ffc8a082c70633c9f5f45d5f0
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
Crashlytics: c3a2333dea9e2733d2777f730910321fc9e25c0d
DeviceGuru: 9659f3d7c3903eca2084f4801dcbbc6ebde19709
Fabric: caf7580c725e64db144f610ac65cd60956911dc7
FXBlurView: db786c2561cb49a09ae98407f52460096ab8a44f
Expand Down
2 changes: 1 addition & 1 deletion Yep/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

delay(0.5) {
//Fabric.with([Crashlytics.self])
Fabric.with([Crashlytics.self, Appsee.self])
Fabric.with([Appsee.self])

/*
#if STAGING
Expand Down

0 comments on commit 1b3dbb0

Please sign in to comment.