Skip to content

Commit 42918fc

Browse files
committed
Xcode project organization.
1 parent 7c7ce58 commit 42918fc

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

Attributed.xcodeproj/project.pbxproj

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@
128128
/* End PBXFrameworksBuildPhase section */
129129

130130
/* Begin PBXGroup section */
131+
436888AE1C8223BB003C2DB6 /* Sequence Extensions */ = {
132+
isa = PBXGroup;
133+
children = (
134+
433A9C0D1BECF169009A3919 /* SequenceType+Join.swift */,
135+
);
136+
name = "Sequence Extensions";
137+
sourceTree = "<group>";
138+
};
131139
43C7522D1BEA51F900F928E5 /* Types */ = {
132140
isa = PBXGroup;
133141
children = (
@@ -141,15 +149,15 @@
141149
name = Types;
142150
sourceTree = "<group>";
143151
};
144-
43C7522E1BEA51FE00F928E5 /* Functions */ = {
152+
43C7522E1BEA51FE00F928E5 /* Attribute Functions */ = {
145153
isa = PBXGroup;
146154
children = (
147155
43C993E21BE3BAA100CF90DD /* Functions.swift */,
148156
);
149-
name = Functions;
157+
name = "Attribute Functions";
150158
sourceTree = "<group>";
151159
};
152-
43C7522F1BEA524200F928E5 /* Extensions */ = {
160+
43C7522F1BEA524200F928E5 /* Attribute Extensions */ = {
153161
isa = PBXGroup;
154162
children = (
155163
43C752301BEA525100F928E5 /* ColorType+Attributes.swift */,
@@ -161,10 +169,9 @@
161169
434DBBC91BEC3AD000C11F09 /* NSShadow+Attributes.swift */,
162170
43C752391BEA601900F928E5 /* NSTextAttachment+Attributes.swift */,
163171
434DBBC71BEC39FA00C11F09 /* NSUnderlineStyle+Attributes.swift */,
164-
433A9C0D1BECF169009A3919 /* SequenceType+Join.swift */,
165172
43D5EA141C0026A400E48BD6 /* String+Attributes.swift */,
166173
);
167-
name = Extensions;
174+
name = "Attribute Extensions";
168175
sourceTree = "<group>";
169176
};
170177
43C993BE1BE3B9C700CF90DD = {
@@ -191,8 +198,9 @@
191198
isa = PBXGroup;
192199
children = (
193200
43C993CB1BE3B9C700CF90DD /* Attributed.h */,
194-
43C7522F1BEA524200F928E5 /* Extensions */,
195-
43C7522E1BEA51FE00F928E5 /* Functions */,
201+
43C7522F1BEA524200F928E5 /* Attribute Extensions */,
202+
43C7522E1BEA51FE00F928E5 /* Attribute Functions */,
203+
436888AE1C8223BB003C2DB6 /* Sequence Extensions */,
196204
43C7522D1BEA51F900F928E5 /* Types */,
197205
);
198206
path = Attributed;

0 commit comments

Comments
 (0)