Skip to content

Commit 01e4289

Browse files
committed
add testing search paths option for WorkflowTesting podspec
1 parent 3ac2759 commit 01e4289

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

WorkflowTesting.podspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ Pod::Spec.new do |s|
2121
s.dependency 'Workflow', "#{s.version}"
2222
s.framework = 'XCTest'
2323

24-
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
24+
s.pod_target_xcconfig = {
25+
'APPLICATION_EXTENSION_API_ONLY' => 'YES',
26+
'ENABLE_TESTING_SEARCH_PATHS' => 'YES',
27+
}
2528

2629
s.test_spec 'Tests' do |test_spec|
2730
test_spec.source_files = 'WorkflowTesting/Tests/**/*.swift'

0 commit comments

Comments
 (0)