mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-26 08:25:24 +00:00
COVIDSafe code from version 2.6 (#51)
This commit is contained in:
parent
195798ddd5
commit
4d98b6c5e4
43 changed files with 910 additions and 144 deletions
8
Podfile
8
Podfile
|
@ -31,3 +31,11 @@ target 'CovidSafe-staging' do
|
|||
pod 'FlagKit'
|
||||
pod 'ReachabilitySwift'
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue