Skip to content

Commit b1330e0

Browse files
refactor rename
1 parent 8ab2c46 commit b1330e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CodeGenerator.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
A03920811E0F3A8B005A6E89 /* Generate... */ = {
271271
isa = PBXGroup;
272272
children = (
273-
A0636FD21E12944B0008CE98 /* GenerateEquatableCommand */,
273+
A0636FD21E12944B0008CE98 /* Equatable */,
274274
A01E469E1E105EB400395AED /* Mocker */,
275275
A01E46881E0FF95900395AED /* Source */,
276276
A03920841E0F3A8B005A6E89 /* SourceEditorExtension.swift */,
@@ -291,12 +291,12 @@
291291
name = "Supporting Files";
292292
sourceTree = "<group>";
293293
};
294-
A0636FD21E12944B0008CE98 /* GenerateEquatableCommand */ = {
294+
A0636FD21E12944B0008CE98 /* Equatable */ = {
295295
isa = PBXGroup;
296296
children = (
297297
A0636FD31E1294650008CE98 /* EquatableGenerator.swift */,
298298
);
299-
name = GenerateEquatableCommand;
299+
name = Equatable;
300300
sourceTree = "<group>";
301301
};
302302
/* End PBXGroup section */

0 commit comments

Comments
 (0)