We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596ceed commit 960aabbCopy full SHA for 960aabb
1 file changed
Podfile
@@ -32,3 +32,11 @@ target 'QuickWebKit' do
32
# Pods for QuickWebSpotlightPlugin
33
pod 'YYCategories'
34
end
35
+
36
+post_install do |installer|
37
+ installer.pods_project.targets.each do |target|
38
+ target.build_configurations.each do |config|
39
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
40
+ end
41
42
+end
0 commit comments