Skip to content

Commit 960aabb

Browse files
committed
update
1 parent 596ceed commit 960aabb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Podfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ target 'QuickWebKit' do
3232
# Pods for QuickWebSpotlightPlugin
3333
pod 'YYCategories'
3434
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+
end
42+
end

0 commit comments

Comments
 (0)