We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2e5a5 commit 34ab24fCopy full SHA for 34ab24f
Development.podspec
@@ -181,4 +181,12 @@ Pod::Spec.new do |s|
181
# test_spec.framework = 'XCTest'
182
# test_spec.dependency 'WorkflowTesting'
183
# end
184
+
185
+ # s.test_spec 'WorkflowConcurrencyTestingTests' do |test_spec|
186
+ # test_spec.requires_app_host = true
187
+ # test_spec.source_files = 'WorkflowConcurrency/TestingTests/**/*.swift'
188
+ # test_spec.framework = 'XCTest'
189
+ # test_spec.dependency 'WorkflowTesting'
190
+ # test_spec.dependency 'WorkflowConcurrencyTesting'
191
+ # end
192
end
0 commit comments