|
|
@@ -7,7 +7,7 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- D35358201E219963007FA223 /* echo.rpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353581D1E219963007FA223 /* echo.rpc.swift */; };
|
|
|
+ D35358201E219963007FA223 /* echo.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353581D1E219963007FA223 /* echo.grpc.swift */; };
|
|
|
D35358211E219963007FA223 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353581E1E219963007FA223 /* echo.pb.swift */; };
|
|
|
D35358251E219980007FA223 /* EchoProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35358241E219980007FA223 /* EchoProvider.swift */; };
|
|
|
D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FAB1D74B079000443CD /* AppDelegate.swift */; };
|
|
|
@@ -84,7 +84,7 @@
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftProtobuf.xcodeproj; path = "../../../third_party/swift-protobuf/SwiftProtobuf.xcodeproj"; sourceTree = "<group>"; };
|
|
|
- D353581D1E219963007FA223 /* echo.rpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = echo.rpc.swift; path = ../Generated/echo.rpc.swift; sourceTree = "<group>"; };
|
|
|
+ D353581D1E219963007FA223 /* echo.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = echo.grpc.swift; path = ../Generated/echo.grpc.swift; sourceTree = "<group>"; };
|
|
|
D353581E1E219963007FA223 /* echo.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = echo.pb.swift; path = ../Generated/echo.pb.swift; sourceTree = "<group>"; };
|
|
|
D35358241E219980007FA223 /* EchoProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EchoProvider.swift; path = ../EchoProvider.swift; sourceTree = "<group>"; };
|
|
|
D35C9FA81D74B079000443CD /* Echo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Echo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
@@ -130,7 +130,7 @@
|
|
|
D35358231E219971007FA223 /* Generated */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D353581D1E219963007FA223 /* echo.rpc.swift */,
|
|
|
+ D353581D1E219963007FA223 /* echo.grpc.swift */,
|
|
|
D353581E1E219963007FA223 /* echo.pb.swift */,
|
|
|
);
|
|
|
name = Generated;
|
|
|
@@ -329,7 +329,7 @@
|
|
|
D35C9FC81D74B0C1000443CD /* EchoViewController.swift in Sources */,
|
|
|
D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */,
|
|
|
D35358251E219980007FA223 /* EchoProvider.swift in Sources */,
|
|
|
- D35358201E219963007FA223 /* echo.rpc.swift in Sources */,
|
|
|
+ D35358201E219963007FA223 /* echo.grpc.swift in Sources */,
|
|
|
D35358211E219963007FA223 /* echo.pb.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|