2020-01-27 18:27:10 +00:00
|
|
|
workspace 'MasterPassword'
|
|
|
|
project 'MasterPassword-iOS'
|
2020-03-25 17:12:06 +00:00
|
|
|
project 'MasterPassword-macOS'
|
2020-01-27 18:27:10 +00:00
|
|
|
|
2020-03-25 17:12:06 +00:00
|
|
|
target 'MasterPassword-iOS' do
|
|
|
|
project 'MasterPassword-iOS'
|
|
|
|
platform :ios, '9.3'
|
|
|
|
|
|
|
|
use_modular_headers!
|
|
|
|
use_frameworks!
|
|
|
|
|
|
|
|
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git'
|
|
|
|
pod 'Countly'
|
2020-04-11 16:10:42 +00:00
|
|
|
pod 'UIColor-Utilities'
|
|
|
|
pod 'KCOrderedAccessorFix'
|
|
|
|
pod 'JRSwizzle'
|
2020-03-25 17:12:06 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
target 'MasterPassword-macOS' do
|
|
|
|
project 'MasterPassword-macOS'
|
|
|
|
platform :osx, '10.11'
|
2020-01-27 18:27:10 +00:00
|
|
|
|
|
|
|
use_modular_headers!
|
|
|
|
use_frameworks!
|
|
|
|
|
|
|
|
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git'
|
|
|
|
pod 'Countly'
|
2020-04-12 23:12:45 +00:00
|
|
|
pod 'KCOrderedAccessorFix'
|
|
|
|
pod 'JRSwizzle'
|
2020-01-27 18:27:10 +00:00
|
|
|
end
|