|
733 | 733 | 56B14E831D4DAE54000BF4A3 /* RowFromDictionaryLiteralTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B14E7E1D4DAE54000BF4A3 /* RowFromDictionaryLiteralTests.swift */; };
|
734 | 734 | 56B6EF56208CB4E3002F0ACB /* ColumnExpressionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B6EF55208CB4E3002F0ACB /* ColumnExpressionTests.swift */; };
|
735 | 735 | 56B6EF57208CB4E3002F0ACB /* ColumnExpressionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B6EF55208CB4E3002F0ACB /* ColumnExpressionTests.swift */; };
|
| 736 | + 56B7EE832863781300C0525F /* WALSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B7EE822863781300C0525F /* WALSnapshot.swift */; }; |
| 737 | + 56B7EE842863781300C0525F /* WALSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B7EE822863781300C0525F /* WALSnapshot.swift */; }; |
| 738 | + 56B7EE852863781300C0525F /* WALSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B7EE822863781300C0525F /* WALSnapshot.swift */; }; |
| 739 | + 56B7EE862863781300C0525F /* WALSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B7EE822863781300C0525F /* WALSnapshot.swift */; }; |
736 | 740 | 56B7F42A1BE14A1900E39BBF /* CGFloatTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B7F4291BE14A1900E39BBF /* CGFloatTests.swift */; };
|
737 | 741 | 56B7F43A1BEB42D500E39BBF /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B7F4391BEB42D500E39BBF /* Migration.swift */; };
|
738 | 742 | 56B7F43B1BEB42D500E39BBF /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B7F4391BEB42D500E39BBF /* Migration.swift */; };
|
|
1595 | 1599 | 56B021C81D8C0D3900B239BB /* MutablePersistableRecordPersistenceConflictPolicyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MutablePersistableRecordPersistenceConflictPolicyTests.swift; sourceTree = "<group>"; };
|
1596 | 1600 | 56B14E7E1D4DAE54000BF4A3 /* RowFromDictionaryLiteralTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowFromDictionaryLiteralTests.swift; sourceTree = "<group>"; };
|
1597 | 1601 | 56B6EF55208CB4E3002F0ACB /* ColumnExpressionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColumnExpressionTests.swift; sourceTree = "<group>"; };
|
| 1602 | + 56B7EE822863781300C0525F /* WALSnapshot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WALSnapshot.swift; sourceTree = "<group>"; }; |
1598 | 1603 | 56B7F4291BE14A1900E39BBF /* CGFloatTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CGFloatTests.swift; sourceTree = "<group>"; };
|
1599 | 1604 | 56B7F4391BEB42D500E39BBF /* Migration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Migration.swift; sourceTree = "<group>"; };
|
1600 | 1605 | 56B86E72220FF4E000524C16 /* SQLLiteralTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLLiteralTests.swift; sourceTree = "<group>"; };
|
|
2375 | 2380 | 56A238781B9C75030082EB20 /* Statement.swift */,
|
2376 | 2381 | 566B912A1FA4D0CC0012D5B0 /* StatementAuthorizer.swift */,
|
2377 | 2382 | 560D923F1C672C3E00F4F92B /* StatementColumnConvertible.swift */,
|
2378 |
| - 5605F1471C672E4000235C62 /* Support */, |
2379 | 2383 | 566B91321FA4D3810012D5B0 /* TransactionObserver.swift */,
|
| 2384 | + 56B7EE822863781300C0525F /* WALSnapshot.swift */, |
| 2385 | + 5605F1471C672E4000235C62 /* Support */, |
2380 | 2386 | );
|
2381 | 2387 | path = Core;
|
2382 | 2388 | sourceTree = "<group>";
|
|
2976 | 2982 | 565490D81D5AE252005622CB /* DatabaseMigrator.swift in Sources */,
|
2977 | 2983 | 5656A8AF2295BFD7001FF3FF /* TableRecord+Association.swift in Sources */,
|
2978 | 2984 | 565490C21D5AE236005622CB /* Row.swift in Sources */,
|
| 2985 | + 56B7EE852863781300C0525F /* WALSnapshot.swift in Sources */, |
2979 | 2986 | 565490C71D5AE236005622CB /* StatementColumnConvertible.swift in Sources */,
|
2980 | 2987 | 565490D91D5AE252005622CB /* Migration.swift in Sources */,
|
2981 | 2988 | 56CEB5001EAA2F4D00BFAF62 /* FTS3.swift in Sources */,
|
|
3145 | 3152 | 5671FC231DA3CAC9003BF4FF /* FTS3TokenizerDescriptor.swift in Sources */,
|
3146 | 3153 | 56D51D031EA789FA0074638A /* FetchableRecord+TableRecord.swift in Sources */,
|
3147 | 3154 | 56DDDDF5242F87C60025E381 /* ValueObservationScheduler.swift in Sources */,
|
| 3155 | + 56B7EE842863781300C0525F /* WALSnapshot.swift in Sources */, |
3148 | 3156 | 560D924C1C672C4B00F4F92B /* TableRecord.swift in Sources */,
|
3149 | 3157 | 56A2FA3B24424F4700E97D23 /* Export.swift in Sources */,
|
3150 | 3158 | 569BBA4F229170F900478429 /* Inflections+English.swift in Sources */,
|
|
3753 | 3761 | AAA4DCA5230F1E0600C74B15 /* FTS3TokenizerDescriptor.swift in Sources */,
|
3754 | 3762 | AAA4DCA6230F1E0600C74B15 /* FetchableRecord+TableRecord.swift in Sources */,
|
3755 | 3763 | 56DDDDF7242F87C70025E381 /* ValueObservationScheduler.swift in Sources */,
|
| 3764 | + 56B7EE862863781300C0525F /* WALSnapshot.swift in Sources */, |
3756 | 3765 | AAA4DCA7230F1E0600C74B15 /* TableRecord.swift in Sources */,
|
3757 | 3766 | 56A2FA3D24424F4800E97D23 /* Export.swift in Sources */,
|
3758 | 3767 | AAA4DCA8230F1E0600C74B15 /* Inflections+English.swift in Sources */,
|
|
4125 | 4134 | 569BBA4E229170F800478429 /* Inflections+English.swift in Sources */,
|
4126 | 4135 | 5656A81E2295B12F001FF3FF /* SQLAssociation.swift in Sources */,
|
4127 | 4136 | 5617294E223533F40006E219 /* EncodableRecord.swift in Sources */,
|
| 4137 | + 56B7EE832863781300C0525F /* WALSnapshot.swift in Sources */, |
4128 | 4138 | 5698AD181DAAD17A0056AF8C /* FTS5Tokenizer.swift in Sources */,
|
4129 | 4139 | 56A2FA3624424D2A00E97D23 /* Export.swift in Sources */,
|
4130 | 4140 | 56B964B11DA51D010002DA19 /* FTS5TokenizerDescriptor.swift in Sources */,
|
|
0 commit comments