Skip to content

Commit

Permalink
fix: podfile add version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
HiHoi committed Mar 25, 2024
1 parent 52eef29 commit 6fd4fb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ target '24HANE' do
# Pods for 24HANE

end

post_install do |installer|
installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.0'
end
end
end
end

0 comments on commit 6fd4fb4

Please sign in to comment.