Skip to content

Commit

Permalink
fix: wrong pods minimal ios version (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateki0 authored Jul 10, 2023
1 parent 25839c4 commit 9c9457a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ target 'Holidayly' do
installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
config.build_settings['ENABLE_BITCODE'] = 'NO'

Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,6 @@ SPEC CHECKSUMS:
Yoga: 99caf8d5ab45e9d637ee6e0174ec16fbbb01bcfc
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 245487734ab889da18b7036c677972137e1df72b
PODFILE CHECKSUM: c699b8a9f0d052f3dd0f363b109085ae425971e9

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1

0 comments on commit 9c9457a

Please sign in to comment.