Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.0.0' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
bolismauro committed May 30, 2020
2 parents 2d99acb + 9e38e14 commit c77edae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://cdn.cocoapods.org/'

inhibit_all_warnings!
use_frameworks!
platform :ios, '11.0'
platform :ios, '13.0'

# Dependencies are locked till the patch version as an extra
# precaution against unwanted updates of the 3rd party libraries
Expand Down Expand Up @@ -90,6 +90,9 @@ post_install do |installer|
# steps to build the final IPA, then doing a reproducible build
# becomes way harder (or even impossible?)
config.build_settings['ENABLE_BITCODE'] = 'NO'

config.build_settings['TARGETED_DEVICE_FAMILY'] = 1
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = 13.0
end
end
end
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ SPEC CHECKSUMS:
TempuraTesting: 302a6f14ec6bb8d69d30bc7708dad1c062d6730a
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197

PODFILE CHECKSUM: c2f13db6567f2d847518186c270530adf6db9de9
PODFILE CHECKSUM: 2fc12037b650bd4ee7590191dbe1cb514cebdfbb

COCOAPODS: 1.9.1

0 comments on commit c77edae

Please sign in to comment.