Skip to content

Commit eadaca0

Browse files
authored
Merge pull request #40 from mickeyreiss/fix-xcodeproj
Clean up pbxproj
2 parents 574c47b + 917ef55 commit eadaca0

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

SwiftGRPC.xcodeproj/project.pbxproj

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@
12631263
OBJ_751 /* b64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = b64.c; sourceTree = "<group>"; };
12641264
OBJ_752 /* json_util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = json_util.c; sourceTree = "<group>"; };
12651265
OBJ_754 /* CgRPC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CgRPC.h; sourceTree = "<group>"; };
1266-
OBJ_755 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "/Users/timburks/Desktop/grpc-swift/Sources/CgRPC/include/module.modulemap"; sourceTree = "<group>"; };
1266+
OBJ_755 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; };
12671267
OBJ_757 /* ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteBuffer.swift; sourceTree = "<group>"; };
12681268
OBJ_758 /* Call.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Call.swift; sourceTree = "<group>"; };
12691269
OBJ_759 /* Channel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Channel.swift; sourceTree = "<group>"; };
@@ -2024,9 +2024,8 @@
20242024
OBJ_441 /* src */,
20252025
OBJ_753 /* include */,
20262026
);
2027-
name = CgRPC;
2028-
path = Sources/CgRPC;
2029-
sourceTree = SOURCE_ROOT;
2027+
path = CgRPC;
2028+
sourceTree = "<group>";
20302029
};
20312030
OBJ_423 /* shim */ = {
20322031
isa = PBXGroup;
@@ -2252,7 +2251,7 @@
22522251
path = sockaddr;
22532252
sourceTree = "<group>";
22542253
};
2255-
OBJ_5 /* */ = {
2254+
OBJ_5 = {
22562255
isa = PBXGroup;
22572256
children = (
22582257
OBJ_6 /* Package.swift */,
@@ -2266,7 +2265,6 @@
22662265
OBJ_777 /* Products */,
22672266
D3FF41191E5F4E0D00E4CFB6 /* Frameworks */,
22682267
);
2269-
name = "";
22702268
sourceTree = "<group>";
22712269
};
22722270
OBJ_500 /* dns */ = {
@@ -2846,9 +2844,8 @@
28462844
OBJ_767 /* OperationGroup.swift */,
28472845
OBJ_768 /* Server.swift */,
28482846
);
2849-
name = gRPC;
2850-
path = Sources/gRPC;
2851-
sourceTree = SOURCE_ROOT;
2847+
path = gRPC;
2848+
sourceTree = "<group>";
28522849
};
28532850
OBJ_769 /* Tests */ = {
28542851
isa = PBXGroup;
@@ -2863,9 +2860,8 @@
28632860
children = (
28642861
OBJ_771 /* GRPCTests.swift */,
28652862
);
2866-
name = gRPCTests;
2867-
path = Tests/gRPCTests;
2868-
sourceTree = SOURCE_ROOT;
2863+
path = gRPCTests;
2864+
sourceTree = "<group>";
28692865
};
28702866
OBJ_777 /* Products */ = {
28712867
isa = PBXGroup;
@@ -2886,9 +2882,8 @@
28862882
OBJ_315 /* ssl */,
28872883
OBJ_348 /* include */,
28882884
);
2889-
name = BoringSSL;
2890-
path = Sources/BoringSSL;
2891-
sourceTree = SOURCE_ROOT;
2885+
path = BoringSSL;
2886+
sourceTree = "<group>";
28922887
};
28932888
OBJ_80 /* bn */ = {
28942889
isa = PBXGroup;
@@ -3013,7 +3008,7 @@
30133008
knownRegions = (
30143009
en,
30153010
);
3016-
mainGroup = OBJ_5 /* */;
3011+
mainGroup = OBJ_5;
30173012
productRefGroup = OBJ_777 /* Products */;
30183013
projectDirPath = "";
30193014
projectRoot = "";

0 commit comments

Comments
 (0)