|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 02A43A9822738CF100FEC494 /* Backup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A43A9722738CF100FEC494 /* Backup.swift */; }; |
| 11 | + 02A43A9922738CF100FEC494 /* Backup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A43A9722738CF100FEC494 /* Backup.swift */; }; |
| 12 | + 02A43A9A22738CF100FEC494 /* Backup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A43A9722738CF100FEC494 /* Backup.swift */; }; |
| 13 | + 02A43A9B22738CF100FEC494 /* Backup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A43A9722738CF100FEC494 /* Backup.swift */; }; |
| 14 | + 02A43A9D22738E2900FEC494 /* BackupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A43A9C22738E2900FEC494 /* BackupTests.swift */; }; |
| 15 | + 02A43A9E22738E2900FEC494 /* BackupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A43A9C22738E2900FEC494 /* BackupTests.swift */; }; |
| 16 | + 02A43A9F22738E2900FEC494 /* BackupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A43A9C22738E2900FEC494 /* BackupTests.swift */; }; |
10 | 17 | 03A65E641C6BB0F60062603F /* SQLite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03A65E5A1C6BB0F50062603F /* SQLite.framework */; }; |
11 | 18 | 03A65E721C6BB2D30062603F /* SQLite.h in Headers */ = {isa = PBXBuildFile; fileRef = EE247AD61C3F04ED00AE3E12 /* SQLite.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
12 | 19 | 03A65E731C6BB2D80062603F /* Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE247AF71C3F06E900AE3E12 /* Foundation.swift */; }; |
|
211 | 218 | /* End PBXContainerItemProxy section */ |
212 | 219 |
|
213 | 220 | /* Begin PBXFileReference section */ |
| 221 | + 02A43A9722738CF100FEC494 /* Backup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Backup.swift; sourceTree = "<group>"; }; |
| 222 | + 02A43A9C22738E2900FEC494 /* BackupTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackupTests.swift; sourceTree = "<group>"; }; |
214 | 223 | 03A65E5A1C6BB0F50062603F /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
215 | 224 | 03A65E631C6BB0F60062603F /* SQLiteTests tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SQLiteTests tvOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
216 | 225 | 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; }; |
|
398 | 407 | 19A17E2695737FAB5D6086E3 /* fixtures */, |
399 | 408 | EE247B1A1C3F137700AE3E12 /* AggregateFunctionsTests.swift */, |
400 | 409 | EE247B1B1C3F137700AE3E12 /* BlobTests.swift */, |
| 410 | + 02A43A9C22738E2900FEC494 /* BackupTests.swift */, |
401 | 411 | EE247B1D1C3F137700AE3E12 /* ConnectionTests.swift */, |
402 | 412 | EE247B1E1C3F137700AE3E12 /* CoreFunctionsTests.swift */, |
403 | 413 | EE247B1F1C3F137700AE3E12 /* CustomFunctionsTests.swift */, |
|
434 | 444 | EE247AF21C3F06E900AE3E12 /* Statement.swift */, |
435 | 445 | EE247AF31C3F06E900AE3E12 /* Value.swift */, |
436 | 446 | 19A1710E73A46D5AC721CDA9 /* Errors.swift */, |
| 447 | + 02A43A9722738CF100FEC494 /* Backup.swift */, |
437 | 448 | ); |
438 | 449 | path = Core; |
439 | 450 | sourceTree = "<group>"; |
|
817 | 828 | 03A65E7E1C6BB2FB0062603F /* AggregateFunctions.swift in Sources */, |
818 | 829 | 19A17EC0D68BA8C03288ADF7 /* FTS5.swift in Sources */, |
819 | 830 | 19A179E76EA6207669B60C1B /* Cipher.swift in Sources */, |
| 831 | + 02A43A9A22738CF100FEC494 /* Backup.swift in Sources */, |
820 | 832 | 19A17FF4A10B44D3937C8CAC /* Errors.swift in Sources */, |
821 | 833 | 19A1737286A74F3CF7412906 /* DateAndTimeFunctions.swift in Sources */, |
822 | 834 | ); |
|
839 | 851 | 03A65E911C6BB3030062603F /* SchemaTests.swift in Sources */, |
840 | 852 | 03A65E8D1C6BB3030062603F /* FTS4Tests.swift in Sources */, |
841 | 853 | 03A65E8C1C6BB3030062603F /* ExpressionTests.swift in Sources */, |
| 854 | + 02A43A9F22738E2900FEC494 /* BackupTests.swift in Sources */, |
842 | 855 | 03A65E8E1C6BB3030062603F /* OperatorsTests.swift in Sources */, |
843 | 856 | 03A65E951C6BB3030062603F /* TestHelpers.swift in Sources */, |
844 | 857 | 19A17254FBA7894891F7297B /* FTS5Tests.swift in Sources */, |
|
875 | 888 | 3D67B3E71DB246BA00A4F4C6 /* Blob.swift in Sources */, |
876 | 889 | 3D67B3E81DB246BA00A4F4C6 /* Connection.swift in Sources */, |
877 | 890 | 19A179CCF9671E345E5A9811 /* Cipher.swift in Sources */, |
| 891 | + 02A43A9B22738CF100FEC494 /* Backup.swift in Sources */, |
878 | 892 | 19A17DC282E36C4F41AA440B /* Errors.swift in Sources */, |
879 | 893 | 19A173668D948AD4DF1F5352 /* DateAndTimeFunctions.swift in Sources */, |
880 | 894 | ); |
|
905 | 919 | EE247B0D1C3F06E900AE3E12 /* AggregateFunctions.swift in Sources */, |
906 | 920 | 19A1717B10CC941ACB5533D6 /* FTS5.swift in Sources */, |
907 | 921 | 19A171F12AB8B07F2FD7201A /* Cipher.swift in Sources */, |
| 922 | + 02A43A9822738CF100FEC494 /* Backup.swift in Sources */, |
908 | 923 | 19A1792C0520D4E83C2EB075 /* Errors.swift in Sources */, |
909 | 924 | 19A17E29278A12BC4F542506 /* DateAndTimeFunctions.swift in Sources */, |
910 | 925 | ); |
|
927 | 942 | EE247B351C3F142E00AE3E12 /* ValueTests.swift in Sources */, |
928 | 943 | EE247B2F1C3F141E00AE3E12 /* QueryTests.swift in Sources */, |
929 | 944 | EE247B221C3F137700AE3E12 /* AggregateFunctionsTests.swift in Sources */, |
| 945 | + 02A43A9D22738E2900FEC494 /* BackupTests.swift in Sources */, |
930 | 946 | EE247B2E1C3F141E00AE3E12 /* OperatorsTests.swift in Sources */, |
931 | 947 | EE247B251C3F137700AE3E12 /* ConnectionTests.swift in Sources */, |
932 | 948 | 19A171E6FA242F72A308C594 /* FTS5Tests.swift in Sources */, |
|
963 | 979 | EE247B6D1C3F3FEC00AE3E12 /* AggregateFunctions.swift in Sources */, |
964 | 980 | 19A1750CEE9B05267995CF3D /* FTS5.swift in Sources */, |
965 | 981 | 19A17835FD5886FDC5A3228F /* Cipher.swift in Sources */, |
| 982 | + 02A43A9922738CF100FEC494 /* Backup.swift in Sources */, |
966 | 983 | 19A17490543609FCED53CACC /* Errors.swift in Sources */, |
967 | 984 | 19A17152E32A9585831E3FE0 /* DateAndTimeFunctions.swift in Sources */, |
968 | 985 | ); |
|
985 | 1002 | EE247B551C3F3FC700AE3E12 /* ConnectionTests.swift in Sources */, |
986 | 1003 | EE247B611C3F3FC700AE3E12 /* TestHelpers.swift in Sources */, |
987 | 1004 | EE247B581C3F3FC700AE3E12 /* ExpressionTests.swift in Sources */, |
| 1005 | + 02A43A9E22738E2900FEC494 /* BackupTests.swift in Sources */, |
988 | 1006 | EE247B5E1C3F3FC700AE3E12 /* SetterTests.swift in Sources */, |
989 | 1007 | EE247B5B1C3F3FC700AE3E12 /* QueryTests.swift in Sources */, |
990 | 1008 | 19A174D78559CD30679BCCCB /* FTS5Tests.swift in Sources */, |
|
0 commit comments