We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8e2de commit 87621b5Copy full SHA for 87621b5
Examples/ResourceApp/Podfile
@@ -8,3 +8,10 @@ target 'ResourceApp' do
8
pod 'SWRevealViewController'
9
end
10
11
+post_install do |installer|
12
+ installer.pods_project.targets.each do |target|
13
+ target.build_configurations.each do |config|
14
+ config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
15
+ end
16
17
+end
Examples/ResourceApp/Podfile.lock
@@ -11,6 +11,6 @@ SPEC REPOS:
SPEC CHECKSUMS:
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a
-PODFILE CHECKSUM: d26d2eef2a0dde8b4346e946f571932e6e11cf9b
+PODFILE CHECKSUM: 6856711e72b7a9caf21222a9dbc0ca0c7550f057
COCOAPODS: 1.11.3
0 commit comments