We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac2759 commit 01e4289Copy full SHA for 01e4289
WorkflowTesting.podspec
@@ -21,7 +21,10 @@ Pod::Spec.new do |s|
21
s.dependency 'Workflow', "#{s.version}"
22
s.framework = 'XCTest'
23
24
- s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
+ s.pod_target_xcconfig = {
25
+ 'APPLICATION_EXTENSION_API_ONLY' => 'YES',
26
+ 'ENABLE_TESTING_SEARCH_PATHS' => 'YES',
27
+ }
28
29
s.test_spec 'Tests' do |test_spec|
30
test_spec.source_files = 'WorkflowTesting/Tests/**/*.swift'
0 commit comments