|
|
@@ -8,6 +8,8 @@
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
2C450CC6320CA9890051ABAF /* Pods_Speech.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0B7F558BD8BC89862C8C277 /* Pods_Speech.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
|
|
|
+ D30DACE61DB5DE2C00886B20 /* channel.c in Sources */ = {isa = PBXBuildFile; fileRef = D30DACE51DB5DE2C00886B20 /* channel.c */; };
|
|
|
+ D30DACE81DB5DE4800886B20 /* Channel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D30DACE71DB5DE4800886B20 /* Channel.swift */; };
|
|
|
D31E0EB81D778A56006A50AB /* SpeechRecognitionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31E0EB71D778A56006A50AB /* SpeechRecognitionService.swift */; };
|
|
|
D31E0EBA1D77AA2F006A50AB /* AudioController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31E0EB91D77AA2F006A50AB /* AudioController.swift */; };
|
|
|
D31E0EE91D78C679006A50AB /* grpc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D31E0EE71D78C679006A50AB /* grpc.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
|
|
|
@@ -27,7 +29,6 @@
|
|
|
D33465B21D82985700C8D159 /* WireType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465A51D82985700C8D159 /* WireType.swift */; };
|
|
|
D33465C21D82987700C8D159 /* byte_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B41D82987700C8D159 /* byte_buffer.c */; };
|
|
|
D33465C31D82987700C8D159 /* call.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B51D82987700C8D159 /* call.c */; };
|
|
|
- D33465C41D82987700C8D159 /* client.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B71D82987700C8D159 /* client.c */; };
|
|
|
D33465C51D82987700C8D159 /* completion_queue.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B81D82987700C8D159 /* completion_queue.c */; };
|
|
|
D33465C61D82987700C8D159 /* event.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B91D82987700C8D159 /* event.c */; };
|
|
|
D33465C71D82987700C8D159 /* handler.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465BA1D82987700C8D159 /* handler.c */; };
|
|
|
@@ -39,7 +40,6 @@
|
|
|
D33465CD1D82987700C8D159 /* server.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465C11D82987700C8D159 /* server.c */; };
|
|
|
D33465DB1D82989900C8D159 /* ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465CF1D82989900C8D159 /* ByteBuffer.swift */; };
|
|
|
D33465DC1D82989900C8D159 /* Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D01D82989900C8D159 /* Call.swift */; };
|
|
|
- D33465DE1D82989900C8D159 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D21D82989900C8D159 /* Client.swift */; };
|
|
|
D33465DF1D82989900C8D159 /* CompletionQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D31D82989900C8D159 /* CompletionQueue.swift */; };
|
|
|
D33465E01D82989900C8D159 /* gRPC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D41D82989900C8D159 /* gRPC.swift */; };
|
|
|
D33465E11D82989900C8D159 /* Handler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D51D82989900C8D159 /* Handler.swift */; };
|
|
|
@@ -63,6 +63,8 @@
|
|
|
6C682F8DD9C94E41979FE816 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
C0B7F558BD8BC89862C8C277 /* Pods_Speech.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speech.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
C2D2368DBC8898A52FE6113B /* Pods-Speech.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speech.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speech/Pods-Speech.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ D30DACE51DB5DE2C00886B20 /* channel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = channel.c; sourceTree = "<group>"; };
|
|
|
+ D30DACE71DB5DE4800886B20 /* Channel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Channel.swift; sourceTree = "<group>"; };
|
|
|
D31E0EB71D778A56006A50AB /* SpeechRecognitionService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeechRecognitionService.swift; sourceTree = "<group>"; };
|
|
|
D31E0EB91D77AA2F006A50AB /* AudioController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioController.swift; sourceTree = "<group>"; };
|
|
|
D31E0EE71D78C679006A50AB /* grpc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = grpc.framework; path = "../../../../../../Library/Developer/Xcode/DerivedData/Speech-erhyocopsowxtieeafxbpmpeffrg/Build/Products/Debug-iphonesimulator/gRPC-Core/grpc.framework"; sourceTree = "<group>"; };
|
|
|
@@ -83,7 +85,6 @@
|
|
|
D33465B41D82987700C8D159 /* byte_buffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = byte_buffer.c; path = ../../Packages/CgRPC/Sources/byte_buffer.c; sourceTree = "<group>"; };
|
|
|
D33465B51D82987700C8D159 /* call.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = call.c; path = ../../Packages/CgRPC/Sources/call.c; sourceTree = "<group>"; };
|
|
|
D33465B61D82987700C8D159 /* cgrpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cgrpc.h; path = ../../Packages/CgRPC/Sources/cgrpc.h; sourceTree = "<group>"; };
|
|
|
- D33465B71D82987700C8D159 /* client.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = client.c; path = ../../Packages/CgRPC/Sources/client.c; sourceTree = "<group>"; };
|
|
|
D33465B81D82987700C8D159 /* completion_queue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = completion_queue.c; path = ../../Packages/CgRPC/Sources/completion_queue.c; sourceTree = "<group>"; };
|
|
|
D33465B91D82987700C8D159 /* event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = event.c; path = ../../Packages/CgRPC/Sources/event.c; sourceTree = "<group>"; };
|
|
|
D33465BA1D82987700C8D159 /* handler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = handler.c; path = ../../Packages/CgRPC/Sources/handler.c; sourceTree = "<group>"; };
|
|
|
@@ -96,7 +97,6 @@
|
|
|
D33465C11D82987700C8D159 /* server.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = server.c; path = ../../Packages/CgRPC/Sources/server.c; sourceTree = "<group>"; };
|
|
|
D33465CF1D82989900C8D159 /* ByteBuffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ByteBuffer.swift; path = ../../Packages/gRPC/Sources/ByteBuffer.swift; sourceTree = "<group>"; };
|
|
|
D33465D01D82989900C8D159 /* Call.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Call.swift; path = ../../Packages/gRPC/Sources/Call.swift; sourceTree = "<group>"; };
|
|
|
- D33465D21D82989900C8D159 /* Client.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Client.swift; path = ../../Packages/gRPC/Sources/Client.swift; sourceTree = "<group>"; };
|
|
|
D33465D31D82989900C8D159 /* CompletionQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CompletionQueue.swift; path = ../../Packages/gRPC/Sources/CompletionQueue.swift; sourceTree = "<group>"; };
|
|
|
D33465D41D82989900C8D159 /* gRPC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = gRPC.swift; path = ../../Packages/gRPC/Sources/gRPC.swift; sourceTree = "<group>"; };
|
|
|
D33465D51D82989900C8D159 /* Handler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Handler.swift; path = ../../Packages/gRPC/Sources/Handler.swift; sourceTree = "<group>"; };
|
|
|
@@ -169,7 +169,7 @@
|
|
|
D33465B41D82987700C8D159 /* byte_buffer.c */,
|
|
|
D33465B51D82987700C8D159 /* call.c */,
|
|
|
D33465B61D82987700C8D159 /* cgrpc.h */,
|
|
|
- D33465B71D82987700C8D159 /* client.c */,
|
|
|
+ D30DACE51DB5DE2C00886B20 /* channel.c */,
|
|
|
D33465B81D82987700C8D159 /* completion_queue.c */,
|
|
|
D33465B91D82987700C8D159 /* event.c */,
|
|
|
D33465BA1D82987700C8D159 /* handler.c */,
|
|
|
@@ -187,9 +187,9 @@
|
|
|
D33465E71D8298A200C8D159 /* gRPC/Sources */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ D30DACE71DB5DE4800886B20 /* Channel.swift */,
|
|
|
D33465CF1D82989900C8D159 /* ByteBuffer.swift */,
|
|
|
D33465D01D82989900C8D159 /* Call.swift */,
|
|
|
- D33465D21D82989900C8D159 /* Client.swift */,
|
|
|
D33465D31D82989900C8D159 /* CompletionQueue.swift */,
|
|
|
D33465D41D82989900C8D159 /* gRPC.swift */,
|
|
|
D33465D51D82989900C8D159 /* Handler.swift */,
|
|
|
@@ -387,6 +387,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
D33465E01D82989900C8D159 /* gRPC.swift in Sources */,
|
|
|
+ D30DACE81DB5DE4800886B20 /* Channel.swift in Sources */,
|
|
|
D33465A71D82985700C8D159 /* CodeBuilder.swift in Sources */,
|
|
|
D33465AD1D82985700C8D159 /* FileDescriptorSet.swift in Sources */,
|
|
|
D33465DC1D82989900C8D159 /* Call.swift in Sources */,
|
|
|
@@ -397,12 +398,12 @@
|
|
|
D31E0EBA1D77AA2F006A50AB /* AudioController.swift in Sources */,
|
|
|
D33465A61D82985700C8D159 /* _FileDescriptor.swift in Sources */,
|
|
|
D33465C51D82987700C8D159 /* completion_queue.c in Sources */,
|
|
|
+ D30DACE61DB5DE2C00886B20 /* channel.c in Sources */,
|
|
|
D33465AA1D82985700C8D159 /* FieldLabel.swift in Sources */,
|
|
|
D33465C81D82987700C8D159 /* internal.c in Sources */,
|
|
|
D33465E21D82989900C8D159 /* Metadata.swift in Sources */,
|
|
|
D33465A91D82985700C8D159 /* FieldDescriptor.swift in Sources */,
|
|
|
D33465C91D82987700C8D159 /* metadata.c in Sources */,
|
|
|
- D33465C41D82987700C8D159 /* client.c in Sources */,
|
|
|
D33465DB1D82989900C8D159 /* ByteBuffer.swift in Sources */,
|
|
|
D33465B11D82985700C8D159 /* NSMutableData+Proto.swift in Sources */,
|
|
|
D31E0EB81D778A56006A50AB /* SpeechRecognitionService.swift in Sources */,
|
|
|
@@ -417,7 +418,6 @@
|
|
|
D33465E31D82989900C8D159 /* Mutex.swift in Sources */,
|
|
|
D3E34EA51D7757CC00EF755D /* ViewController.swift in Sources */,
|
|
|
D33465CC1D82987700C8D159 /* operations.c in Sources */,
|
|
|
- D33465DE1D82989900C8D159 /* Client.swift in Sources */,
|
|
|
D33465A81D82985700C8D159 /* Field.swift in Sources */,
|
|
|
D33465C71D82987700C8D159 /* handler.c in Sources */,
|
|
|
D33465AF1D82985700C8D159 /* MessageDescriptor.swift in Sources */,
|