2
0

Replace Crashlytics/Fabric with Countly & Sentry.

This commit is contained in:
Maarten Billemont
2020-01-27 13:27:10 -05:00
parent b460e27696
commit 6eaa491d67
77 changed files with 980 additions and 2899 deletions

12
platform-darwin/Podfile Normal file
View 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