소스 검색

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

factor2
Calin-Teodor 1 년 전
부모
커밋
cdc8f69e25
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      ios/Podfile
  2. 1
    1
      ios/Podfile.lock

+ 1
- 1
ios/Podfile 파일 보기

91
     end
91
     end
92
     target.build_configurations.each do |config|
92
     target.build_configurations.each do |config|
93
       config.build_settings['SUPPORTS_MACCATALYST'] = 'NO'
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
       config.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -no-verify-emitted-module-interface'
95
       config.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -no-verify-emitted-module-interface'
96
     end
96
     end
97
   end
97
   end

+ 1
- 1
ios/Podfile.lock 파일 보기

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

Loading…
취소
저장