Skip to content

Commit afd2c69

Browse files
committed
Added XCTest to watchOS to fix build problem.
1 parent 1d940b4 commit afd2c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OCMock.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Pod::Spec.new do |s|
2828
s.osx.framework = 'XCTest'
2929
s.ios.framework = 'XCTest'
3030
s.tvos.framework = 'XCTest'
31+
s.watchos.framework = 'XCTest'
3132

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

0 commit comments

Comments
 (0)