Skip to content
This repository was archived by the owner on Jul 18, 2018. It is now read-only.

Commit 738f992

Browse files
committed
Group info.plist
1 parent 25e125e commit 738f992

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

SwiftShell.xcodeproj/project.pbxproj

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@
9494
D078FC4E1D2CB21300706A2F /* Utility */,
9595
D078FC4D1D2CB20300706A2F /* Command */,
9696
D078FC4F1D2CB23100706A2F /* Shell */,
97-
D021EF5C1CC1A9A00071A3A6 /* Info.plist */,
97+
D078FC561D2CC68200706A2F /* Info */,
9898
);
9999
path = SwiftShell;
100100
sourceTree = "<group>";
101101
};
102102
D021EF651CC1A9A10071A3A6 /* SwiftShellTests */ = {
103103
isa = PBXGroup;
104104
children = (
105-
D021EF681CC1A9A10071A3A6 /* Info.plist */,
105+
D078FC571D2CC68800706A2F /* Info */,
106106
);
107107
path = SwiftShellTests;
108108
sourceTree = "<group>";
@@ -139,6 +139,22 @@
139139
name = Shell;
140140
sourceTree = "<group>";
141141
};
142+
D078FC561D2CC68200706A2F /* Info */ = {
143+
isa = PBXGroup;
144+
children = (
145+
D021EF5C1CC1A9A00071A3A6 /* Info.plist */,
146+
);
147+
name = Info;
148+
sourceTree = "<group>";
149+
};
150+
D078FC571D2CC68800706A2F /* Info */ = {
151+
isa = PBXGroup;
152+
children = (
153+
D021EF681CC1A9A10071A3A6 /* Info.plist */,
154+
);
155+
name = Info;
156+
sourceTree = "<group>";
157+
};
142158
/* End PBXGroup section */
143159

144160
/* Begin PBXHeadersBuildPhase section */

0 commit comments

Comments
 (0)