Skip to content

Commit

Permalink
MOD: fix Podfile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RagOfJoes committed Sep 22, 2020
1 parent 2b41bbd commit 0e532c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ target 'Swift Watch' do
end

end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
end

0 comments on commit 0e532c0

Please sign in to comment.