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

Commit d152d6a

Browse files
committed
Make Atomic/ 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 b110ae0 commit d152d6a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,14 +1503,6 @@
15031503
name = Privacy;
15041504
sourceTree = "<group>";
15051505
};
1506-
0CED1FE92B617D6700E6DD52 /* Atomic */ = {
1507-
isa = PBXGroup;
1508-
children = (
1509-
0CED1FEA2B617D7D00E6DD52 /* AtomicLogs.swift */,
1510-
);
1511-
name = Atomic;
1512-
sourceTree = "<group>";
1513-
};
15141506
3297E1DC2564649D00287D21 /* Scan */ = {
15151507
isa = PBXGroup;
15161508
children = (
@@ -1626,6 +1618,14 @@
16261618
path = Blaze;
16271619
sourceTree = "<group>";
16281620
};
1621+
3FE2E93D2BB1100F002CA2E1 /* Atomic */ = {
1622+
isa = PBXGroup;
1623+
children = (
1624+
0CED1FEA2B617D7D00E6DD52 /* AtomicLogs.swift */,
1625+
);
1626+
path = Atomic;
1627+
sourceTree = "<group>";
1628+
};
16291629
404057C3221B30140060250C /* Time Interval */ = {
16301630
isa = PBXGroup;
16311631
children = (
@@ -2147,7 +2147,7 @@
21472147
9368C79C1EC62EBD0092CE8E /* Models */ = {
21482148
isa = PBXGroup;
21492149
children = (
2150-
0CED1FE92B617D6700E6DD52 /* Atomic */,
2150+
3FE2E93D2BB1100F002CA2E1 /* Atomic */,
21512151
3FE2E93C2BB10FF1002CA2E1 /* Blaze */,
21522152
3FE2E93B2BB10FBB002CA2E1 /* Extensions */,
21532153
3FE2E9392BB10F67002CA2E1 /* Plugins */,

0 commit comments

Comments
 (0)