We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626cc79 commit 8e68d43Copy full SHA for 8e68d43
.gitignore
@@ -18,6 +18,7 @@ DerivedData
18
*.hmap
19
*.ipa
20
*.xcuserstate
21
+*.xcworkspacedata
22
23
# Carthage
24
/Carthage/
Package.swift
@@ -18,18 +18,10 @@ let package = Package(
targets: [
.target(
name: "SQLite",
- dependencies: ["SQLiteObjc"],
exclude: [
"Info.plist"
]
25
),
26
- .target(
27
- name: "SQLiteObjc",
28
- dependencies: [],
29
- exclude: [
30
- "fts3_tokenizer.h"
31
- ]
32
- ),
33
.testTarget(
34
name: "SQLiteTests",
35
dependencies: [
0 commit comments