|
48 | 48 | 03A65E971C6BB3210062603F /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 03A65E961C6BB3210062603F /* libsqlite3.tbd */; }; |
49 | 49 | 19A1717B10CC941ACB5533D6 /* FTS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1730E4390C775C25677D1 /* FTS5.swift */; }; |
50 | 50 | 19A171E6FA242F72A308C594 /* FTS5Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1721B8984686B9963B45D /* FTS5Tests.swift */; }; |
| 51 | + 19A171F12AB8B07F2FD7201A /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A178A39ACA9667A62663CC /* Cipher.swift */; }; |
51 | 52 | 19A17254FBA7894891F7297B /* FTS5Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1721B8984686B9963B45D /* FTS5Tests.swift */; }; |
52 | 53 | 19A174D78559CD30679BCCCB /* FTS5Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1721B8984686B9963B45D /* FTS5Tests.swift */; }; |
53 | 54 | 19A1750CEE9B05267995CF3D /* FTS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1730E4390C775C25677D1 /* FTS5.swift */; }; |
| 55 | + 19A177CC33F2E6A24AF90B02 /* CipherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A17399EA9E61235D5D77BF /* CipherTests.swift */; }; |
54 | 56 | 19A178072B371489E6A1E839 /* FoundationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1794CC4D7827E997E32A7 /* FoundationTests.swift */; }; |
| 57 | + 19A17835FD5886FDC5A3228F /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A178A39ACA9667A62663CC /* Cipher.swift */; }; |
| 58 | + 19A179A0C45377CB09BB358C /* CipherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A17399EA9E61235D5D77BF /* CipherTests.swift */; }; |
| 59 | + 19A179CCF9671E345E5A9811 /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A178A39ACA9667A62663CC /* Cipher.swift */; }; |
| 60 | + 19A179E76EA6207669B60C1B /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A178A39ACA9667A62663CC /* Cipher.swift */; }; |
| 61 | + 19A17C4B951CB054EE48AB1C /* CipherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A17399EA9E61235D5D77BF /* CipherTests.swift */; }; |
55 | 62 | 19A17E04C4C0956715C5676A /* FoundationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1794CC4D7827E997E32A7 /* FoundationTests.swift */; }; |
56 | 63 | 19A17EC0D68BA8C03288ADF7 /* FTS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1730E4390C775C25677D1 /* FTS5.swift */; }; |
57 | 64 | 19A17FB80B94E882050AA908 /* FoundationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A1794CC4D7827E997E32A7 /* FoundationTests.swift */; }; |
|
189 | 196 | 03A65E961C6BB3210062603F /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/usr/lib/libsqlite3.tbd; sourceTree = DEVELOPER_DIR; }; |
190 | 197 | 19A1721B8984686B9963B45D /* FTS5Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTS5Tests.swift; sourceTree = "<group>"; }; |
191 | 198 | 19A1730E4390C775C25677D1 /* FTS5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTS5.swift; sourceTree = "<group>"; }; |
| 199 | + 19A17399EA9E61235D5D77BF /* CipherTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CipherTests.swift; sourceTree = "<group>"; }; |
| 200 | + 19A178A39ACA9667A62663CC /* Cipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cipher.swift; sourceTree = "<group>"; }; |
192 | 201 | 19A1794CC4D7827E997E32A7 /* FoundationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FoundationTests.swift; sourceTree = "<group>"; }; |
193 | 202 | 39548A631CA63C740003E3B5 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; }; |
194 | 203 | 39548A651CA63C740003E3B5 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; }; |
|
455 | 464 | EE247AE41C3F04ED00AE3E12 /* Info.plist */, |
456 | 465 | 19A1721B8984686B9963B45D /* FTS5Tests.swift */, |
457 | 466 | 19A1794CC4D7827E997E32A7 /* FoundationTests.swift */, |
| 467 | + 19A17399EA9E61235D5D77BF /* CipherTests.swift */, |
458 | 468 | ); |
459 | 469 | path = SQLiteTests; |
460 | 470 | sourceTree = "<group>"; |
|
479 | 489 | EE247AF51C3F06E900AE3E12 /* FTS4.swift */, |
480 | 490 | EE247AF61C3F06E900AE3E12 /* RTree.swift */, |
481 | 491 | 19A1730E4390C775C25677D1 /* FTS5.swift */, |
| 492 | + 19A178A39ACA9667A62663CC /* Cipher.swift */, |
482 | 493 | ); |
483 | 494 | path = Extensions; |
484 | 495 | sourceTree = "<group>"; |
|
845 | 856 | 03A65E771C6BB2E60062603F /* Connection.swift in Sources */, |
846 | 857 | 03A65E7E1C6BB2FB0062603F /* AggregateFunctions.swift in Sources */, |
847 | 858 | 19A17EC0D68BA8C03288ADF7 /* FTS5.swift in Sources */, |
| 859 | + 19A179E76EA6207669B60C1B /* Cipher.swift in Sources */, |
848 | 860 | ); |
849 | 861 | runOnlyForDeploymentPostprocessing = 0; |
850 | 862 | }; |
|
869 | 881 | 03A65E951C6BB3030062603F /* TestHelpers.swift in Sources */, |
870 | 882 | 19A17254FBA7894891F7297B /* FTS5Tests.swift in Sources */, |
871 | 883 | 19A17E04C4C0956715C5676A /* FoundationTests.swift in Sources */, |
| 884 | + 19A179A0C45377CB09BB358C /* CipherTests.swift in Sources */, |
872 | 885 | ); |
873 | 886 | runOnlyForDeploymentPostprocessing = 0; |
874 | 887 | }; |
|
895 | 908 | 3D67B3F61DB246D100A4F4C6 /* Setter.swift in Sources */, |
896 | 909 | 3D67B3E71DB246BA00A4F4C6 /* Blob.swift in Sources */, |
897 | 910 | 3D67B3E81DB246BA00A4F4C6 /* Connection.swift in Sources */, |
| 911 | + 19A179CCF9671E345E5A9811 /* Cipher.swift in Sources */, |
898 | 912 | ); |
899 | 913 | runOnlyForDeploymentPostprocessing = 0; |
900 | 914 | }; |
|
921 | 935 | EE247B071C3F06E900AE3E12 /* Statement.swift in Sources */, |
922 | 936 | EE247B0D1C3F06E900AE3E12 /* AggregateFunctions.swift in Sources */, |
923 | 937 | 19A1717B10CC941ACB5533D6 /* FTS5.swift in Sources */, |
| 938 | + 19A171F12AB8B07F2FD7201A /* Cipher.swift in Sources */, |
924 | 939 | ); |
925 | 940 | runOnlyForDeploymentPostprocessing = 0; |
926 | 941 | }; |
|
945 | 960 | EE247B251C3F137700AE3E12 /* ConnectionTests.swift in Sources */, |
946 | 961 | 19A171E6FA242F72A308C594 /* FTS5Tests.swift in Sources */, |
947 | 962 | 19A17FB80B94E882050AA908 /* FoundationTests.swift in Sources */, |
| 963 | + 19A177CC33F2E6A24AF90B02 /* CipherTests.swift in Sources */, |
948 | 964 | ); |
949 | 965 | runOnlyForDeploymentPostprocessing = 0; |
950 | 966 | }; |
|
971 | 987 | EE247B661C3F3FEC00AE3E12 /* Connection.swift in Sources */, |
972 | 988 | EE247B6D1C3F3FEC00AE3E12 /* AggregateFunctions.swift in Sources */, |
973 | 989 | 19A1750CEE9B05267995CF3D /* FTS5.swift in Sources */, |
| 990 | + 19A17835FD5886FDC5A3228F /* Cipher.swift in Sources */, |
974 | 991 | ); |
975 | 992 | runOnlyForDeploymentPostprocessing = 0; |
976 | 993 | }; |
|
995 | 1012 | EE247B5B1C3F3FC700AE3E12 /* QueryTests.swift in Sources */, |
996 | 1013 | 19A174D78559CD30679BCCCB /* FTS5Tests.swift in Sources */, |
997 | 1014 | 19A178072B371489E6A1E839 /* FoundationTests.swift in Sources */, |
| 1015 | + 19A17C4B951CB054EE48AB1C /* CipherTests.swift in Sources */, |
998 | 1016 | ); |
999 | 1017 | runOnlyForDeploymentPostprocessing = 0; |
1000 | 1018 | }; |
|
0 commit comments