Browse Source

feat(ios): set build config setting for deployment target to 13.4

factor2
Calin-Teodor 1 year ago
parent
commit
cdc8f69e25
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      ios/Podfile
  2. 1
    1
      ios/Podfile.lock

+ 1
- 1
ios/Podfile View File

@@ -91,7 +91,7 @@ post_install do |installer|
91 91
     end
92 92
     target.build_configurations.each do |config|
93 93
       config.build_settings['SUPPORTS_MACCATALYST'] = 'NO'
94
-      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4'
94
+      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.4'
95 95
       config.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -no-verify-emitted-module-interface'
96 96
     end
97 97
   end

+ 1
- 1
ios/Podfile.lock View File

@@ -926,6 +926,6 @@ SPEC CHECKSUMS:
926 926
   SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
927 927
   Yoga: eddf2bbe4a896454c248a8f23b4355891eb720a6
928 928
 
929
-PODFILE CHECKSUM: 800d7a69662479637fc7456e26cd2ccd3f18b5fb
929
+PODFILE CHECKSUM: 4639a3e85608b7d7967629e55e58c8e7a8dcfd1d
930 930
 
931 931
 COCOAPODS: 1.14.3

Loading…
Cancel
Save