Skip to content

Commit

Permalink
Added XCTest to watchOS to fix build problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Oct 31, 2021
1 parent 1d940b4 commit afd2c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OCMock.podspec
Expand Up @@ -28,6 +28,7 @@ Pod::Spec.new do |s|
s.osx.framework = 'XCTest'
s.ios.framework = 'XCTest'
s.tvos.framework = 'XCTest'
s.watchos.framework = 'XCTest'

s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }

Expand Down

0 comments on commit afd2c69

Please sign in to comment.