Skip to content

Commit da19e5e

Browse files
calvincestarigh-action-runner
authored and
gh-action-runner
committed
fix: Adds visionOS deployment to ApolloTestSupport podspec (apollographql/apollo-ios-dev#364)
1 parent 8ee9643 commit da19e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ApolloTestSupport.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Pod::Spec.new do |s|
1313
s.osx.deployment_target = '10.14'
1414
s.tvos.deployment_target = '12.0'
1515
s.watchos.deployment_target = '5.0'
16+
s.visionos.deployment_target = '1.0'
1617

1718
s.source_files = 'Sources/ApolloTestSupport/*.swift'
1819
s.dependency 'Apollo', '= ' + version

0 commit comments

Comments
 (0)