Skip to content

Commit

Permalink
IPHONEOS_DEPLOYMENT_TARGET warning 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
87kangsw committed Apr 26, 2022
1 parent 3b0e393 commit a42f59f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,10 @@ target 'GitTime' do

end


post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,6 @@ SPEC CHECKSUMS:
URLNavigator: 2593c0e2d293732ec5c44503cf54dceba1a68085
WeakMapTable: 05c694ce8439a7a9ebabb56187287a63c57673d6

PODFILE CHECKSUM: ecfb47752adb4f2669fe0fbed01e71aadb792c5e
PODFILE CHECKSUM: 889e35fd688c78c4e6f036a683a2aed3bbd554c6

COCOAPODS: 1.11.2

0 comments on commit a42f59f

Please sign in to comment.