|
423 | 423 | 93F50A441F227CFB00B5BEBA /* UsersServiceRemoteXMLRPCTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F50A431F227CFB00B5BEBA /* UsersServiceRemoteXMLRPCTests.swift */; }; |
424 | 424 | 93F50A471F227F3600B5BEBA /* xmlrpc-response-getprofile.xml in Resources */ = {isa = PBXBuildFile; fileRef = 93F50A451F227F3600B5BEBA /* xmlrpc-response-getprofile.xml */; }; |
425 | 425 | 93F50A481F227F3600B5BEBA /* xmlrpc-response-valid-but-unexpected-dictionary.xml in Resources */ = {isa = PBXBuildFile; fileRef = 93F50A461F227F3600B5BEBA /* xmlrpc-response-valid-but-unexpected-dictionary.xml */; }; |
| 426 | + 984E34EB22EF7209005C3F92 /* StatsFileDownloadsTimeIntervalData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 984E34EA22EF7209005C3F92 /* StatsFileDownloadsTimeIntervalData.swift */; }; |
| 427 | + 984E34F422EF9465005C3F92 /* stats-file-downloads.json in Resources */ = {isa = PBXBuildFile; fileRef = 984E34F322EF9464005C3F92 /* stats-file-downloads.json */; }; |
426 | 428 | 98DC787522BAEBF200267279 /* StatsAllAnnualInsight.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98DC787422BAEBF100267279 /* StatsAllAnnualInsight.swift */; }; |
427 | 429 | 9A2D0B28225E0119009E585F /* JetpackServiceRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A2D0B27225E0119009E585F /* JetpackServiceRemote.swift */; }; |
428 | 430 | 9A2D0B2B225E0E22009E585F /* JetpackServiceRemoteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A2D0B2A225E0E22009E585F /* JetpackServiceRemoteTests.swift */; }; |
|
945 | 947 | 93F50A431F227CFB00B5BEBA /* UsersServiceRemoteXMLRPCTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UsersServiceRemoteXMLRPCTests.swift; sourceTree = "<group>"; }; |
946 | 948 | 93F50A451F227F3600B5BEBA /* xmlrpc-response-getprofile.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "xmlrpc-response-getprofile.xml"; sourceTree = "<group>"; }; |
947 | 949 | 93F50A461F227F3600B5BEBA /* xmlrpc-response-valid-but-unexpected-dictionary.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "xmlrpc-response-valid-but-unexpected-dictionary.xml"; sourceTree = "<group>"; }; |
| 950 | + 984E34EA22EF7209005C3F92 /* StatsFileDownloadsTimeIntervalData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatsFileDownloadsTimeIntervalData.swift; sourceTree = "<group>"; }; |
| 951 | + 984E34F322EF9464005C3F92 /* stats-file-downloads.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "stats-file-downloads.json"; sourceTree = "<group>"; }; |
948 | 952 | 98DC787422BAEBF100267279 /* StatsAllAnnualInsight.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatsAllAnnualInsight.swift; sourceTree = "<group>"; }; |
949 | 953 | 9A2D0B27225E0119009E585F /* JetpackServiceRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JetpackServiceRemote.swift; sourceTree = "<group>"; }; |
950 | 954 | 9A2D0B2A225E0E22009E585F /* JetpackServiceRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JetpackServiceRemoteTests.swift; sourceTree = "<group>"; }; |
|
1078 | 1082 | 404057C3221B30140060250C /* Time Interval */ = { |
1079 | 1083 | isa = PBXGroup; |
1080 | 1084 | children = ( |
| 1085 | + 984E34EA22EF7209005C3F92 /* StatsFileDownloadsTimeIntervalData.swift */, |
| 1086 | + 40819772221E10C900A298E4 /* StatsPublishedPostsTimeIntervalData.swift */, |
1081 | 1087 | 404057C4221B30400060250C /* StatsSearchTermTimeIntervalData.swift */, |
| 1088 | + 40819777221F00E600A298E4 /* StatsSummaryTimeIntervalData.swift */, |
1082 | 1089 | 404057C8221B789B0060250C /* StatsTopAuthorsTimeIntervalData.swift */, |
1083 | | - 4081976E221DDE9B00A298E4 /* StatsTopPostsTimeIntervalData.swift */, |
1084 | | - 404057CD221C38130060250C /* StatsTopVideosTimeIntervalData.swift */, |
1085 | | - 404057D1221C56AB0060250C /* StatsTopCountryTimeIntervalData.swift */, |
1086 | 1090 | 404057D5221C92660060250C /* StatsTopClicksTimeIntervalData.swift */, |
| 1091 | + 404057D1221C56AB0060250C /* StatsTopCountryTimeIntervalData.swift */, |
| 1092 | + 4081976E221DDE9B00A298E4 /* StatsTopPostsTimeIntervalData.swift */, |
1087 | 1093 | 404057D9221C9D560060250C /* StatsTopReferrersTimeIntervalData.swift */, |
1088 | | - 40819777221F00E600A298E4 /* StatsSummaryTimeIntervalData.swift */, |
1089 | | - 40819772221E10C900A298E4 /* StatsPublishedPostsTimeIntervalData.swift */, |
| 1094 | + 404057CD221C38130060250C /* StatsTopVideosTimeIntervalData.swift */, |
1090 | 1095 | ); |
1091 | 1096 | path = "Time Interval"; |
1092 | 1097 | sourceTree = "<group>"; |
|
1631 | 1636 | 404057CA221B80BC0060250C /* stats-top-authors.json */, |
1632 | 1637 | 40F9880D221ACFB400B7B369 /* stats-streak-result.json */, |
1633 | 1638 | 404057C6221B36070060250C /* stats-search-term-result.json */, |
| 1639 | + 984E34F322EF9464005C3F92 /* stats-file-downloads.json */, |
1634 | 1640 | 826016F61F9FAF6300533B6C /* activity-log-auth-failure.json */, |
1635 | 1641 | 826016F81F9FAF6300533B6C /* activity-log-bad-json-failure.json */, |
1636 | 1642 | 826016F51F9FAF6300533B6C /* activity-log-success-1.json */, |
|
2184 | 2190 | 7403A2F91EF06FEB00DED7DC /* me-settings-change-email-success.json in Resources */, |
2185 | 2191 | 439A44DC2107CE3C00795ED7 /* site-plans-v3-empty-failure.json in Resources */, |
2186 | 2192 | 9AB6D64F218731AB0008F274 /* post-revisions-failure.json in Resources */, |
| 2193 | + 984E34F422EF9465005C3F92 /* stats-file-downloads.json in Resources */, |
2187 | 2194 | 93F50A3C1F226C0100B5BEBA /* WordPressComRestApiFailThrottled.json in Resources */, |
2188 | 2195 | 740B23ED1F17FB7E00067A2A /* xmlrpc-bad-username-password-error.xml in Resources */, |
2189 | 2196 | 9A881754223C01E400A3AB20 /* jetpack-service-error-activation-install.json in Resources */, |
|
2486 | 2493 | 93188D1F1F2262BF0028ED4D /* RemotePostTag.m in Sources */, |
2487 | 2494 | 9368C7BC1EC630270092CE8E /* StatsVisits.m in Sources */, |
2488 | 2495 | 74D67F081F15BEB70010C5ED /* RemotePerson.swift in Sources */, |
| 2496 | + 984E34EB22EF7209005C3F92 /* StatsFileDownloadsTimeIntervalData.swift in Sources */, |
2489 | 2497 | 40AB1ADA200FED25009B533D /* PluginDirectoryFeedPage.swift in Sources */, |
2490 | 2498 | 436D56352118D85800CEAA33 /* Country.swift in Sources */, |
2491 | 2499 | 74A44DCB1F13C533006CD8F4 /* NotificationSettingsServiceRemote.swift in Sources */, |
|
0 commit comments