|
57 | 57 | 2149E61423886C7F00873955 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2149E61223886C7F00873955 /* LaunchScreen.storyboard */; };
|
58 | 58 | 2149E62223886CEE00873955 /* AWSDataStoreCategoryPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2149E59B238867E100873955 /* AWSDataStoreCategoryPlugin.framework */; };
|
59 | 59 | 2149E62D23886D3900873955 /* SyncMetadataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2149E62B23886D3900873955 /* SyncMetadataTests.swift */; };
|
| 60 | + 214B6B65264B0D6700A9311D /* Stopwatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 214B6B64264B0D6700A9311D /* Stopwatch.swift */; }; |
| 61 | + 214B6B68264B157500A9311D /* StopwatchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 214B6B67264B157500A9311D /* StopwatchTests.swift */; }; |
60 | 62 | 217D61752578AF85009F0639 /* DataStoreConnectionScenario2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 217D61742578AF85009F0639 /* DataStoreConnectionScenario2Tests.swift */; };
|
61 | 63 | 217D622225798ED3009F0639 /* DataStoreConnectionScenario1Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 217D622125798ED3009F0639 /* DataStoreConnectionScenario1Tests.swift */; };
|
62 | 64 | 217D622B2579E15F009F0639 /* DataStoreConnectionScenario5Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 217D62282579E15F009F0639 /* DataStoreConnectionScenario5Tests.swift */; };
|
|
311 | 313 | 2149E61D23886CEE00873955 /* AWSDataStoreCategoryPluginIntegrationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AWSDataStoreCategoryPluginIntegrationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
312 | 314 | 2149E62123886CEE00873955 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
313 | 315 | 2149E62B23886D3900873955 /* SyncMetadataTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SyncMetadataTests.swift; sourceTree = "<group>"; };
|
| 316 | + 214B6B64264B0D6700A9311D /* Stopwatch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stopwatch.swift; sourceTree = "<group>"; }; |
| 317 | + 214B6B67264B157500A9311D /* StopwatchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StopwatchTests.swift; sourceTree = "<group>"; }; |
314 | 318 | 217D61742578AF85009F0639 /* DataStoreConnectionScenario2Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataStoreConnectionScenario2Tests.swift; sourceTree = "<group>"; };
|
315 | 319 | 217D622125798ED3009F0639 /* DataStoreConnectionScenario1Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataStoreConnectionScenario1Tests.swift; sourceTree = "<group>"; };
|
316 | 320 | 217D62282579E15F009F0639 /* DataStoreConnectionScenario5Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataStoreConnectionScenario5Tests.swift; sourceTree = "<group>"; };
|
|
706 | 710 | path = AWSDataStoreCategoryPluginIntegrationTests;
|
707 | 711 | sourceTree = "<group>";
|
708 | 712 | };
|
| 713 | + 214B6B66264B156200A9311D /* Support */ = { |
| 714 | + isa = PBXGroup; |
| 715 | + children = ( |
| 716 | + 214B6B67264B157500A9311D /* StopwatchTests.swift */, |
| 717 | + ); |
| 718 | + path = Support; |
| 719 | + sourceTree = "<group>"; |
| 720 | + }; |
709 | 721 | 217D61552578AEB0009F0639 /* Connection */ = {
|
710 | 722 | isa = PBXGroup;
|
711 | 723 | children = (
|
|
850 | 862 | FA8F4D1D2395AF7600861D91 /* DataStoreError+Plugin.swift */,
|
851 | 863 | FA8F4D212395B11700861D91 /* MutationEvent+Query.swift */,
|
852 | 864 | FA3841E823889D440070AD5B /* StateMachine.swift */,
|
| 865 | + 214B6B64264B0D6700A9311D /* Stopwatch.swift */, |
853 | 866 | );
|
854 | 867 | path = Support;
|
855 | 868 | sourceTree = "<group>";
|
|
881 | 894 | children = (
|
882 | 895 | 2149E5F1238869CF00873955 /* APICategoryDependencyTests.swift */,
|
883 | 896 | FA0427CF2396CDD800D25AB0 /* DataStoreHubTests.swift */,
|
| 897 | + FAE01F9923997BD900B468DA /* InitialSync */, |
884 | 898 | 2149E5F3238869CF00873955 /* LocalSubscriptionTests.swift */,
|
885 | 899 | B4D59DDC2554BBE7009B9235 /* LocalSubscriptionWithJSONModelTests.swift */,
|
886 |
| - 6BDC223F23E21A4E007C8410 /* RemoteSyncEngineTests.swift */, |
887 |
| - 6BC4FDA723A899180027D20C /* RequestRetryablePolicyTests.swift */, |
888 |
| - FAE01F9923997BD900B468DA /* InitialSync */, |
889 | 900 | FAE01F9823997B7600B468DA /* MutationQueue */,
|
890 | 901 | FAE01F9A23997C0600B468DA /* RemoteSync */,
|
| 902 | + 6BDC223F23E21A4E007C8410 /* RemoteSyncEngineTests.swift */, |
| 903 | + 6BC4FDA723A899180027D20C /* RequestRetryablePolicyTests.swift */, |
891 | 904 | FAE01F9B23997C3700B468DA /* SubscriptionSync */,
|
| 905 | + 214B6B66264B156200A9311D /* Support */, |
892 | 906 | );
|
893 | 907 | path = Sync;
|
894 | 908 | sourceTree = "<group>";
|
|
1608 | 1622 | FACD624A2397415C004AF037 /* ModelReconciliationQueue.swift in Sources */,
|
1609 | 1623 | FA3B3EFF238F13B2002EFDB3 /* MutationEventIngester.swift in Sources */,
|
1610 | 1624 | D8D1DED4252E2CB400681DA8 /* ReadyEventEmitter.swift in Sources */,
|
| 1625 | + 214B6B65264B0D6700A9311D /* Stopwatch.swift in Sources */, |
1611 | 1626 | FAC010EE23956DDE00FCE7BB /* RemoteSyncReconciler.swift in Sources */,
|
1612 | 1627 | FA3841E523889D280070AD5B /* IncomingEventReconciliationQueue.swift in Sources */,
|
1613 | 1628 | 213481D4242ABA86001966DE /* ProcessMutationErrorFromCloudOperation.swift in Sources */,
|
|
1747 | 1762 | B9FAA142238C6082009414B4 /* BaseDataStoreTests.swift in Sources */,
|
1748 | 1763 | 6B7743E7259071C8001469F5 /* StorageEngineTestsHasMany.swift in Sources */,
|
1749 | 1764 | 6BE9D6F125A6643100AB5C9A /* StorageEngineTestsHasOne.swift in Sources */,
|
| 1765 | + 214B6B68264B157500A9311D /* StopwatchTests.swift in Sources */, |
1750 | 1766 | 6B52DC9624478E75007F5AD3 /* MockModelReconciliationQueue.swift in Sources */,
|
1751 | 1767 | FA4A955B239AD3F4008E876E /* Foundation+TestExtensions.swift in Sources */,
|
1752 | 1768 | 21A4EE77259D510400E1047D /* DataStoreListProviderFunctionalTests.swift in Sources */,
|
|
0 commit comments