|
722 | 722 | DEC51AFB2769C66B009F3DF4 /* SystemStatusMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC51AFA2769C66B009F3DF4 /* SystemStatusMapperTests.swift */; }; |
723 | 723 | DEC51B02276AFB35009F3DF4 /* SystemStatus+DropinMustUsePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC51B01276AFB34009F3DF4 /* SystemStatus+DropinMustUsePlugin.swift */; }; |
724 | 724 | DEF13C5029629EEA0024A02B /* user-complete-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = DEF13C4F29629EEA0024A02B /* user-complete-without-data.json */; }; |
| 725 | + DEF13C562965689F0024A02B /* LeaderboardListMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF13C552965689F0024A02B /* LeaderboardListMapperTests.swift */; }; |
| 726 | + DEF13C5A296571150024A02B /* leaderboards-year-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = DEF13C59296571150024A02B /* leaderboards-year-without-data.json */; }; |
725 | 727 | DEFBA74E29485A7600C35BA9 /* RESTRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFBA74D29485A7600C35BA9 /* RESTRequest.swift */; }; |
726 | 728 | DEFBA7542949CE6600C35BA9 /* RequestProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFBA7532949CE6600C35BA9 /* RequestProcessor.swift */; }; |
727 | 729 | DEFBA7562949D17400C35BA9 /* DefaultRequestAuthenticatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFBA7552949D17300C35BA9 /* DefaultRequestAuthenticatorTests.swift */; }; |
|
1515 | 1517 | DEC51AFA2769C66B009F3DF4 /* SystemStatusMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemStatusMapperTests.swift; sourceTree = "<group>"; }; |
1516 | 1518 | DEC51B01276AFB34009F3DF4 /* SystemStatus+DropinMustUsePlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SystemStatus+DropinMustUsePlugin.swift"; sourceTree = "<group>"; }; |
1517 | 1519 | DEF13C4F29629EEA0024A02B /* user-complete-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "user-complete-without-data.json"; sourceTree = "<group>"; }; |
| 1520 | + DEF13C552965689F0024A02B /* LeaderboardListMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeaderboardListMapperTests.swift; sourceTree = "<group>"; }; |
| 1521 | + DEF13C59296571150024A02B /* leaderboards-year-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "leaderboards-year-without-data.json"; sourceTree = "<group>"; }; |
1518 | 1522 | DEFBA74D29485A7600C35BA9 /* RESTRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RESTRequest.swift; sourceTree = "<group>"; }; |
1519 | 1523 | DEFBA7532949CE6600C35BA9 /* RequestProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestProcessor.swift; sourceTree = "<group>"; }; |
1520 | 1524 | DEFBA7552949D17300C35BA9 /* DefaultRequestAuthenticatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultRequestAuthenticatorTests.swift; sourceTree = "<group>"; }; |
|
2167 | 2171 | E16C59B828F927CA007D55BB /* iap-order-create.json */, |
2168 | 2172 | 26B2F74624C55A6E0065CCC8 /* leaderboards-year.json */, |
2169 | 2173 | 268B68FC24C87E37007EBF1D /* leaderboards-year-alt.json */, |
| 2174 | + DEF13C59296571150024A02B /* leaderboards-year-without-data.json */, |
2170 | 2175 | 02EF1671292F0D1900D90AD6 /* load-plan-success.json */, |
2171 | 2176 | B505F6D420BEE4E600BB1B69 /* me.json */, |
2172 | 2177 | 93D8BBFE226BC1DA00AD2EB3 /* me-settings.json */, |
|
2521 | 2526 | isa = PBXGroup; |
2522 | 2527 | children = ( |
2523 | 2528 | B505F6D220BEE3A500BB1B69 /* AccountMapperTests.swift */, |
| 2529 | + DEF13C552965689F0024A02B /* LeaderboardListMapperTests.swift */, |
2524 | 2530 | DE2E8EAA2954170D002E4B14 /* WordPressSiteMapperTests.swift */, |
2525 | 2531 | 9387A6EF226E3F15001B53D7 /* AccountSettingsMapperTests.swift */, |
2526 | 2532 | 077F39DB26A58F4800ABEADC /* SystemPluginMapperTests.swift */, |
|
2938 | 2944 | 265BCA02243056E3004E53EE /* categories-all.json in Resources */, |
2939 | 2945 | D8FBFF2422D52815006E3336 /* order-stats-v4-daily.json in Resources */, |
2940 | 2946 | CEC4BF91234E40B5008D9195 /* refund-single.json in Resources */, |
| 2947 | + DEF13C5A296571150024A02B /* leaderboards-year-without-data.json in Resources */, |
2941 | 2948 | 2683D70E24456DB8002A1589 /* categories-empty.json in Resources */, |
2942 | 2949 | D865CE67278CA225002C8520 /* stripe-payment-intent-succeeded.json in Resources */, |
2943 | 2950 | DE74F2A027E3137F0002FE59 /* setting-analytics.json in Resources */, |
|
3525 | 3532 | isa = PBXSourcesBuildPhase; |
3526 | 3533 | buildActionMask = 2147483647; |
3527 | 3534 | files = ( |
| 3535 | + DEF13C562965689F0024A02B /* LeaderboardListMapperTests.swift in Sources */, |
3528 | 3536 | 45551F142523E7FF007EF104 /* UserAgentTests.swift in Sources */, |
3529 | 3537 | 03EB998A2906AB0C00F06A39 /* JustInTimeMessagesRemoteTests.swift in Sources */, |
3530 | 3538 | DE34051D28BDF1C900CF0D97 /* JetpackConnectionURLMapperTests.swift in Sources */, |
|
0 commit comments