Skip to content

Commit 4846239

Browse files
committed
Adds visionOS deployment to ApolloTestSupport podspec
1 parent 282cea6 commit 4846239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apollo-ios/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)