Skip to content

Commit

Permalink
spec upd
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBurkhardt committed Oct 2, 2020
1 parent 49b511c commit 2cdb091
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions random-swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Pod::Spec.new do |s|
'random-swift' => ['Sources/random-swift/Resources/*.{png,txt}']
}
# broken in latest cocoapods :/
s.test_spec 'random-swift_tests' do |test_spec|
test_spec.requires_app_host = true
test_spec.source_files = 'Tests/random-swift-tests/Sources/*.{swift}'
end
# s.test_spec 'random-swift_tests' do |test_spec|
# test_spec.requires_app_host = true
# test_spec.source_files = 'Tests/random-swift-tests/Sources/*.{swift}'
# end
end

0 comments on commit 2cdb091

Please sign in to comment.