Skip to content

Commit

Permalink
. e Fix visionos setting in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 10, 2025
1 parent 045ffe0 commit 48a7881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCHamcrest.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '4.0'
s.xros.deployment_target = '1.0'
s.visionos.deployment_target = '1.0'
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v9.0.3' }
s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}'
s.private_header_files = 'Source/Core/Helpers/HCRunloopRunner.h', 'Source/Core/Helpers/NSInvocation+OCHamcrest.h', 'Source/Core/Helpers/ReturnValueGetters/*.h', 'Source/Core/Helpers/TestFailureReporters/HCGenericTestFailureReporter.h', 'Source/Core/Helpers/TestFailureReporters/HCSenTestFailureReporter.h', 'Source/Core/Helpers/TestFailureReporters/HCXCTestFailureReporter.h'
Expand Down

0 comments on commit 48a7881

Please sign in to comment.