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

Commit 0e74d65

Browse files
committed
Make Plugins/ 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 0855f31 commit 0e74d65

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
@@ -1602,6 +1602,18 @@
16021602
path = Revisions;
16031603
sourceTree = "<group>";
16041604
};
1605+
3FE2E9392BB10F67002CA2E1 /* Plugins */ = {
1606+
isa = PBXGroup;
1607+
children = (
1608+
40AB1AD9200FED25009B533D /* PluginDirectoryFeedPage.swift */,
1609+
E194CB721FBDEF6400B0A8B8 /* PluginState.swift */,
1610+
E1EF5D5C1F9F329900B6D53E /* SitePluginCapabilities.swift */,
1611+
E11C2AD11FA77FB90023BDE2 /* SitePlugin.swift */,
1612+
E1A6605E1FD694ED00BAC339 /* PluginDirectoryEntry.swift */,
1613+
);
1614+
path = Plugins;
1615+
sourceTree = "<group>";
1616+
};
16051617
404057C3221B30140060250C /* Time Interval */ = {
16061618
isa = PBXGroup;
16071619
children = (
@@ -2138,7 +2150,7 @@
21382150
0CED1FE92B617D6700E6DD52 /* Atomic */,
21392151
0CB1905C2A2A5E7B004D3E80 /* Blaze */,
21402152
7E3E7A4620E443100075D159 /* Extensions */,
2141-
E1EF5D5E1F9F3CA700B6D53E /* Plugins */,
2153+
3FE2E9392BB10F67002CA2E1 /* Plugins */,
21422154
3FE2E9362BB10EC7002CA2E1 /* Stats */,
21432155
3FE2E9372BB10F10002CA2E1 /* Revisions */,
21442156
32FC1D25255C91ED00CD0A7B /* Jetpack Scan */,
@@ -2652,18 +2664,6 @@
26522664
name = Plugins;
26532665
sourceTree = "<group>";
26542666
};
2655-
E1EF5D5E1F9F3CA700B6D53E /* Plugins */ = {
2656-
isa = PBXGroup;
2657-
children = (
2658-
40AB1AD9200FED25009B533D /* PluginDirectoryFeedPage.swift */,
2659-
E194CB721FBDEF6400B0A8B8 /* PluginState.swift */,
2660-
E1EF5D5C1F9F329900B6D53E /* SitePluginCapabilities.swift */,
2661-
E11C2AD11FA77FB90023BDE2 /* SitePlugin.swift */,
2662-
E1A6605E1FD694ED00BAC339 /* PluginDirectoryEntry.swift */,
2663-
);
2664-
name = Plugins;
2665-
sourceTree = "<group>";
2666-
};
26672667
E5EA953F7DD505CCED2E44CD /* Pods */ = {
26682668
isa = PBXGroup;
26692669
children = (
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)