Turns off bitcode for RxTests. #584

This commit is contained in:
Krunoslav Zaher 2016-05-15 16:58:25 +02:00
parent 761e9fea8b
commit 0c34e28d38
1 changed files with 3 additions and 1 deletions

View File

@ -55,5 +55,7 @@ func testMap() {
s.framework = 'XCTest'
s.dependency 'RxSwift', '~> 2.4'
s.dependency 'RxSwift', '~> 2.5'
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
end