|
22 | 22 | DC650B9619F0CDC3002FBE91 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC650B9519F0CDC3002FBE91 /* Expression.swift */; }; |
23 | 23 | DCAD429719E2E0F1004A51DF /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAD429619E2E0F1004A51DF /* Query.swift */; }; |
24 | 24 | DCAD429A19E2EE50004A51DF /* QueryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAD429919E2EE50004A51DF /* QueryTests.swift */; }; |
| 25 | + DCAFEAD31AABC818000C21A1 /* FTS.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAFEAD21AABC818000C21A1 /* FTS.swift */; }; |
| 26 | + DCAFEAD41AABC818000C21A1 /* FTS.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAFEAD21AABC818000C21A1 /* FTS.swift */; }; |
| 27 | + DCAFEAD71AABEFA7000C21A1 /* FTSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAFEAD61AABEFA7000C21A1 /* FTSTests.swift */; }; |
25 | 28 | DCC6B36F1A9191C300734B78 /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAD429619E2E0F1004A51DF /* Query.swift */; }; |
26 | 29 | DCC6B3701A9191C300734B78 /* Statement.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC37743A19C8D6C0004FCF85 /* Statement.swift */; }; |
27 | 30 | DCC6B3711A9191C300734B78 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC650B9519F0CDC3002FBE91 /* Expression.swift */; }; |
|
101 | 104 | DCAAE66D19D8A71B00158FEF /* SQLite.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = SQLite.playground; sourceTree = "<group>"; }; |
102 | 105 | DCAD429619E2E0F1004A51DF /* Query.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Query.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
103 | 106 | DCAD429919E2EE50004A51DF /* QueryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueryTests.swift; sourceTree = "<group>"; }; |
| 107 | + DCAFEAD21AABC818000C21A1 /* FTS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTS.swift; sourceTree = "<group>"; }; |
| 108 | + DCAFEAD61AABEFA7000C21A1 /* FTSTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTSTests.swift; sourceTree = "<group>"; }; |
104 | 109 | DCC6B3801A9191C300734B78 /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
105 | 110 | DCC6B3921A9191D100734B78 /* SQLiteCipher Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SQLiteCipher Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
106 | 111 | DCC6B3961A91938F00734B78 /* sqlcipher.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = sqlcipher.xcodeproj; path = sqlcipher/sqlcipher.xcodeproj; sourceTree = "<group>"; }; |
|
155 | 160 | DC3F170F1A8127A300C83A2F /* Functions.swift */, |
156 | 161 | DCAD429619E2E0F1004A51DF /* Query.swift */, |
157 | 162 | DC109CE01A0C4D970070988E /* Schema.swift */, |
| 163 | + DCAFEAD21AABC818000C21A1 /* FTS.swift */, |
158 | 164 | ); |
159 | 165 | name = "Query Building"; |
160 | 166 | sourceTree = "<group>"; |
|
179 | 185 | DC3F17121A814F7000C83A2F /* FunctionsTests.swift */, |
180 | 186 | DCAD429919E2EE50004A51DF /* QueryTests.swift */, |
181 | 187 | DC109CE31A0C4F5D0070988E /* SchemaTests.swift */, |
| 188 | + DCAFEAD61AABEFA7000C21A1 /* FTSTests.swift */, |
182 | 189 | DC37740319C8CBB3004FCF85 /* Supporting Files */, |
183 | 190 | ); |
184 | 191 | path = "SQLite Tests"; |
|
466 | 473 | buildActionMask = 2147483647; |
467 | 474 | files = ( |
468 | 475 | DC37743519C8D626004FCF85 /* Database.swift in Sources */, |
| 476 | + DCAFEAD31AABC818000C21A1 /* FTS.swift in Sources */, |
469 | 477 | DC37743B19C8D6C0004FCF85 /* Statement.swift in Sources */, |
470 | 478 | DC37743819C8D693004FCF85 /* Value.swift in Sources */, |
471 | 479 | DC650B9619F0CDC3002FBE91 /* Expression.swift in Sources */, |
|
481 | 489 | buildActionMask = 2147483647; |
482 | 490 | files = ( |
483 | 491 | DCF37F8819DDAF79001534AA /* TestHelper.swift in Sources */, |
| 492 | + DCAFEAD71AABEFA7000C21A1 /* FTSTests.swift in Sources */, |
484 | 493 | DCF37F8219DDAC2D001534AA /* DatabaseTests.swift in Sources */, |
485 | 494 | DCF37F8519DDAF3F001534AA /* StatementTests.swift in Sources */, |
486 | 495 | DC475EA219F219AF00788FBD /* ExpressionTests.swift in Sources */, |
|
501 | 510 | DCC6B36F1A9191C300734B78 /* Query.swift in Sources */, |
502 | 511 | DCC6B3741A9191C300734B78 /* Schema.swift in Sources */, |
503 | 512 | DCC6B3A91A91975C00734B78 /* Functions.swift in Sources */, |
| 513 | + DCAFEAD41AABC818000C21A1 /* FTS.swift in Sources */, |
504 | 514 | DCC6B3751A9191C300734B78 /* SQLite-Bridging.c in Sources */, |
505 | 515 | DCC6B3A41A9194A800734B78 /* Cipher.swift in Sources */, |
506 | 516 | ); |
|
0 commit comments