Skip to content

Commit

Permalink
fix: Adds visionOS deployment to ApolloTestSupport podspec (apollogra…
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored and gh-action-runner committed May 20, 2024
1 parent 8ee9643 commit da19e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ApolloTestSupport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.14'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '5.0'
s.visionos.deployment_target = '1.0'

s.source_files = 'Sources/ApolloTestSupport/*.swift'
s.dependency 'Apollo', '= ' + version
Expand Down

0 comments on commit da19e5e

Please sign in to comment.