ios: set deployment target on Pods to 10.0
Matches the app / SDK deployment target and avoids compilation warnings.
This commit is contained in:
parent
9889cb2b69
commit
8ebc99175c
|
@ -82,6 +82,7 @@ post_install do |installer|
|
|||
target.build_configurations.each do |config|
|
||||
config.build_settings['ENABLE_BITCODE'] = 'YES'
|
||||
config.build_settings['SUPPORTS_MACCATALYST'] = 'NO'
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -553,6 +553,6 @@ SPEC CHECKSUMS:
|
|||
RNWatch: 09738b339eceb66e4d80a2371633ca5fb380fa42
|
||||
Yoga: 02036f6383c0008edb7ef0773a0e6beb6ce82bd1
|
||||
|
||||
PODFILE CHECKSUM: cb84b325b724c6ef7c8b24aa52ca7b6f681a095c
|
||||
PODFILE CHECKSUM: 63c90b1d33cd96709fb72bad6be440ae9c3deecb
|
||||
|
||||
COCOAPODS: 1.8.1
|
||||
|
|
Loading…
Reference in New Issue