|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 30C4A0551A8F5ADC00A6F5E8 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC37744219C8DC91004FCF85 /* libsqlite3.dylib */; };
|
11 | 11 | DC0FA83219D87CA3009F3A35 /* SQLite-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0FA83119D87CA3009F3A35 /* SQLite-Bridging-Header.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
12 |
| - DC0FA83719D87E0C009F3A35 /* SQLite-Bridging.c in Sources */ = {isa = PBXBuildFile; fileRef = DC0FA83519D87E0C009F3A35 /* SQLite-Bridging.c */; }; |
| 12 | + DC0FA83719D87E0C009F3A35 /* SQLite-Bridging.m in Sources */ = {isa = PBXBuildFile; fileRef = DC0FA83519D87E0C009F3A35 /* SQLite-Bridging.m */; }; |
13 | 13 | DC0FA83919D87E0C009F3A35 /* SQLite-Bridging.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0FA83619D87E0C009F3A35 /* SQLite-Bridging.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
14 | 14 | DC109CE11A0C4D970070988E /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC109CE01A0C4D970070988E /* Schema.swift */; };
|
15 | 15 | DC109CE41A0C4F5D0070988E /* SchemaTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC109CE31A0C4F5D0070988E /* SchemaTests.swift */; };
|
|
20 | 20 | DC37743B19C8D6C0004FCF85 /* Statement.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC37743A19C8D6C0004FCF85 /* Statement.swift */; };
|
21 | 21 | DC475EA219F219AF00788FBD /* ExpressionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC475E9E19F2199900788FBD /* ExpressionTests.swift */; };
|
22 | 22 | DC650B9619F0CDC3002FBE91 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC650B9519F0CDC3002FBE91 /* Expression.swift */; };
|
| 23 | + DC9D389C1AAD458500780AE7 /* fts3_tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9D389B1AAD458500780AE7 /* fts3_tokenizer.h */; }; |
| 24 | + DC9D389D1AAD458500780AE7 /* fts3_tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9D389B1AAD458500780AE7 /* fts3_tokenizer.h */; }; |
23 | 25 | DCAD429719E2E0F1004A51DF /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAD429619E2E0F1004A51DF /* Query.swift */; };
|
24 | 26 | DCAD429A19E2EE50004A51DF /* QueryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAD429919E2EE50004A51DF /* QueryTests.swift */; };
|
25 | 27 | DCAFEAD31AABC818000C21A1 /* FTS.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAFEAD21AABC818000C21A1 /* FTS.swift */; };
|
|
34 | 36 | DCC6B3721A9191C300734B78 /* Database.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC37743419C8D626004FCF85 /* Database.swift */; };
|
35 | 37 | DCC6B3731A9191C300734B78 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC37743719C8D693004FCF85 /* Value.swift */; };
|
36 | 38 | DCC6B3741A9191C300734B78 /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC109CE01A0C4D970070988E /* Schema.swift */; };
|
37 |
| - DCC6B3751A9191C300734B78 /* SQLite-Bridging.c in Sources */ = {isa = PBXBuildFile; fileRef = DC0FA83519D87E0C009F3A35 /* SQLite-Bridging.c */; }; |
| 39 | + DCC6B3751A9191C300734B78 /* SQLite-Bridging.m in Sources */ = {isa = PBXBuildFile; fileRef = DC0FA83519D87E0C009F3A35 /* SQLite-Bridging.m */; }; |
38 | 40 | DCC6B3771A9191C300734B78 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC37744219C8DC91004FCF85 /* libsqlite3.dylib */; };
|
39 | 41 | DCC6B3791A9191C300734B78 /* SQLite.swift.h in Headers */ = {isa = PBXBuildFile; fileRef = DC3773F819C8CBB3004FCF85 /* SQLite.swift.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
40 | 42 | DCC6B37A1A9191C300734B78 /* SQLite-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0FA83119D87CA3009F3A35 /* SQLite-Bridging-Header.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
85 | 87 |
|
86 | 88 | /* Begin PBXFileReference section */
|
87 | 89 | DC0FA83119D87CA3009F3A35 /* SQLite-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SQLite-Bridging-Header.h"; sourceTree = "<group>"; };
|
88 |
| - DC0FA83519D87E0C009F3A35 /* SQLite-Bridging.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "SQLite-Bridging.c"; sourceTree = "<group>"; }; |
| 90 | + DC0FA83519D87E0C009F3A35 /* SQLite-Bridging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "SQLite-Bridging.m"; sourceTree = "<group>"; }; |
89 | 91 | DC0FA83619D87E0C009F3A35 /* SQLite-Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SQLite-Bridging.h"; sourceTree = "<group>"; };
|
90 | 92 | DC109CE01A0C4D970070988E /* Schema.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Schema.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
91 | 93 | DC109CE31A0C4F5D0070988E /* SchemaTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchemaTests.swift; sourceTree = "<group>"; };
|
|
95 | 97 | DC3773FE19C8CBB3004FCF85 /* SQLite Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SQLite Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
96 | 98 | DC37740419C8CBB3004FCF85 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
97 | 99 | DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SQLite.xcconfig; sourceTree = "<group>"; };
|
98 |
| - DC37743419C8D626004FCF85 /* Database.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Database.swift; sourceTree = "<group>"; }; |
| 100 | + DC37743419C8D626004FCF85 /* Database.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Database.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
99 | 101 | DC37743719C8D693004FCF85 /* Value.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Value.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
100 |
| - DC37743A19C8D6C0004FCF85 /* Statement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Statement.swift; sourceTree = "<group>"; }; |
| 102 | + DC37743A19C8D6C0004FCF85 /* Statement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Statement.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
101 | 103 | DC37744219C8DC91004FCF85 /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
|
102 | 104 | DC37744719C8F50B004FCF85 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
103 | 105 | DC3F170F1A8127A300C83A2F /* Functions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Functions.swift; sourceTree = "<group>"; };
|
104 | 106 | DC3F17121A814F7000C83A2F /* FunctionsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FunctionsTests.swift; sourceTree = "<group>"; };
|
105 | 107 | DC475E9E19F2199900788FBD /* ExpressionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExpressionTests.swift; sourceTree = "<group>"; };
|
106 | 108 | DC650B9519F0CDC3002FBE91 /* Expression.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Expression.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
| 109 | + DC9D389B1AAD458500780AE7 /* fts3_tokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fts3_tokenizer.h; sourceTree = "<group>"; }; |
107 | 110 | DCAAE66D19D8A71B00158FEF /* SQLite.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = SQLite.playground; sourceTree = "<group>"; };
|
108 | 111 | DCAD429619E2E0F1004A51DF /* Query.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Query.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
109 | 112 | DCAD429919E2EE50004A51DF /* QueryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueryTests.swift; sourceTree = "<group>"; };
|
|
176 | 179 | children = (
|
177 | 180 | DC0FA83119D87CA3009F3A35 /* SQLite-Bridging-Header.h */,
|
178 | 181 | DC0FA83619D87E0C009F3A35 /* SQLite-Bridging.h */,
|
179 |
| - DC0FA83519D87E0C009F3A35 /* SQLite-Bridging.c */, |
| 182 | + DC0FA83519D87E0C009F3A35 /* SQLite-Bridging.m */, |
180 | 183 | );
|
181 | 184 | name = Bridging;
|
182 | 185 | sourceTree = "<group>";
|
|
259 | 262 | name = "Supporting Files";
|
260 | 263 | sourceTree = "<group>";
|
261 | 264 | };
|
| 265 | + DC9D38991AAD457000780AE7 /* ext */ = { |
| 266 | + isa = PBXGroup; |
| 267 | + children = ( |
| 268 | + DC9D389B1AAD458500780AE7 /* fts3_tokenizer.h */, |
| 269 | + ); |
| 270 | + name = ext; |
| 271 | + sourceTree = "<group>"; |
| 272 | + }; |
262 | 273 | DCC6B3951A91936500734B78 /* Vendor */ = {
|
263 | 274 | isa = PBXGroup;
|
264 | 275 | children = (
|
| 276 | + DC9D38991AAD457000780AE7 /* ext */, |
265 | 277 | DCC6B3961A91938F00734B78 /* sqlcipher.xcodeproj */,
|
266 | 278 | );
|
267 | 279 | path = Vendor;
|
|
298 | 310 | isa = PBXHeadersBuildPhase;
|
299 | 311 | buildActionMask = 2147483647;
|
300 | 312 | files = (
|
| 313 | + DC9D389C1AAD458500780AE7 /* fts3_tokenizer.h in Headers */, |
301 | 314 | DC3773F919C8CBB3004FCF85 /* SQLite.swift.h in Headers */,
|
302 | 315 | DC0FA83219D87CA3009F3A35 /* SQLite-Bridging-Header.h in Headers */,
|
303 | 316 | DC0FA83919D87E0C009F3A35 /* SQLite-Bridging.h in Headers */,
|
|
308 | 321 | isa = PBXHeadersBuildPhase;
|
309 | 322 | buildActionMask = 2147483647;
|
310 | 323 | files = (
|
| 324 | + DC9D389D1AAD458500780AE7 /* fts3_tokenizer.h in Headers */, |
311 | 325 | DCC6B3791A9191C300734B78 /* SQLite.swift.h in Headers */,
|
312 | 326 | DCC6B37A1A9191C300734B78 /* SQLite-Bridging-Header.h in Headers */,
|
313 | 327 | DCC6B37B1A9191C300734B78 /* SQLite-Bridging.h in Headers */,
|
|
488 | 502 | DCAD429719E2E0F1004A51DF /* Query.swift in Sources */,
|
489 | 503 | DC109CE11A0C4D970070988E /* Schema.swift in Sources */,
|
490 | 504 | DCC6B3A81A91975700734B78 /* Functions.swift in Sources */,
|
491 |
| - DC0FA83719D87E0C009F3A35 /* SQLite-Bridging.c in Sources */, |
| 505 | + DC0FA83719D87E0C009F3A35 /* SQLite-Bridging.m in Sources */, |
492 | 506 | );
|
493 | 507 | runOnlyForDeploymentPostprocessing = 0;
|
494 | 508 | };
|
|
520 | 534 | DCC6B3741A9191C300734B78 /* Schema.swift in Sources */,
|
521 | 535 | DCC6B3A91A91975C00734B78 /* Functions.swift in Sources */,
|
522 | 536 | DCAFEAD41AABC818000C21A1 /* FTS.swift in Sources */,
|
523 |
| - DCC6B3751A9191C300734B78 /* SQLite-Bridging.c in Sources */, |
| 537 | + DCC6B3751A9191C300734B78 /* SQLite-Bridging.m in Sources */, |
524 | 538 | DCBE28421ABDF18F0042A3FC /* RTree.swift in Sources */,
|
525 | 539 | DCC6B3A41A9194A800734B78 /* Cipher.swift in Sources */,
|
526 | 540 | );
|
|
0 commit comments