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

Commit 760be06

Browse files
committed
Make Extensions/ 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 0e74d65 commit 760be06

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,18 @@
16141614
path = Plugins;
16151615
sourceTree = "<group>";
16161616
};
1617+
3FE2E93B2BB10FBB002CA2E1 /* Extensions */ = {
1618+
isa = PBXGroup;
1619+
children = (
1620+
7E3E7A4420E443050075D159 /* NSAttributedString+extensions.swift */,
1621+
7E3E7A4B20E443AA0075D159 /* NSMutableParagraphStyle+extensions.swift */,
1622+
8B2F4BEC24ABCAEF0056C08A /* Decodable+Dictionary.swift */,
1623+
8C5734F825681A6A005E61EE /* Enum+UnknownCaseRepresentable.swift */,
1624+
8B52B900257AC5A200221663 /* Date+endOfDay.swift */,
1625+
);
1626+
path = Extensions;
1627+
sourceTree = "<group>";
1628+
};
16171629
404057C3221B30140060250C /* Time Interval */ = {
16181630
isa = PBXGroup;
16191631
children = (
@@ -1840,18 +1852,6 @@
18401852
name = Media;
18411853
sourceTree = "<group>";
18421854
};
1843-
7E3E7A4620E443100075D159 /* Extensions */ = {
1844-
isa = PBXGroup;
1845-
children = (
1846-
7E3E7A4420E443050075D159 /* NSAttributedString+extensions.swift */,
1847-
7E3E7A4B20E443AA0075D159 /* NSMutableParagraphStyle+extensions.swift */,
1848-
8B2F4BEC24ABCAEF0056C08A /* Decodable+Dictionary.swift */,
1849-
8C5734F825681A6A005E61EE /* Enum+UnknownCaseRepresentable.swift */,
1850-
8B52B900257AC5A200221663 /* Date+endOfDay.swift */,
1851-
);
1852-
name = Extensions;
1853-
sourceTree = "<group>";
1854-
};
18551855
7EC60EBC22DC4F5A00FB0336 /* Editor */ = {
18561856
isa = PBXGroup;
18571857
children = (
@@ -2149,7 +2149,7 @@
21492149
children = (
21502150
0CED1FE92B617D6700E6DD52 /* Atomic */,
21512151
0CB1905C2A2A5E7B004D3E80 /* Blaze */,
2152-
7E3E7A4620E443100075D159 /* Extensions */,
2152+
3FE2E93B2BB10FBB002CA2E1 /* Extensions */,
21532153
3FE2E9392BB10F67002CA2E1 /* Plugins */,
21542154
3FE2E9362BB10EC7002CA2E1 /* Stats */,
21552155
3FE2E9372BB10F10002CA2E1 /* Revisions */,
File renamed without changes.
File renamed without changes.

WordPressKit/Enum+UnknownCaseRepresentable.swift renamed to WordPressKit/Extensions/Enum+UnknownCaseRepresentable.swift

File renamed without changes.

WordPressKit/NSAttributedString+extensions.swift renamed to WordPressKit/Extensions/NSAttributedString+extensions.swift

File renamed without changes.

WordPressKit/NSMutableParagraphStyle+extensions.swift renamed to WordPressKit/Extensions/NSMutableParagraphStyle+extensions.swift

File renamed without changes.

0 commit comments

Comments
 (0)