Skip to content

Commit 8f75f46

Browse files
committed
gonna fix that later
1 parent fc23699 commit 8f75f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLite.swift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Pod::Spec.new do |s|
8787
ss.tvos.deployment_target = tvos_deployment_target
8888
ss.osx.deployment_target = osx_deployment_target
8989
ss.watchos.deployment_target = watchos_deployment_target
90-
ss.visionos.deployment_target = visionos_deployment_target
90+
#ss.visionos.deployment_target = visionos_deployment_target # Not supported by SQLCipher for now
9191

9292
ss.test_spec 'tests' do |test_spec|
9393
test_spec.resources = 'Tests/SQLiteTests/Resources/*'

0 commit comments

Comments
 (0)