project.pbxproj 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2C450CC6320CA9890051ABAF /* Pods_Speech.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0B7F558BD8BC89862C8C277 /* Pods_Speech.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
  10. D31E0EB81D778A56006A50AB /* SpeechRecognitionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31E0EB71D778A56006A50AB /* SpeechRecognitionService.swift */; };
  11. D31E0EBA1D77AA2F006A50AB /* AudioController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31E0EB91D77AA2F006A50AB /* AudioController.swift */; };
  12. D31E0EE91D78C679006A50AB /* grpc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D31E0EE71D78C679006A50AB /* grpc.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
  13. D31E0EEA1D78C679006A50AB /* openssl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D31E0EE81D78C679006A50AB /* openssl.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
  14. D33465A61D82985700C8D159 /* _FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465991D82985700C8D159 /* _FileDescriptor.swift */; };
  15. D33465A71D82985700C8D159 /* CodeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D334659A1D82985700C8D159 /* CodeBuilder.swift */; };
  16. D33465A81D82985700C8D159 /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = D334659B1D82985700C8D159 /* Field.swift */; };
  17. D33465A91D82985700C8D159 /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D334659C1D82985700C8D159 /* FieldDescriptor.swift */; };
  18. D33465AA1D82985700C8D159 /* FieldLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D334659D1D82985700C8D159 /* FieldLabel.swift */; };
  19. D33465AB1D82985700C8D159 /* FieldType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D334659E1D82985700C8D159 /* FieldType.swift */; };
  20. D33465AC1D82985700C8D159 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D334659F1D82985700C8D159 /* FileDescriptor.swift */; };
  21. D33465AD1D82985700C8D159 /* FileDescriptorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465A01D82985700C8D159 /* FileDescriptorSet.swift */; };
  22. D33465AE1D82985700C8D159 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465A11D82985700C8D159 /* Message.swift */; };
  23. D33465AF1D82985700C8D159 /* MessageDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465A21D82985700C8D159 /* MessageDescriptor.swift */; };
  24. D33465B01D82985700C8D159 /* MessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465A31D82985700C8D159 /* MessageReader.swift */; };
  25. D33465B11D82985700C8D159 /* NSMutableData+Proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465A41D82985700C8D159 /* NSMutableData+Proto.swift */; };
  26. D33465B21D82985700C8D159 /* WireType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465A51D82985700C8D159 /* WireType.swift */; };
  27. D33465C21D82987700C8D159 /* byte_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B41D82987700C8D159 /* byte_buffer.c */; };
  28. D33465C31D82987700C8D159 /* call.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B51D82987700C8D159 /* call.c */; };
  29. D33465C41D82987700C8D159 /* client.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B71D82987700C8D159 /* client.c */; };
  30. D33465C51D82987700C8D159 /* completion_queue.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B81D82987700C8D159 /* completion_queue.c */; };
  31. D33465C61D82987700C8D159 /* event.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465B91D82987700C8D159 /* event.c */; };
  32. D33465C71D82987700C8D159 /* handler.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465BA1D82987700C8D159 /* handler.c */; };
  33. D33465C81D82987700C8D159 /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465BB1D82987700C8D159 /* internal.c */; };
  34. D33465C91D82987700C8D159 /* metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465BD1D82987700C8D159 /* metadata.c */; };
  35. D33465CA1D82987700C8D159 /* mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465BE1D82987700C8D159 /* mutex.c */; };
  36. D33465CB1D82987700C8D159 /* observers.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465BF1D82987700C8D159 /* observers.c */; };
  37. D33465CC1D82987700C8D159 /* operations.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465C01D82987700C8D159 /* operations.c */; };
  38. D33465CD1D82987700C8D159 /* server.c in Sources */ = {isa = PBXBuildFile; fileRef = D33465C11D82987700C8D159 /* server.c */; };
  39. D33465DB1D82989900C8D159 /* ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465CF1D82989900C8D159 /* ByteBuffer.swift */; };
  40. D33465DC1D82989900C8D159 /* Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D01D82989900C8D159 /* Call.swift */; };
  41. D33465DD1D82989900C8D159 /* CallResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D11D82989900C8D159 /* CallResponse.swift */; };
  42. D33465DE1D82989900C8D159 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D21D82989900C8D159 /* Client.swift */; };
  43. D33465DF1D82989900C8D159 /* CompletionQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D31D82989900C8D159 /* CompletionQueue.swift */; };
  44. D33465E01D82989900C8D159 /* gRPC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D41D82989900C8D159 /* gRPC.swift */; };
  45. D33465E11D82989900C8D159 /* Handler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D51D82989900C8D159 /* Handler.swift */; };
  46. D33465E21D82989900C8D159 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D61D82989900C8D159 /* Metadata.swift */; };
  47. D33465E31D82989900C8D159 /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D71D82989900C8D159 /* Mutex.swift */; };
  48. D33465E41D82989900C8D159 /* Operation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D81D82989900C8D159 /* Operation.swift */; };
  49. D33465E51D82989900C8D159 /* OperationGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465D91D82989900C8D159 /* OperationGroup.swift */; };
  50. D33465E61D82989900C8D159 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33465DA1D82989900C8D159 /* Server.swift */; };
  51. D34C17D91C948F5800D69BCA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D34C17D81C948F5800D69BCA /* Assets.xcassets */; };
  52. D34C17DC1C948F5800D69BCA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D34C17DA1C948F5800D69BCA /* LaunchScreen.storyboard */; };
  53. D392D9861C94937D002F5132 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D392D9851C94937D002F5132 /* Main.storyboard */; };
  54. D3A99D751D792F3F0005A7D6 /* speech.out in Resources */ = {isa = PBXBuildFile; fileRef = D3A99D741D792F3F0005A7D6 /* speech.out */; };
  55. D3E34EA11D77541D00EF755D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E34EA01D77541D00EF755D /* AppDelegate.swift */; };
  56. D3E34EA51D7757CC00EF755D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E34EA41D7757CC00EF755D /* ViewController.swift */; };
  57. D3E4F79B1D88815C0082D17D /* roots.pem in Resources */ = {isa = PBXBuildFile; fileRef = D3E4F79A1D88815C0082D17D /* roots.pem */; };
  58. /* End PBXBuildFile section */
  59. /* Begin PBXFileReference section */
  60. 54C3D1E96C8C43AB14662311 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
  61. 5E83ACE29B0D0DF0085BA8F2 /* Pods-Speech.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speech.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speech/Pods-Speech.release.xcconfig"; sourceTree = "<group>"; };
  62. 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>"; };
  63. C0B7F558BD8BC89862C8C277 /* Pods_Speech.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speech.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  64. 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>"; };
  65. D31E0EB71D778A56006A50AB /* SpeechRecognitionService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeechRecognitionService.swift; sourceTree = "<group>"; };
  66. D31E0EB91D77AA2F006A50AB /* AudioController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioController.swift; sourceTree = "<group>"; };
  67. 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>"; };
  68. D31E0EE81D78C679006A50AB /* openssl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = openssl.framework; path = "../../../../../../Library/Developer/Xcode/DerivedData/Speech-erhyocopsowxtieeafxbpmpeffrg/Build/Products/Debug-iphonesimulator/BoringSSL/openssl.framework"; sourceTree = "<group>"; };
  69. D33465991D82985700C8D159 /* _FileDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = _FileDescriptor.swift; path = ../../Packages/QuickProto/Sources/_FileDescriptor.swift; sourceTree = "<group>"; };
  70. D334659A1D82985700C8D159 /* CodeBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodeBuilder.swift; path = ../../Packages/QuickProto/Sources/CodeBuilder.swift; sourceTree = "<group>"; };
  71. D334659B1D82985700C8D159 /* Field.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Field.swift; path = ../../Packages/QuickProto/Sources/Field.swift; sourceTree = "<group>"; };
  72. D334659C1D82985700C8D159 /* FieldDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = ../../Packages/QuickProto/Sources/FieldDescriptor.swift; sourceTree = "<group>"; };
  73. D334659D1D82985700C8D159 /* FieldLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldLabel.swift; path = ../../Packages/QuickProto/Sources/FieldLabel.swift; sourceTree = "<group>"; };
  74. D334659E1D82985700C8D159 /* FieldType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldType.swift; path = ../../Packages/QuickProto/Sources/FieldType.swift; sourceTree = "<group>"; };
  75. D334659F1D82985700C8D159 /* FileDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileDescriptor.swift; path = ../../Packages/QuickProto/Sources/FileDescriptor.swift; sourceTree = "<group>"; };
  76. D33465A01D82985700C8D159 /* FileDescriptorSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileDescriptorSet.swift; path = ../../Packages/QuickProto/Sources/FileDescriptorSet.swift; sourceTree = "<group>"; };
  77. D33465A11D82985700C8D159 /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Message.swift; path = ../../Packages/QuickProto/Sources/Message.swift; sourceTree = "<group>"; };
  78. D33465A21D82985700C8D159 /* MessageDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageDescriptor.swift; path = ../../Packages/QuickProto/Sources/MessageDescriptor.swift; sourceTree = "<group>"; };
  79. D33465A31D82985700C8D159 /* MessageReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageReader.swift; path = ../../Packages/QuickProto/Sources/MessageReader.swift; sourceTree = "<group>"; };
  80. D33465A41D82985700C8D159 /* NSMutableData+Proto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSMutableData+Proto.swift"; path = "../../Packages/QuickProto/Sources/NSMutableData+Proto.swift"; sourceTree = "<group>"; };
  81. D33465A51D82985700C8D159 /* WireType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WireType.swift; path = ../../Packages/QuickProto/Sources/WireType.swift; sourceTree = "<group>"; };
  82. 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>"; };
  83. D33465B51D82987700C8D159 /* call.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = call.c; path = ../../Packages/CgRPC/Sources/call.c; sourceTree = "<group>"; };
  84. D33465B61D82987700C8D159 /* cgrpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cgrpc.h; path = ../../Packages/CgRPC/Sources/cgrpc.h; sourceTree = "<group>"; };
  85. D33465B71D82987700C8D159 /* client.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = client.c; path = ../../Packages/CgRPC/Sources/client.c; sourceTree = "<group>"; };
  86. 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>"; };
  87. D33465B91D82987700C8D159 /* event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = event.c; path = ../../Packages/CgRPC/Sources/event.c; sourceTree = "<group>"; };
  88. D33465BA1D82987700C8D159 /* handler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = handler.c; path = ../../Packages/CgRPC/Sources/handler.c; sourceTree = "<group>"; };
  89. D33465BB1D82987700C8D159 /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = internal.c; path = ../../Packages/CgRPC/Sources/internal.c; sourceTree = "<group>"; };
  90. D33465BC1D82987700C8D159 /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = internal.h; path = ../../Packages/CgRPC/Sources/internal.h; sourceTree = "<group>"; };
  91. D33465BD1D82987700C8D159 /* metadata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = metadata.c; path = ../../Packages/CgRPC/Sources/metadata.c; sourceTree = "<group>"; };
  92. D33465BE1D82987700C8D159 /* mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mutex.c; path = ../../Packages/CgRPC/Sources/mutex.c; sourceTree = "<group>"; };
  93. D33465BF1D82987700C8D159 /* observers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = observers.c; path = ../../Packages/CgRPC/Sources/observers.c; sourceTree = "<group>"; };
  94. D33465C01D82987700C8D159 /* operations.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = operations.c; path = ../../Packages/CgRPC/Sources/operations.c; sourceTree = "<group>"; };
  95. D33465C11D82987700C8D159 /* server.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = server.c; path = ../../Packages/CgRPC/Sources/server.c; sourceTree = "<group>"; };
  96. D33465CF1D82989900C8D159 /* ByteBuffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ByteBuffer.swift; path = ../../Packages/gRPC/Sources/ByteBuffer.swift; sourceTree = "<group>"; };
  97. D33465D01D82989900C8D159 /* Call.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Call.swift; path = ../../Packages/gRPC/Sources/Call.swift; sourceTree = "<group>"; };
  98. D33465D11D82989900C8D159 /* CallResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CallResponse.swift; path = ../../Packages/gRPC/Sources/CallResponse.swift; sourceTree = "<group>"; };
  99. D33465D21D82989900C8D159 /* Client.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Client.swift; path = ../../Packages/gRPC/Sources/Client.swift; sourceTree = "<group>"; };
  100. D33465D31D82989900C8D159 /* CompletionQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CompletionQueue.swift; path = ../../Packages/gRPC/Sources/CompletionQueue.swift; sourceTree = "<group>"; };
  101. D33465D41D82989900C8D159 /* gRPC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = gRPC.swift; path = ../../Packages/gRPC/Sources/gRPC.swift; sourceTree = "<group>"; };
  102. D33465D51D82989900C8D159 /* Handler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Handler.swift; path = ../../Packages/gRPC/Sources/Handler.swift; sourceTree = "<group>"; };
  103. D33465D61D82989900C8D159 /* Metadata.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = ../../Packages/gRPC/Sources/Metadata.swift; sourceTree = "<group>"; };
  104. D33465D71D82989900C8D159 /* Mutex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Mutex.swift; path = ../../Packages/gRPC/Sources/Mutex.swift; sourceTree = "<group>"; };
  105. D33465D81D82989900C8D159 /* Operation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Operation.swift; path = ../../Packages/gRPC/Sources/Operation.swift; sourceTree = "<group>"; };
  106. D33465D91D82989900C8D159 /* OperationGroup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OperationGroup.swift; path = ../../Packages/gRPC/Sources/OperationGroup.swift; sourceTree = "<group>"; };
  107. D33465DA1D82989900C8D159 /* Server.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Server.swift; path = ../../Packages/gRPC/Sources/Server.swift; sourceTree = "<group>"; };
  108. D34C17C91C948F5700D69BCA /* Speech.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Speech.app; sourceTree = BUILT_PRODUCTS_DIR; };
  109. D34C17D81C948F5800D69BCA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  110. D34C17DB1C948F5800D69BCA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  111. D34C17DD1C948F5800D69BCA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  112. D392D9851C94937D002F5132 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
  113. D3A99D741D792F3F0005A7D6 /* speech.out */ = {isa = PBXFileReference; lastKnownFileType = file; path = speech.out; sourceTree = "<group>"; };
  114. D3E34E9F1D77541C00EF755D /* Speech-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Speech-Bridging-Header.h"; sourceTree = "<group>"; };
  115. D3E34EA01D77541D00EF755D /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  116. D3E34EA41D7757CC00EF755D /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  117. D3E4F79A1D88815C0082D17D /* roots.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = roots.pem; sourceTree = "<group>"; };
  118. F3215BCD5D87DFF7F2965B8A /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
  119. /* End PBXFileReference section */
  120. /* Begin PBXFrameworksBuildPhase section */
  121. D34C17C61C948F5700D69BCA /* Frameworks */ = {
  122. isa = PBXFrameworksBuildPhase;
  123. buildActionMask = 2147483647;
  124. files = (
  125. D31E0EE91D78C679006A50AB /* grpc.framework in Frameworks */,
  126. D31E0EEA1D78C679006A50AB /* openssl.framework in Frameworks */,
  127. 2C450CC6320CA9890051ABAF /* Pods_Speech.framework in Frameworks */,
  128. );
  129. runOnlyForDeploymentPostprocessing = 0;
  130. };
  131. /* End PBXFrameworksBuildPhase section */
  132. /* Begin PBXGroup section */
  133. 32C6BA1B2FA20A9904F13B95 /* Frameworks */ = {
  134. isa = PBXGroup;
  135. children = (
  136. D31E0EE71D78C679006A50AB /* grpc.framework */,
  137. D31E0EE81D78C679006A50AB /* openssl.framework */,
  138. 54C3D1E96C8C43AB14662311 /* libPods.a */,
  139. C0B7F558BD8BC89862C8C277 /* Pods_Speech.framework */,
  140. );
  141. name = Frameworks;
  142. sourceTree = "<group>";
  143. };
  144. D33465B31D82986000C8D159 /* QuickProto/Sources */ = {
  145. isa = PBXGroup;
  146. children = (
  147. D33465991D82985700C8D159 /* _FileDescriptor.swift */,
  148. D334659A1D82985700C8D159 /* CodeBuilder.swift */,
  149. D334659B1D82985700C8D159 /* Field.swift */,
  150. D334659C1D82985700C8D159 /* FieldDescriptor.swift */,
  151. D334659D1D82985700C8D159 /* FieldLabel.swift */,
  152. D334659E1D82985700C8D159 /* FieldType.swift */,
  153. D334659F1D82985700C8D159 /* FileDescriptor.swift */,
  154. D33465A01D82985700C8D159 /* FileDescriptorSet.swift */,
  155. D33465A11D82985700C8D159 /* Message.swift */,
  156. D33465A21D82985700C8D159 /* MessageDescriptor.swift */,
  157. D33465A31D82985700C8D159 /* MessageReader.swift */,
  158. D33465A41D82985700C8D159 /* NSMutableData+Proto.swift */,
  159. D33465A51D82985700C8D159 /* WireType.swift */,
  160. );
  161. name = QuickProto/Sources;
  162. sourceTree = "<group>";
  163. };
  164. D33465CE1D82988000C8D159 /* CgRPC/Sources */ = {
  165. isa = PBXGroup;
  166. children = (
  167. D33465B41D82987700C8D159 /* byte_buffer.c */,
  168. D33465B51D82987700C8D159 /* call.c */,
  169. D33465B61D82987700C8D159 /* cgrpc.h */,
  170. D33465B71D82987700C8D159 /* client.c */,
  171. D33465B81D82987700C8D159 /* completion_queue.c */,
  172. D33465B91D82987700C8D159 /* event.c */,
  173. D33465BA1D82987700C8D159 /* handler.c */,
  174. D33465BB1D82987700C8D159 /* internal.c */,
  175. D33465BC1D82987700C8D159 /* internal.h */,
  176. D33465BD1D82987700C8D159 /* metadata.c */,
  177. D33465BE1D82987700C8D159 /* mutex.c */,
  178. D33465BF1D82987700C8D159 /* observers.c */,
  179. D33465C01D82987700C8D159 /* operations.c */,
  180. D33465C11D82987700C8D159 /* server.c */,
  181. );
  182. name = CgRPC/Sources;
  183. sourceTree = "<group>";
  184. };
  185. D33465E71D8298A200C8D159 /* gRPC/Sources */ = {
  186. isa = PBXGroup;
  187. children = (
  188. D33465CF1D82989900C8D159 /* ByteBuffer.swift */,
  189. D33465D01D82989900C8D159 /* Call.swift */,
  190. D33465D11D82989900C8D159 /* CallResponse.swift */,
  191. D33465D21D82989900C8D159 /* Client.swift */,
  192. D33465D31D82989900C8D159 /* CompletionQueue.swift */,
  193. D33465D41D82989900C8D159 /* gRPC.swift */,
  194. D33465D51D82989900C8D159 /* Handler.swift */,
  195. D33465D61D82989900C8D159 /* Metadata.swift */,
  196. D33465D71D82989900C8D159 /* Mutex.swift */,
  197. D33465D81D82989900C8D159 /* Operation.swift */,
  198. D33465D91D82989900C8D159 /* OperationGroup.swift */,
  199. D33465DA1D82989900C8D159 /* Server.swift */,
  200. );
  201. name = gRPC/Sources;
  202. sourceTree = "<group>";
  203. };
  204. D34C17C01C948F5700D69BCA = {
  205. isa = PBXGroup;
  206. children = (
  207. D33465E71D8298A200C8D159 /* gRPC/Sources */,
  208. D33465CE1D82988000C8D159 /* CgRPC/Sources */,
  209. D33465B31D82986000C8D159 /* QuickProto/Sources */,
  210. D3A99D741D792F3F0005A7D6 /* speech.out */,
  211. D34C17CB1C948F5700D69BCA /* Speech */,
  212. D34C17CA1C948F5700D69BCA /* Products */,
  213. F657FA334EB8D9ABF1ACF569 /* Pods */,
  214. 32C6BA1B2FA20A9904F13B95 /* Frameworks */,
  215. );
  216. sourceTree = "<group>";
  217. };
  218. D34C17CA1C948F5700D69BCA /* Products */ = {
  219. isa = PBXGroup;
  220. children = (
  221. D34C17C91C948F5700D69BCA /* Speech.app */,
  222. );
  223. name = Products;
  224. sourceTree = "<group>";
  225. };
  226. D34C17CB1C948F5700D69BCA /* Speech */ = {
  227. isa = PBXGroup;
  228. children = (
  229. D3E4F79A1D88815C0082D17D /* roots.pem */,
  230. D3E34EA01D77541D00EF755D /* AppDelegate.swift */,
  231. D34C17D81C948F5800D69BCA /* Assets.xcassets */,
  232. D31E0EB91D77AA2F006A50AB /* AudioController.swift */,
  233. D34C17DD1C948F5800D69BCA /* Info.plist */,
  234. D34C17DA1C948F5800D69BCA /* LaunchScreen.storyboard */,
  235. D392D9851C94937D002F5132 /* Main.storyboard */,
  236. D3E34E9F1D77541C00EF755D /* Speech-Bridging-Header.h */,
  237. D31E0EB71D778A56006A50AB /* SpeechRecognitionService.swift */,
  238. D34C17CC1C948F5700D69BCA /* Supporting Files */,
  239. D3E34EA41D7757CC00EF755D /* ViewController.swift */,
  240. );
  241. path = Speech;
  242. sourceTree = "<group>";
  243. };
  244. D34C17CC1C948F5700D69BCA /* Supporting Files */ = {
  245. isa = PBXGroup;
  246. children = (
  247. );
  248. name = "Supporting Files";
  249. sourceTree = "<group>";
  250. };
  251. F657FA334EB8D9ABF1ACF569 /* Pods */ = {
  252. isa = PBXGroup;
  253. children = (
  254. F3215BCD5D87DFF7F2965B8A /* Pods.debug.xcconfig */,
  255. 6C682F8DD9C94E41979FE816 /* Pods.release.xcconfig */,
  256. C2D2368DBC8898A52FE6113B /* Pods-Speech.debug.xcconfig */,
  257. 5E83ACE29B0D0DF0085BA8F2 /* Pods-Speech.release.xcconfig */,
  258. );
  259. name = Pods;
  260. sourceTree = "<group>";
  261. };
  262. /* End PBXGroup section */
  263. /* Begin PBXNativeTarget section */
  264. D34C17C81C948F5700D69BCA /* Speech */ = {
  265. isa = PBXNativeTarget;
  266. buildConfigurationList = D34C17E01C948F5800D69BCA /* Build configuration list for PBXNativeTarget "Speech" */;
  267. buildPhases = (
  268. D7376F491EC06AD174E07DB4 /* 📦 Check Pods Manifest.lock */,
  269. D34C17C51C948F5700D69BCA /* Sources */,
  270. D34C17C61C948F5700D69BCA /* Frameworks */,
  271. D34C17C71C948F5700D69BCA /* Resources */,
  272. A6C1304F9E6165DD748FC67B /* 📦 Embed Pods Frameworks */,
  273. D8EE167099E5A7E524284D70 /* 📦 Copy Pods Resources */,
  274. );
  275. buildRules = (
  276. );
  277. dependencies = (
  278. );
  279. name = Speech;
  280. productName = Speech;
  281. productReference = D34C17C91C948F5700D69BCA /* Speech.app */;
  282. productType = "com.apple.product-type.application";
  283. };
  284. /* End PBXNativeTarget section */
  285. /* Begin PBXProject section */
  286. D34C17C11C948F5700D69BCA /* Project object */ = {
  287. isa = PBXProject;
  288. attributes = {
  289. LastUpgradeCheck = 0800;
  290. ORGANIZATIONNAME = Google;
  291. TargetAttributes = {
  292. D34C17C81C948F5700D69BCA = {
  293. CreatedOnToolsVersion = 7.2;
  294. LastSwiftMigration = 0800;
  295. };
  296. };
  297. };
  298. buildConfigurationList = D34C17C41C948F5700D69BCA /* Build configuration list for PBXProject "Speech" */;
  299. compatibilityVersion = "Xcode 3.2";
  300. developmentRegion = English;
  301. hasScannedForEncodings = 0;
  302. knownRegions = (
  303. en,
  304. Base,
  305. );
  306. mainGroup = D34C17C01C948F5700D69BCA;
  307. productRefGroup = D34C17CA1C948F5700D69BCA /* Products */;
  308. projectDirPath = "";
  309. projectRoot = "";
  310. targets = (
  311. D34C17C81C948F5700D69BCA /* Speech */,
  312. );
  313. };
  314. /* End PBXProject section */
  315. /* Begin PBXResourcesBuildPhase section */
  316. D34C17C71C948F5700D69BCA /* Resources */ = {
  317. isa = PBXResourcesBuildPhase;
  318. buildActionMask = 2147483647;
  319. files = (
  320. D392D9861C94937D002F5132 /* Main.storyboard in Resources */,
  321. D3E4F79B1D88815C0082D17D /* roots.pem in Resources */,
  322. D34C17DC1C948F5800D69BCA /* LaunchScreen.storyboard in Resources */,
  323. D3A99D751D792F3F0005A7D6 /* speech.out in Resources */,
  324. D34C17D91C948F5800D69BCA /* Assets.xcassets in Resources */,
  325. );
  326. runOnlyForDeploymentPostprocessing = 0;
  327. };
  328. /* End PBXResourcesBuildPhase section */
  329. /* Begin PBXShellScriptBuildPhase section */
  330. A6C1304F9E6165DD748FC67B /* 📦 Embed Pods Frameworks */ = {
  331. isa = PBXShellScriptBuildPhase;
  332. buildActionMask = 2147483647;
  333. files = (
  334. );
  335. inputPaths = (
  336. );
  337. name = "📦 Embed Pods Frameworks";
  338. outputPaths = (
  339. "$(DERIVED_FILE_DIR)/grpc.framework",
  340. "$(DERIVED_FILE_DIR)/openssl.framework",
  341. );
  342. runOnlyForDeploymentPostprocessing = 0;
  343. shellPath = /bin/sh;
  344. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Speech/Pods-Speech-frameworks.sh\"\n";
  345. showEnvVarsInLog = 0;
  346. };
  347. D7376F491EC06AD174E07DB4 /* 📦 Check Pods Manifest.lock */ = {
  348. isa = PBXShellScriptBuildPhase;
  349. buildActionMask = 2147483647;
  350. files = (
  351. );
  352. inputPaths = (
  353. );
  354. name = "📦 Check Pods Manifest.lock";
  355. outputPaths = (
  356. );
  357. runOnlyForDeploymentPostprocessing = 0;
  358. shellPath = /bin/sh;
  359. shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
  360. showEnvVarsInLog = 0;
  361. };
  362. D8EE167099E5A7E524284D70 /* 📦 Copy Pods Resources */ = {
  363. isa = PBXShellScriptBuildPhase;
  364. buildActionMask = 2147483647;
  365. files = (
  366. );
  367. inputPaths = (
  368. );
  369. name = "📦 Copy Pods Resources";
  370. outputPaths = (
  371. );
  372. runOnlyForDeploymentPostprocessing = 0;
  373. shellPath = /bin/sh;
  374. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Speech/Pods-Speech-resources.sh\"\n";
  375. showEnvVarsInLog = 0;
  376. };
  377. /* End PBXShellScriptBuildPhase section */
  378. /* Begin PBXSourcesBuildPhase section */
  379. D34C17C51C948F5700D69BCA /* Sources */ = {
  380. isa = PBXSourcesBuildPhase;
  381. buildActionMask = 2147483647;
  382. files = (
  383. D33465E01D82989900C8D159 /* gRPC.swift in Sources */,
  384. D33465A71D82985700C8D159 /* CodeBuilder.swift in Sources */,
  385. D33465AD1D82985700C8D159 /* FileDescriptorSet.swift in Sources */,
  386. D33465DC1D82989900C8D159 /* Call.swift in Sources */,
  387. D33465AC1D82985700C8D159 /* FileDescriptor.swift in Sources */,
  388. D33465CB1D82987700C8D159 /* observers.c in Sources */,
  389. D33465E11D82989900C8D159 /* Handler.swift in Sources */,
  390. D33465B01D82985700C8D159 /* MessageReader.swift in Sources */,
  391. D31E0EBA1D77AA2F006A50AB /* AudioController.swift in Sources */,
  392. D33465A61D82985700C8D159 /* _FileDescriptor.swift in Sources */,
  393. D33465C51D82987700C8D159 /* completion_queue.c in Sources */,
  394. D33465AA1D82985700C8D159 /* FieldLabel.swift in Sources */,
  395. D33465C81D82987700C8D159 /* internal.c in Sources */,
  396. D33465E21D82989900C8D159 /* Metadata.swift in Sources */,
  397. D33465A91D82985700C8D159 /* FieldDescriptor.swift in Sources */,
  398. D33465C91D82987700C8D159 /* metadata.c in Sources */,
  399. D33465C41D82987700C8D159 /* client.c in Sources */,
  400. D33465DB1D82989900C8D159 /* ByteBuffer.swift in Sources */,
  401. D33465B11D82985700C8D159 /* NSMutableData+Proto.swift in Sources */,
  402. D31E0EB81D778A56006A50AB /* SpeechRecognitionService.swift in Sources */,
  403. D33465C31D82987700C8D159 /* call.c in Sources */,
  404. D33465AB1D82985700C8D159 /* FieldType.swift in Sources */,
  405. D33465B21D82985700C8D159 /* WireType.swift in Sources */,
  406. D33465E41D82989900C8D159 /* Operation.swift in Sources */,
  407. D33465CD1D82987700C8D159 /* server.c in Sources */,
  408. D33465CA1D82987700C8D159 /* mutex.c in Sources */,
  409. D33465AE1D82985700C8D159 /* Message.swift in Sources */,
  410. D33465DF1D82989900C8D159 /* CompletionQueue.swift in Sources */,
  411. D33465E31D82989900C8D159 /* Mutex.swift in Sources */,
  412. D3E34EA51D7757CC00EF755D /* ViewController.swift in Sources */,
  413. D33465DD1D82989900C8D159 /* CallResponse.swift in Sources */,
  414. D33465CC1D82987700C8D159 /* operations.c in Sources */,
  415. D33465DE1D82989900C8D159 /* Client.swift in Sources */,
  416. D33465A81D82985700C8D159 /* Field.swift in Sources */,
  417. D33465C71D82987700C8D159 /* handler.c in Sources */,
  418. D33465AF1D82985700C8D159 /* MessageDescriptor.swift in Sources */,
  419. D3E34EA11D77541D00EF755D /* AppDelegate.swift in Sources */,
  420. D33465E51D82989900C8D159 /* OperationGroup.swift in Sources */,
  421. D33465C61D82987700C8D159 /* event.c in Sources */,
  422. D33465C21D82987700C8D159 /* byte_buffer.c in Sources */,
  423. D33465E61D82989900C8D159 /* Server.swift in Sources */,
  424. );
  425. runOnlyForDeploymentPostprocessing = 0;
  426. };
  427. /* End PBXSourcesBuildPhase section */
  428. /* Begin PBXVariantGroup section */
  429. D34C17DA1C948F5800D69BCA /* LaunchScreen.storyboard */ = {
  430. isa = PBXVariantGroup;
  431. children = (
  432. D34C17DB1C948F5800D69BCA /* Base */,
  433. );
  434. name = LaunchScreen.storyboard;
  435. sourceTree = "<group>";
  436. };
  437. /* End PBXVariantGroup section */
  438. /* Begin XCBuildConfiguration section */
  439. D34C17DE1C948F5800D69BCA /* Debug */ = {
  440. isa = XCBuildConfiguration;
  441. buildSettings = {
  442. ALWAYS_SEARCH_USER_PATHS = NO;
  443. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  444. CLANG_CXX_LIBRARY = "libc++";
  445. CLANG_ENABLE_MODULES = YES;
  446. CLANG_ENABLE_OBJC_ARC = YES;
  447. CLANG_WARN_BOOL_CONVERSION = YES;
  448. CLANG_WARN_CONSTANT_CONVERSION = YES;
  449. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  450. CLANG_WARN_EMPTY_BODY = YES;
  451. CLANG_WARN_ENUM_CONVERSION = YES;
  452. CLANG_WARN_INFINITE_RECURSION = YES;
  453. CLANG_WARN_INT_CONVERSION = YES;
  454. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  455. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  456. CLANG_WARN_UNREACHABLE_CODE = YES;
  457. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  458. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  459. COPY_PHASE_STRIP = NO;
  460. DEBUG_INFORMATION_FORMAT = dwarf;
  461. ENABLE_STRICT_OBJC_MSGSEND = YES;
  462. ENABLE_TESTABILITY = YES;
  463. GCC_C_LANGUAGE_STANDARD = gnu99;
  464. GCC_DYNAMIC_NO_PIC = NO;
  465. GCC_NO_COMMON_BLOCKS = YES;
  466. GCC_OPTIMIZATION_LEVEL = 0;
  467. GCC_PREPROCESSOR_DEFINITIONS = (
  468. "DEBUG=1",
  469. "$(inherited)",
  470. );
  471. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  472. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  473. GCC_WARN_UNDECLARED_SELECTOR = YES;
  474. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  475. GCC_WARN_UNUSED_FUNCTION = YES;
  476. GCC_WARN_UNUSED_VARIABLE = YES;
  477. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  478. MTL_ENABLE_DEBUG_INFO = YES;
  479. ONLY_ACTIVE_ARCH = YES;
  480. SDKROOT = iphoneos;
  481. TARGETED_DEVICE_FAMILY = "1,2";
  482. };
  483. name = Debug;
  484. };
  485. D34C17DF1C948F5800D69BCA /* Release */ = {
  486. isa = XCBuildConfiguration;
  487. buildSettings = {
  488. ALWAYS_SEARCH_USER_PATHS = NO;
  489. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  490. CLANG_CXX_LIBRARY = "libc++";
  491. CLANG_ENABLE_MODULES = YES;
  492. CLANG_ENABLE_OBJC_ARC = YES;
  493. CLANG_WARN_BOOL_CONVERSION = YES;
  494. CLANG_WARN_CONSTANT_CONVERSION = YES;
  495. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  496. CLANG_WARN_EMPTY_BODY = YES;
  497. CLANG_WARN_ENUM_CONVERSION = YES;
  498. CLANG_WARN_INFINITE_RECURSION = YES;
  499. CLANG_WARN_INT_CONVERSION = YES;
  500. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  501. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  502. CLANG_WARN_UNREACHABLE_CODE = YES;
  503. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  504. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  505. COPY_PHASE_STRIP = NO;
  506. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  507. ENABLE_NS_ASSERTIONS = NO;
  508. ENABLE_STRICT_OBJC_MSGSEND = YES;
  509. GCC_C_LANGUAGE_STANDARD = gnu99;
  510. GCC_NO_COMMON_BLOCKS = YES;
  511. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  512. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  513. GCC_WARN_UNDECLARED_SELECTOR = YES;
  514. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  515. GCC_WARN_UNUSED_FUNCTION = YES;
  516. GCC_WARN_UNUSED_VARIABLE = YES;
  517. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  518. MTL_ENABLE_DEBUG_INFO = NO;
  519. SDKROOT = iphoneos;
  520. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  521. TARGETED_DEVICE_FAMILY = "1,2";
  522. VALIDATE_PRODUCT = YES;
  523. };
  524. name = Release;
  525. };
  526. D34C17E11C948F5800D69BCA /* Debug */ = {
  527. isa = XCBuildConfiguration;
  528. baseConfigurationReference = C2D2368DBC8898A52FE6113B /* Pods-Speech.debug.xcconfig */;
  529. buildSettings = {
  530. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  531. CLANG_ENABLE_MODULES = YES;
  532. "HEADER_SEARCH_PATHS[arch=*]" = (
  533. "$(inherited)",
  534. "\"${PODS_ROOT}/Headers/Public\"",
  535. "\"${PODS_ROOT}/Headers/Public/!ProtoCompiler\"",
  536. "\"${PODS_ROOT}/Headers/Public/!ProtoCompiler-gRPCPlugin\"",
  537. "\"${PODS_ROOT}/gRPC-Core/include\"",
  538. );
  539. INFOPLIST_FILE = Speech/Info.plist;
  540. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path";
  541. PRODUCT_BUNDLE_IDENTIFIER = "com.google.speech-grpc-streaming";
  542. PRODUCT_NAME = "$(TARGET_NAME)";
  543. SWIFT_OBJC_BRIDGING_HEADER = "Speech/Speech-Bridging-Header.h";
  544. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  545. SWIFT_VERSION = 3.0;
  546. };
  547. name = Debug;
  548. };
  549. D34C17E21C948F5800D69BCA /* Release */ = {
  550. isa = XCBuildConfiguration;
  551. baseConfigurationReference = 5E83ACE29B0D0DF0085BA8F2 /* Pods-Speech.release.xcconfig */;
  552. buildSettings = {
  553. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  554. CLANG_ENABLE_MODULES = YES;
  555. INFOPLIST_FILE = Speech/Info.plist;
  556. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path";
  557. PRODUCT_BUNDLE_IDENTIFIER = "com.google.speech-grpc-streaming";
  558. PRODUCT_NAME = "$(TARGET_NAME)";
  559. SWIFT_OBJC_BRIDGING_HEADER = "Speech/Speech-Bridging-Header.h";
  560. SWIFT_VERSION = 3.0;
  561. };
  562. name = Release;
  563. };
  564. /* End XCBuildConfiguration section */
  565. /* Begin XCConfigurationList section */
  566. D34C17C41C948F5700D69BCA /* Build configuration list for PBXProject "Speech" */ = {
  567. isa = XCConfigurationList;
  568. buildConfigurations = (
  569. D34C17DE1C948F5800D69BCA /* Debug */,
  570. D34C17DF1C948F5800D69BCA /* Release */,
  571. );
  572. defaultConfigurationIsVisible = 0;
  573. defaultConfigurationName = Release;
  574. };
  575. D34C17E01C948F5800D69BCA /* Build configuration list for PBXNativeTarget "Speech" */ = {
  576. isa = XCConfigurationList;
  577. buildConfigurations = (
  578. D34C17E11C948F5800D69BCA /* Debug */,
  579. D34C17E21C948F5800D69BCA /* Release */,
  580. );
  581. defaultConfigurationIsVisible = 0;
  582. defaultConfigurationName = Release;
  583. };
  584. /* End XCConfigurationList section */
  585. };
  586. rootObject = D34C17C11C948F5700D69BCA /* Project object */;
  587. }