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 49b511c commit 2cdb091Copy full SHA for 2cdb091
random-swift.podspec
@@ -23,8 +23,8 @@ Pod::Spec.new do |s|
23
'random-swift' => ['Sources/random-swift/Resources/*.{png,txt}']
24
}
25
# broken in latest cocoapods :/
26
- s.test_spec 'random-swift_tests' do |test_spec|
27
- test_spec.requires_app_host = true
28
- test_spec.source_files = 'Tests/random-swift-tests/Sources/*.{swift}'
29
- 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
30
end
0 commit comments