Skip to content

Commit 86f3c77

Browse files
committed
fix build
1 parent ba0d63b commit 86f3c77

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

SQLite.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@
202202
64B8E1702B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; };
203203
64B8E1712B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; };
204204
64B8E1722B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; };
205+
915BE7892E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; };
206+
915BE78A2E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; };
207+
915BE78B2E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; };
208+
915BE78C2E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; };
209+
915BE78D2E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; };
205210
997DF2AE287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; };
206211
997DF2AF287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; };
207212
997DF2B0287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; };
@@ -428,6 +433,7 @@
428433
49EB68C31F7B3CB400D89D40 /* Coding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Coding.swift; sourceTree = "<group>"; };
429434
64A8EE422B095FBB00F583F7 /* WindowFunctions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowFunctions.swift; sourceTree = "<group>"; };
430435
64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowFunctionsTests.swift; sourceTree = "<group>"; };
436+
915BE7882E2BB05300360423 /* Query+Lazy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Query+Lazy.swift"; sourceTree = "<group>"; };
431437
997DF2AD287FC06D00F8DF95 /* Query+with.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Query+with.swift"; sourceTree = "<group>"; };
432438
A121AC451CA35C79005A31D1 /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
433439
DB58B21028FB864300F8EEA4 /* SchemaReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchemaReader.swift; sourceTree = "<group>"; };
@@ -733,6 +739,7 @@
733739
EE247AFD1C3F06E900AE3E12 /* CustomFunctions.swift */,
734740
EE247AFE1C3F06E900AE3E12 /* Expression.swift */,
735741
EE247AFF1C3F06E900AE3E12 /* Operators.swift */,
742+
915BE7882E2BB05300360423 /* Query+Lazy.swift */,
736743
EE247B001C3F06E900AE3E12 /* Query.swift */,
737744
997DF2AD287FC06D00F8DF95 /* Query+with.swift */,
738745
EE247B011C3F06E900AE3E12 /* Schema.swift */,
@@ -1133,6 +1140,7 @@
11331140
isa = PBXSourcesBuildPhase;
11341141
buildActionMask = 2147483647;
11351142
files = (
1143+
915BE78D2E2BB05300360423 /* Query+Lazy.swift in Sources */,
11361144
03A65E801C6BB2FB0062603F /* CoreFunctions.swift in Sources */,
11371145
49EB68C61F7B3CB400D89D40 /* Coding.swift in Sources */,
11381146
03A65E761C6BB2E60062603F /* Blob.swift in Sources */,
@@ -1220,6 +1228,7 @@
12201228
49EB68C71F7B3CB400D89D40 /* Coding.swift in Sources */,
12211229
997DF2B1287FC06D00F8DF95 /* Query+with.swift in Sources */,
12221230
3D67B3F71DB246D700A4F4C6 /* Foundation.swift in Sources */,
1231+
915BE78C2E2BB05300360423 /* Query+Lazy.swift in Sources */,
12231232
3D67B3F81DB246D700A4F4C6 /* Helpers.swift in Sources */,
12241233
DB58B21428FB864300F8EEA4 /* SchemaReader.swift in Sources */,
12251234
3D67B3E91DB246D100A4F4C6 /* Statement.swift in Sources */,
@@ -1262,6 +1271,7 @@
12621271
DEB306BD2B61CEF500F9D46B /* Coding.swift in Sources */,
12631272
DEB306BE2B61CEF500F9D46B /* RTree.swift in Sources */,
12641273
DEB306BF2B61CEF500F9D46B /* Blob.swift in Sources */,
1274+
915BE7892E2BB05300360423 /* Query+Lazy.swift in Sources */,
12651275
DEB306C02B61CEF500F9D46B /* URIQueryParameter.swift in Sources */,
12661276
DEB306C12B61CEF500F9D46B /* Foundation.swift in Sources */,
12671277
DEB306C22B61CEF500F9D46B /* Connection.swift in Sources */,
@@ -1338,6 +1348,7 @@
13381348
isa = PBXSourcesBuildPhase;
13391349
buildActionMask = 2147483647;
13401350
files = (
1351+
915BE78A2E2BB05300360423 /* Query+Lazy.swift in Sources */,
13411352
EE247B0F1C3F06E900AE3E12 /* CoreFunctions.swift in Sources */,
13421353
49EB68C41F7B3CB400D89D40 /* Coding.swift in Sources */,
13431354
EE247B0A1C3F06E900AE3E12 /* RTree.swift in Sources */,
@@ -1421,6 +1432,7 @@
14211432
isa = PBXSourcesBuildPhase;
14221433
buildActionMask = 2147483647;
14231434
files = (
1435+
915BE78B2E2BB05300360423 /* Query+Lazy.swift in Sources */,
14241436
EE247B6F1C3F3FEC00AE3E12 /* CoreFunctions.swift in Sources */,
14251437
49EB68C51F7B3CB400D89D40 /* Coding.swift in Sources */,
14261438
EE247B651C3F3FEC00AE3E12 /* Blob.swift in Sources */,

0 commit comments

Comments
 (0)