Bladeren bron

ios: set deployment target on Pods to 10.0

Matches the app / SDK deployment target and avoids compilation warnings.
j8
Saúl Ibarra Corretgé 5 jaren geleden
bovenliggende
commit
8ebc99175c
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1
    0
      ios/Podfile
  2. 1
    1
      ios/Podfile.lock

+ 1
- 0
ios/Podfile Bestand weergeven

@@ -82,6 +82,7 @@ post_install do |installer|
82 82
     target.build_configurations.each do |config|
83 83
       config.build_settings['ENABLE_BITCODE'] = 'YES'
84 84
       config.build_settings['SUPPORTS_MACCATALYST'] = 'NO'
85
+      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
85 86
     end
86 87
   end
87 88
 end

+ 1
- 1
ios/Podfile.lock Bestand weergeven

@@ -553,6 +553,6 @@ SPEC CHECKSUMS:
553 553
   RNWatch: 09738b339eceb66e4d80a2371633ca5fb380fa42
554 554
   Yoga: 02036f6383c0008edb7ef0773a0e6beb6ce82bd1
555 555
 
556
-PODFILE CHECKSUM: cb84b325b724c6ef7c8b24aa52ca7b6f681a095c
556
+PODFILE CHECKSUM: 63c90b1d33cd96709fb72bad6be440ae9c3deecb
557 557
 
558 558
 COCOAPODS: 1.8.1

Laden…
Annuleren
Opslaan