fabric added

This commit is contained in:
kmikiy
2018-12-24 19:08:57 +01:00
parent 0e23fe7644
commit bfd462d2be
3 changed files with 23 additions and 9 deletions
+2
View File
@@ -2,6 +2,8 @@ platform :osx, '10.11'
use_frameworks!
target 'SpotMenu' do
pod 'Fabric'
pod 'Crashlytics'
pod 'Sparkle'
pod 'LoginServiceKit', :git => 'https://github.com/Clipy/LoginServiceKit.git'
end
+17 -8
View File
@@ -1,13 +1,20 @@
PODS:
- LoginServiceKit (1.1.0)
- Sparkle (1.18.1)
- Crashlytics (3.11.1):
- Fabric (~> 1.8.1)
- Fabric (1.8.2)
- LoginServiceKit (2.0.2)
- Sparkle (1.21.2)
DEPENDENCIES:
- Crashlytics
- Fabric
- LoginServiceKit (from `https://github.com/Clipy/LoginServiceKit.git`)
- Sparkle
SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
https://github.com/cocoapods/specs.git:
- Crashlytics
- Fabric
- Sparkle
EXTERNAL SOURCES:
@@ -16,13 +23,15 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
LoginServiceKit:
:commit: 2f85790d6ec22e229dcbbf01bb4e4afe8e4e9a2b
:commit: 79c9d6d2cc25dc238e6044245bebdc8253a786f2
:git: https://github.com/Clipy/LoginServiceKit.git
SPEC CHECKSUMS:
LoginServiceKit: 1282b6588b77a8a201d6ed6c7c608f492c2e2c3d
Sparkle: 06ea33170007c5937ee54da481b4481af98fac79
Crashlytics: ca7ab4bc304aa216bdc2e4c1a96389ee77252203
Fabric: d2b22f443ba195d8a7cc204da230977c72733b40
LoginServiceKit: 5b4736234dc4cc96d786d8cd83e43b9ce5e7f1ca
Sparkle: 1678d4707e7665960c7d1b43aca125e6392d11c4
PODFILE CHECKSUM: 3f108a8c149cd1423a3fa18a867a2aba0eac7fff
PODFILE CHECKSUM: f237920f869d400b1819fdc4dd988f78ac218ef7
COCOAPODS: 1.5.0
COCOAPODS: 1.5.3
+4 -1
View File
@@ -11,6 +11,8 @@ import Carbon.HIToolbox
import Cocoa
import MusicPlayer
import Sparkle
import Fabric
import Crashlytics
@NSApplicationMain
final class AppDelegate: NSObject, NSApplicationDelegate {
@@ -66,7 +68,8 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
// MARK: - AppDelegate methods
func applicationDidFinishLaunching(_: Notification) {
Fabric.with([Crashlytics.self])
UserPreferences.initializeUserPreferences()
musicPlayerManager = MusicPlayerManager()