Skip to content

Commit

Permalink
Fix missing libswiftos.dylib in WorkflowTesting and WorkflowUI
Browse files Browse the repository at this point in the history
  • Loading branch information
AquaGeek committed May 20, 2020
1 parent c1ce9c7 commit 7ad573c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions WorkflowTesting.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Pod::Spec.new do |s|
s.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'swift/WorkflowTesting/Tests/**/*.swift'
test_spec.framework = 'XCTest'
test_spec.library = 'swiftDispatch'
test_spec.library = 'swiftFoundation'
test_spec.libraries = 'swiftDispatch', 'swiftFoundation', 'swiftos'
end

end

3 changes: 2 additions & 1 deletion WorkflowUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Pod::Spec.new do |s|
s.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'swift/WorkflowUI/Tests/**/*.swift'
test_spec.framework = 'XCTest'
test_spec.library = 'swiftos'
end

end

0 comments on commit 7ad573c

Please sign in to comment.