project.pbxproj 37 KB

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