Skip to content

Commit

Permalink
Turns off bitcode for RxTests. #584
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed May 15, 2016
1 parent 761e9fe commit 0c34e28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RxTests.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c34e28

Please sign in to comment.