Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 2431572

Browse files
committed
Make Stats/ into a real folder
This is to prepare the move to `Sources/` and `Tests/` in a way that keeps the existing structure intact, for ease of navigation.
1 parent 94851fc commit 2431572

24 files changed

+11
-19
lines changed

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,16 @@
15831583
path = WordPressAPI;
15841584
sourceTree = "<group>";
15851585
};
1586+
3FE2E9362BB10EC7002CA2E1 /* Stats */ = {
1587+
isa = PBXGroup;
1588+
children = (
1589+
404057C3221B30140060250C /* Time Interval */,
1590+
40414061220F9F2800CF7C5B /* Insights */,
1591+
40819782221F5C8200A298E4 /* StatsPostDetails.swift */,
1592+
);
1593+
path = Stats;
1594+
sourceTree = "<group>";
1595+
};
15861596
404057C3221B30140060250C /* Time Interval */ = {
15871597
isa = PBXGroup;
15881598
children = (
@@ -1619,16 +1629,6 @@
16191629
path = Insights;
16201630
sourceTree = "<group>";
16211631
};
1622-
40B01BF3220E534900036D10 /* V2 */ = {
1623-
isa = PBXGroup;
1624-
children = (
1625-
404057C3221B30140060250C /* Time Interval */,
1626-
40414061220F9F2800CF7C5B /* Insights */,
1627-
40819782221F5C8200A298E4 /* StatsPostDetails.swift */,
1628-
);
1629-
name = V2;
1630-
sourceTree = "<group>";
1631-
};
16321632
436D56362118DC2800CEAA33 /* Transactions */ = {
16331633
isa = PBXGroup;
16341634
children = (
@@ -1872,14 +1872,6 @@
18721872
name = Theme;
18731873
sourceTree = "<group>";
18741874
};
1875-
930F52B91ECF8A44002F921B /* Stats */ = {
1876-
isa = PBXGroup;
1877-
children = (
1878-
40B01BF3220E534900036D10 /* V2 */,
1879-
);
1880-
name = Stats;
1881-
sourceTree = "<group>";
1882-
};
18831875
930F52BA1ECF8A67002F921B /* Tests */ = {
18841876
isa = PBXGroup;
18851877
children = (
@@ -2134,12 +2126,12 @@
21342126
9368C79C1EC62EBD0092CE8E /* Models */ = {
21352127
isa = PBXGroup;
21362128
children = (
2129+
3FE2E9362BB10EC7002CA2E1 /* Stats */,
21372130
0CED1FE92B617D6700E6DD52 /* Atomic */,
21382131
0CB1905C2A2A5E7B004D3E80 /* Blaze */,
21392132
7E3E7A4620E443100075D159 /* Extensions */,
21402133
E1EF5D5E1F9F3CA700B6D53E /* Plugins */,
21412134
9AF4F2FD2183345D00570E4B /* Revisions */,
2142-
930F52B91ECF8A44002F921B /* Stats */,
21432135
32FC1D25255C91ED00CD0A7B /* Jetpack Scan */,
21442136
FAD1344A259094C300A8FEB1 /* JetpackBackup.swift */,
21452137
FA28A3D5259079960082C7B0 /* JetpackRestoreTypes.swift */,
File renamed without changes.
File renamed without changes.

WordPressKit/Insights/StatsAnnualAndMostPopularTimeInsight.swift renamed to WordPressKit/Stats/Insights/StatsAnnualAndMostPopularTimeInsight.swift

File renamed without changes.
File renamed without changes.

WordPressKit/Insights/StatsDotComFollowersInsight.swift renamed to WordPressKit/Stats/Insights/StatsDotComFollowersInsight.swift

File renamed without changes.

WordPressKit/Insights/StatsEmailFollowersInsight.swift renamed to WordPressKit/Stats/Insights/StatsEmailFollowersInsight.swift

File renamed without changes.
File renamed without changes.

WordPressKit/Insights/StatsPostingStreakInsight.swift renamed to WordPressKit/Stats/Insights/StatsPostingStreakInsight.swift

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)