Skip to content

Commit 25bf3fd

Browse files
committed
feat: added visionOS target and test target
1 parent 5dc5b3f commit 25bf3fd

File tree

5 files changed

+511
-21
lines changed

5 files changed

+511
-21
lines changed

SimpleKeychain.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
1616
s.osx.deployment_target = '11.0'
1717
s.tvos.deployment_target = '13.0'
1818
s.watchos.deployment_target = '7.0'
19+
s.visionos.deployment_target = '1.0'
1920

2021
s.source_files = 'SimpleKeychain/*.swift'
2122
s.swift_versions = ['5.7', '5.8']

0 commit comments

Comments
 (0)