|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 01383F7F2BD5545B00496B76 /* StatsEmailsSummaryDataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01383F7E2BD5545B00496B76 /* StatsEmailsSummaryDataTests.swift */; }; |
11 | 11 | 01383F822BD556B100496B76 /* stats-emails-summary.json in Resources */ = {isa = PBXBuildFile; fileRef = 01383F802BD5549E00496B76 /* stats-emails-summary.json */; }; |
| 12 | + 7B859118F037432BB78618D6 /* stats-email-opens.json in Resources */ = {isa = PBXBuildFile; fileRef = 7B859117F037432BB78618D6 /* stats-email-opens.json */; }; |
12 | 13 | 01438D362B6A31540097D60A /* stats-visits-month-unit-week.json in Resources */ = {isa = PBXBuildFile; fileRef = 01438D342B6A2B2C0097D60A /* stats-visits-month-unit-week.json */; }; |
13 | 14 | 01438D392B6A361B0097D60A /* stats-summary.json in Resources */ = {isa = PBXBuildFile; fileRef = 01438D372B6A35FB0097D60A /* stats-summary.json */; }; |
14 | 15 | 01438D3B2B6A36BF0097D60A /* StatsTotalsSummaryData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01438D3A2B6A36BF0097D60A /* StatsTotalsSummaryData.swift */; }; |
15 | 16 | 0152100C28EDA9E400DD6783 /* StatsAnnualAndMostPopularTimeInsightDecodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0152100B28EDA9E400DD6783 /* StatsAnnualAndMostPopularTimeInsightDecodingTests.swift */; }; |
16 | 17 | 019C5B8B2BD59CE000A69DB0 /* StatsEmailsSummaryData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019C5B892BD59CE000A69DB0 /* StatsEmailsSummaryData.swift */; }; |
| 18 | + 11B3582786AD49E591C8615E /* StatsEmailOpensData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11B3582686AD49E591C8615E /* StatsEmailOpensData.swift */; }; |
17 | 19 | 0847B92C2A4442730044D32F /* IPLocationRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0847B92B2A4442730044D32F /* IPLocationRemote.swift */; }; |
18 | 20 | 08C7493E2A45EA11000DA0E2 /* IPLocationRemoteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08C7493D2A45EA11000DA0E2 /* IPLocationRemoteTests.swift */; }; |
19 | 21 | 0C0791B22BFE7DE50049C06E /* JetpackAssistantFeatureDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0791B12BFE7DE50049C06E /* JetpackAssistantFeatureDetails.swift */; }; |
|
798 | 800 | /* Begin PBXFileReference section */ |
799 | 801 | 01383F7E2BD5545B00496B76 /* StatsEmailsSummaryDataTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatsEmailsSummaryDataTests.swift; sourceTree = "<group>"; }; |
800 | 802 | 01383F802BD5549E00496B76 /* stats-emails-summary.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "stats-emails-summary.json"; sourceTree = "<group>"; }; |
| 803 | + 7B859117F037432BB78618D6 /* stats-email-opens.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "stats-email-opens.json"; sourceTree = "<group>"; }; |
801 | 804 | 01438D342B6A2B2C0097D60A /* stats-visits-month-unit-week.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "stats-visits-month-unit-week.json"; sourceTree = "<group>"; }; |
802 | 805 | 01438D372B6A35FB0097D60A /* stats-summary.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "stats-summary.json"; sourceTree = "<group>"; }; |
803 | 806 | 01438D3A2B6A36BF0097D60A /* StatsTotalsSummaryData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatsTotalsSummaryData.swift; sourceTree = "<group>"; }; |
804 | 807 | 0152100B28EDA9E400DD6783 /* StatsAnnualAndMostPopularTimeInsightDecodingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatsAnnualAndMostPopularTimeInsightDecodingTests.swift; sourceTree = "<group>"; }; |
805 | 808 | 019C5B892BD59CE000A69DB0 /* StatsEmailsSummaryData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatsEmailsSummaryData.swift; sourceTree = "<group>"; }; |
| 809 | + 11B3582686AD49E591C8615E /* StatsEmailOpensData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatsEmailOpensData.swift; sourceTree = "<group>"; }; |
806 | 810 | 0847B92B2A4442730044D32F /* IPLocationRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IPLocationRemote.swift; sourceTree = "<group>"; }; |
807 | 811 | 08C7493D2A45EA11000DA0E2 /* IPLocationRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IPLocationRemoteTests.swift; sourceTree = "<group>"; }; |
808 | 812 | 0C0791B12BFE7DE50049C06E /* JetpackAssistantFeatureDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JetpackAssistantFeatureDetails.swift; sourceTree = "<group>"; }; |
|
1617 | 1621 | isa = PBXGroup; |
1618 | 1622 | children = ( |
1619 | 1623 | 019C5B892BD59CE000A69DB0 /* StatsEmailsSummaryData.swift */, |
| 1624 | + 11B3582686AD49E591C8615E /* StatsEmailOpensData.swift */, |
1620 | 1625 | ); |
1621 | 1626 | path = Emails; |
1622 | 1627 | sourceTree = "<group>"; |
|
2621 | 2626 | 01438D342B6A2B2C0097D60A /* stats-visits-month-unit-week.json */, |
2622 | 2627 | 40819779221F153A00A298E4 /* stats-visits-week.json */, |
2623 | 2628 | 01383F802BD5549E00496B76 /* stats-emails-summary.json */, |
| 2629 | + 7B859117F037432BB78618D6 /* stats-email-opens.json */, |
2624 | 2630 | 436D56392118DE3B00CEAA33 /* supported-countries-success.json */, |
2625 | 2631 | 436D56522121F60400CEAA33 /* supported-states-empty.json */, |
2626 | 2632 | 436D563D2118E34D00CEAA33 /* supported-states-success.json */, |
|
3297 | 3303 | 7434E1DE1F17C3C900C40DDB /* site-users-update-role-unknown-user-failure.json in Resources */, |
3298 | 3304 | 4081977B221F153B00A298E4 /* stats-visits-week.json in Resources */, |
3299 | 3305 | 01383F822BD556B100496B76 /* stats-emails-summary.json in Resources */, |
| 3306 | + 7B859118F037432BB78618D6 /* stats-email-opens.json in Resources */, |
3300 | 3307 | ); |
3301 | 3308 | runOnlyForDeploymentPostprocessing = 0; |
3302 | 3309 | }; |
|
3385 | 3392 | 40E7FEB722106A8D0032834E /* StatsCommentsInsight.swift in Sources */, |
3386 | 3393 | 0C31499B2E2FFBA100AAF9DF /* StatsArchiveTimeIntervalData.swift in Sources */, |
3387 | 3394 | 019C5B8B2BD59CE000A69DB0 /* StatsEmailsSummaryData.swift in Sources */, |
| 3395 | + 11B3582786AD49E591C8615E /* StatsEmailOpensData.swift in Sources */, |
3388 | 3396 | 9856BE962630B5C200C12FEB /* RemoteUser+Likes.swift in Sources */, |
3389 | 3397 | 3FD634E52BC3A55F00CEDF5E /* WordPressOrgXMLRPCValidator.swift in Sources */, |
3390 | 3398 | 3FE2E97B2BC3A332002CA2E1 /* WordPressAPIError+NSErrorBridge.swift in Sources */, |
|
0 commit comments