Make minimum deployment target be consistent in Podfile #3653

pull/3718/head
Hwee-Boon Yar 3 years ago
parent 25a0a0d89e
commit cdaab14456
  1. 2
      Podfile
  2. 2
      Podfile.lock

@ -75,7 +75,7 @@ post_install do |installer|
end
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0';
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0';
end
end
end

@ -317,6 +317,6 @@ SPEC CHECKSUMS:
web3swift: 06118d4c4edc801444aaa995bbbddeda176b97ef
xcbeautify: b2c6b50c9cab6414296898e94cd153e4ea879662
PODFILE CHECKSUM: ac0d75ecef47e62bb6f8ae8890b5500ff99cefce
PODFILE CHECKSUM: 5ddda047ae815e9850697b160e363e6c6b03f510
COCOAPODS: 1.11.2

Loading…
Cancel
Save