|
218 | 218 | DB7C5DA728D7C9B6006395CF /* SQLiteVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7C5DA528D7C9B6006395CF /* SQLiteVersion.swift */; };
|
219 | 219 | DB7C5DA828D7C9B6006395CF /* SQLiteVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7C5DA528D7C9B6006395CF /* SQLiteVersion.swift */; };
|
220 | 220 | DB7C5DA928D7C9B6006395CF /* SQLiteVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7C5DA528D7C9B6006395CF /* SQLiteVersion.swift */; };
|
| 221 | + DBB93D5A2A22A373009BB96E /* SchemaReaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBB93D592A22A373009BB96E /* SchemaReaderTests.swift */; }; |
| 222 | + DBB93D5B2A22A373009BB96E /* SchemaReaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBB93D592A22A373009BB96E /* SchemaReaderTests.swift */; }; |
| 223 | + DBB93D5C2A22A373009BB96E /* SchemaReaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBB93D592A22A373009BB96E /* SchemaReaderTests.swift */; }; |
221 | 224 | EE247AD71C3F04ED00AE3E12 /* SQLite.h in Headers */ = {isa = PBXBuildFile; fileRef = EE247AD61C3F04ED00AE3E12 /* SQLite.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
222 | 225 | EE247ADE1C3F04ED00AE3E12 /* SQLite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE247AD31C3F04ED00AE3E12 /* SQLite.framework */; };
|
223 | 226 | EE247B031C3F06E900AE3E12 /* Blob.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE247AEE1C3F06E900AE3E12 /* Blob.swift */; };
|
|
349 | 352 | DB58B21028FB864300F8EEA4 /* SchemaReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchemaReader.swift; sourceTree = "<group>"; };
|
350 | 353 | DB58B21528FC7C4600F8EEA4 /* SQLiteFeature.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLiteFeature.swift; sourceTree = "<group>"; };
|
351 | 354 | DB7C5DA528D7C9B6006395CF /* SQLiteVersion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLiteVersion.swift; sourceTree = "<group>"; };
|
| 355 | + DBB93D592A22A373009BB96E /* SchemaReaderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchemaReaderTests.swift; sourceTree = "<group>"; }; |
352 | 356 | EE247AD31C3F04ED00AE3E12 /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
353 | 357 | EE247AD61C3F04ED00AE3E12 /* SQLite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQLite.h; sourceTree = "<group>"; };
|
354 | 358 | EE247AD81C3F04ED00AE3E12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
493 | 497 | 19A17B56FBA20E7245BC8AC0 /* Schema */ = {
|
494 | 498 | isa = PBXGroup;
|
495 | 499 | children = (
|
| 500 | + DBB93D592A22A373009BB96E /* SchemaReaderTests.swift */, |
496 | 501 | 19A176174862D0F0139B3987 /* SchemaDefinitionsTests.swift */,
|
497 | 502 | 19A17FDB0B0CFB8987906FD0 /* SchemaChangerTests.swift */,
|
498 | 503 | 19A17CA1DF7D0F7C9A94C51C /* Connection+SchemaTests.swift */,
|
|
1010 | 1015 | 19A17FACE8E4D54A50BA934E /* FTS5Tests.swift in Sources */,
|
1011 | 1016 | 19A177909023B7B940C5805E /* FTSIntegrationTests.swift in Sources */,
|
1012 | 1017 | 19A17E1DD976D5CE80018749 /* FTS4Tests.swift in Sources */,
|
| 1018 | + DBB93D5C2A22A373009BB96E /* SchemaReaderTests.swift in Sources */, |
1013 | 1019 | 19A17411403D60640467209E /* ExpressionTests.swift in Sources */,
|
1014 | 1020 | 19A17CA4D7B63D845428A9C5 /* StatementTests.swift in Sources */,
|
1015 | 1021 | 19A17885B646CB0201BE4BD5 /* QueryTests.swift in Sources */,
|
|
1134 | 1140 | 19A178DA2BB5970778CCAF13 /* FTS5Tests.swift in Sources */,
|
1135 | 1141 | 19A1755C49154C87304C9146 /* FTSIntegrationTests.swift in Sources */,
|
1136 | 1142 | 19A17444861E1443143DEB44 /* FTS4Tests.swift in Sources */,
|
| 1143 | + DBB93D5A2A22A373009BB96E /* SchemaReaderTests.swift in Sources */, |
1137 | 1144 | 19A17DD33C2E43DD6EE05A60 /* ExpressionTests.swift in Sources */,
|
1138 | 1145 | 19A17D6EC40BC35A5DC81BA8 /* StatementTests.swift in Sources */,
|
1139 | 1146 | 19A17E3F47DA087E2B76D087 /* QueryTests.swift in Sources */,
|
|
1216 | 1223 | 19A1776BD5127DFDF847FF1F /* FTS5Tests.swift in Sources */,
|
1217 | 1224 | 19A173088B85A7E18E8582A7 /* FTSIntegrationTests.swift in Sources */,
|
1218 | 1225 | 19A178767223229E61C5066F /* FTS4Tests.swift in Sources */,
|
| 1226 | + DBB93D5B2A22A373009BB96E /* SchemaReaderTests.swift in Sources */, |
1219 | 1227 | 19A1781CBA8968ABD3E00877 /* ExpressionTests.swift in Sources */,
|
1220 | 1228 | 19A17923494236793893BF72 /* StatementTests.swift in Sources */,
|
1221 | 1229 | 19A17A52BF29D27C9AA229E7 /* QueryTests.swift in Sources */,
|
|
0 commit comments