Skip to content

Commit

Permalink
Use matching ios deployment target in podfile post install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Apr 26, 2024
1 parent 990aaef commit 4563542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ post_install do |installer|
project.targets.each do |target|
if target.name == 'Watchdog' || target.name == 'FBSnapshotTestCase'
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ SPEC CHECKSUMS:
Quick: 2b651168441479b949ba987f3cee41a9cc53aa32
Watchdog: 622647e6bc5a55665e6dbae0b7831ad8d95abeab

PODFILE CHECKSUM: 2f737be6eb4144d4f59fb9874299bfab9f20b5b1
PODFILE CHECKSUM: 3ff7a441e7e1e18c0c7087b3982d9b60c018c630

COCOAPODS: 1.15.2

0 comments on commit 4563542

Please sign in to comment.