Skip to content

Commit

Permalink
Update QuickWebKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Jun 17, 2022
1 parent 0aced75 commit afc1006
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions QuickWebKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ Pod::Spec.new do |s|
s.dependency 'YYImage/WebP'
s.dependency 'YYWebImage'
s.dependency 'Popover.OC'

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'OTHER_LDFLAGS' => '-lObjC' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'OTHER_LDFLAGS' => '-lObjC' }

s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }

s.subspec 'QuickWebViewController' do |ss|
ss.source_files = 'QuickWebKit/QuickWebKit.h', 'QuickWebKit/QuickWebKitDefines', 'QuickWebKit/QuickWebUtil', 'QuickWebKit/QuickWebCore'
Expand Down

0 comments on commit afc1006

Please sign in to comment.