Replace Crashlytics/Fabric with Countly & Sentry.
This commit is contained in:
12
platform-darwin/Podfile
Normal file
12
platform-darwin/Podfile
Normal file
@@ -0,0 +1,12 @@
|
||||
workspace 'MasterPassword'
|
||||
project 'MasterPassword-iOS'
|
||||
|
||||
platform :ios, '9.3'
|
||||
|
||||
target 'MasterPassword' do
|
||||
use_modular_headers!
|
||||
use_frameworks!
|
||||
|
||||
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git'
|
||||
pod 'Countly'
|
||||
end
|
Reference in New Issue
Block a user