Skip to content

Commit 1084312

Browse files
committed
Disable visionOS for SQLCipher
1 parent 374d99d commit 1084312

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

SQLite.swift.podspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ Pod::Spec.new do |s|
5454
end
5555

5656
s.subspec 'SQLCipher' do |ss|
57+
# Disable unsupported visionOS
58+
# https://github.com/sqlcipher/sqlcipher/issues/483
59+
ss.ios.deployment_target = s.deployment_target(:ios)
60+
ss.tvos.deployment_target = s.deployment_target(:tvos)
61+
ss.osx.deployment_target = s.deployment_target(:osx)
62+
ss.watchos.deployment_target = s.deployment_target(:watchos)
63+
5764
ss.source_files = 'Sources/SQLite/**/*.{c,h,m,swift}'
5865
ss.resource_bundle = { 'SQLite.swift' => 'Sources/SQLite/PrivacyInfo.xcprivacy' }
5966

0 commit comments

Comments
 (0)