Skip to content

Commit

Permalink
Merge pull request #112 from chao2318/XCTAutomationSupportDelete
Browse files Browse the repository at this point in the history
delete XCTAutomationSupport
  • Loading branch information
geron-cn committed Dec 29, 2022
2 parents 2be788a + 48cfc29 commit cf58560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fastbot-iOS/fastbot.podspec
Expand Up @@ -42,7 +42,7 @@ Pod::Spec.new do |s|

s.xcconfig = { 'SYSTEM_FRAMEWORK_SEARCH_PATHS' => '"$(PLATFORM_DIR)/Developer/Library/PrivateFrameworks" "$(PLATFORM_DIR)/Developer/Library/Frameworks"', 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }

s.frameworks = 'XCTest', 'XCTAutomationSupport'
s.frameworks = 'XCTest'
s.libraries = ['xml2.2']


Expand All @@ -54,7 +54,7 @@ Pod::Spec.new do |s|


s.subspec 'fastbot-stub' do |ss|
ss.vendored_frameworks = ['XCTest', 'XCTAutomationSupport']
ss.vendored_frameworks = ['XCTest']
ss.source_files = "fastbot-stub/*.{h,m,mm}"
end
end

0 comments on commit cf58560

Please sign in to comment.