Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erickjung committed Jul 1, 2020
1 parent b22a29b commit 9d8cfc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/Mockingbird/Utils/Tracking.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@

import Foundation
import AppCenter
import AppCenterAnalytics
import AppCenterCrashes

final class Tracking {

static func initialize() {

MSAppCenter.start(Default.Token.tracking, withServices: [
MSCrashes.self
MSAnalytics.self,
MSCrashes.self
])
}
}
1 change: 0 additions & 1 deletion src/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ target 'Mockingbird' do
pod 'ReSwift', '~> 5.0.0'
pod 'Files', '~> 4.0.2'
pod 'AppCenter', '~> 3.3.0'
pod 'AppCenter/Crashes', '~> 3.3.0'

target 'MockingbirdTests' do
inherit! :search_paths
Expand Down
3 changes: 1 addition & 2 deletions src/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ PODS:

DEPENDENCIES:
- AppCenter (~> 3.3.0)
- AppCenter/Crashes (~> 3.3.0)
- Files (~> 4.0.2)
- ReSwift (~> 5.0.0)
- Starscream (~> 4.0.3)
Expand All @@ -43,6 +42,6 @@ SPEC CHECKSUMS:
SwiftGui: 081f72b4dabff4ffb9af254650ec8baa17ec1949
Zip: 8877eede3dda76bcac281225c20e71c25270774c

PODFILE CHECKSUM: f49228be604e9bff308e0335f66f204f0e1e8e5d
PODFILE CHECKSUM: d20c40af7ed4b45f2388482e471367d2d0dae10a

COCOAPODS: 1.9.3

0 comments on commit 9d8cfc5

Please sign in to comment.