Skip to content

Commit

Permalink
Adds visionOS deployment to ApolloTestSupport podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed May 17, 2024
1 parent 282cea6 commit 4846239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apollo-ios/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 4846239

Please sign in to comment.