Skip to content

Commit

Permalink
updating min react-codegen ios
Browse files Browse the repository at this point in the history
  • Loading branch information
hilat-autofleet committed Sep 12, 2024
1 parent 0f68490 commit f6cbc2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions examples/client/Locomotion/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ target 'Locomotion' do
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
end
end
puts 'Updating React-Codegen to have the min SWIFT_VERSION & ios deployment target'
if target.to_s === 'React-Codegen'
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '5.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4'
end
end
end
end
end
2 changes: 1 addition & 1 deletion examples/client/Locomotion/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,6 @@ SPEC CHECKSUMS:
Yoga: c618b544ff8bd8865cdca602f00cbcdb92fd6d31
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 7674ea95849adcdf66f7bfddb75854b541112a11
PODFILE CHECKSUM: 6a43fa9c77c3b3cce3caf9d98acbe87eca852130

COCOAPODS: 1.15.2

0 comments on commit f6cbc2c

Please sign in to comment.