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

Commit b110ae0

Browse files
committed
Make Blaze/ 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 760be06 commit b110ae0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,15 +1503,6 @@
15031503
name = Privacy;
15041504
sourceTree = "<group>";
15051505
};
1506-
0CB1905C2A2A5E7B004D3E80 /* Blaze */ = {
1507-
isa = PBXGroup;
1508-
children = (
1509-
0CB1905D2A2A5E83004D3E80 /* BlazeCampaign.swift */,
1510-
0CB190642A2A7569004D3E80 /* BlazeCampaignsSearchResponse.swift */,
1511-
);
1512-
name = Blaze;
1513-
sourceTree = "<group>";
1514-
};
15151506
0CED1FE92B617D6700E6DD52 /* Atomic */ = {
15161507
isa = PBXGroup;
15171508
children = (
@@ -1626,6 +1617,15 @@
16261617
path = Extensions;
16271618
sourceTree = "<group>";
16281619
};
1620+
3FE2E93C2BB10FF1002CA2E1 /* Blaze */ = {
1621+
isa = PBXGroup;
1622+
children = (
1623+
0CB1905D2A2A5E83004D3E80 /* BlazeCampaign.swift */,
1624+
0CB190642A2A7569004D3E80 /* BlazeCampaignsSearchResponse.swift */,
1625+
);
1626+
path = Blaze;
1627+
sourceTree = "<group>";
1628+
};
16291629
404057C3221B30140060250C /* Time Interval */ = {
16301630
isa = PBXGroup;
16311631
children = (
@@ -2148,7 +2148,7 @@
21482148
isa = PBXGroup;
21492149
children = (
21502150
0CED1FE92B617D6700E6DD52 /* Atomic */,
2151-
0CB1905C2A2A5E7B004D3E80 /* Blaze */,
2151+
3FE2E93C2BB10FF1002CA2E1 /* Blaze */,
21522152
3FE2E93B2BB10FBB002CA2E1 /* Extensions */,
21532153
3FE2E9392BB10F67002CA2E1 /* Plugins */,
21542154
3FE2E9362BB10EC7002CA2E1 /* Stats */,
File renamed without changes.

0 commit comments

Comments
 (0)