Skip to content

Commit

Permalink
Add visionOS support back to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored May 17, 2024
1 parent 47c54d6 commit d21024a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OCMock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '7.0'
s.visionos.deployment_target = '1.0'
s.osx.framework = 'XCTest'
s.ios.framework = 'XCTest'
s.tvos.framework = 'XCTest'
Expand Down

0 comments on commit d21024a

Please sign in to comment.