Skip to content

Commit

Permalink
Remove deployment target in ResourceApp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Dec 4, 2022
1 parent 4e8e2de commit 87621b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Examples/ResourceApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ target 'ResourceApp' do
pod 'SWRevealViewController'
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
2 changes: 1 addition & 1 deletion Examples/ResourceApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ SPEC REPOS:
SPEC CHECKSUMS:
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a

PODFILE CHECKSUM: d26d2eef2a0dde8b4346e946f571932e6e11cf9b
PODFILE CHECKSUM: 6856711e72b7a9caf21222a9dbc0ca0c7550f057

COCOAPODS: 1.11.3

0 comments on commit 87621b5

Please sign in to comment.