project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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. D34C17D91C948F5800D69BCA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D34C17D81C948F5800D69BCA /* Assets.xcassets */; };
  15. D34C17DC1C948F5800D69BCA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D34C17DA1C948F5800D69BCA /* LaunchScreen.storyboard */; };
  16. D392D9861C94937D002F5132 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D392D9851C94937D002F5132 /* Main.storyboard */; };
  17. D3E34EA11D77541D00EF755D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E34EA01D77541D00EF755D /* AppDelegate.swift */; };
  18. D3E34EA51D7757CC00EF755D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E34EA41D7757CC00EF755D /* ViewController.swift */; };
  19. D3E4F79B1D88815C0082D17D /* roots.pem in Resources */ = {isa = PBXBuildFile; fileRef = D3E4F79A1D88815C0082D17D /* roots.pem */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXFileReference section */
  22. 54C3D1E96C8C43AB14662311 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
  23. 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>"; };
  24. 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>"; };
  25. C0B7F558BD8BC89862C8C277 /* Pods_Speech.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speech.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  26. 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>"; };
  27. D31E0EB71D778A56006A50AB /* SpeechRecognitionService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeechRecognitionService.swift; sourceTree = "<group>"; };
  28. D31E0EB91D77AA2F006A50AB /* AudioController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioController.swift; sourceTree = "<group>"; };
  29. 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>"; };
  30. 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>"; };
  31. D34C17C91C948F5700D69BCA /* Speech.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Speech.app; sourceTree = BUILT_PRODUCTS_DIR; };
  32. D34C17D81C948F5800D69BCA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  33. D34C17DB1C948F5800D69BCA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  34. D34C17DD1C948F5800D69BCA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  35. D392D9851C94937D002F5132 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
  36. D3E34E9F1D77541C00EF755D /* Speech-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Speech-Bridging-Header.h"; sourceTree = "<group>"; };
  37. D3E34EA01D77541D00EF755D /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  38. D3E34EA41D7757CC00EF755D /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  39. D3E4F79A1D88815C0082D17D /* roots.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = roots.pem; sourceTree = "<group>"; };
  40. 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>"; };
  41. /* End PBXFileReference section */
  42. /* Begin PBXFrameworksBuildPhase section */
  43. D34C17C61C948F5700D69BCA /* Frameworks */ = {
  44. isa = PBXFrameworksBuildPhase;
  45. buildActionMask = 2147483647;
  46. files = (
  47. D31E0EE91D78C679006A50AB /* grpc.framework in Frameworks */,
  48. D31E0EEA1D78C679006A50AB /* openssl.framework in Frameworks */,
  49. 2C450CC6320CA9890051ABAF /* Pods_Speech.framework in Frameworks */,
  50. );
  51. runOnlyForDeploymentPostprocessing = 0;
  52. };
  53. /* End PBXFrameworksBuildPhase section */
  54. /* Begin PBXGroup section */
  55. 32C6BA1B2FA20A9904F13B95 /* Frameworks */ = {
  56. isa = PBXGroup;
  57. children = (
  58. D31E0EE71D78C679006A50AB /* grpc.framework */,
  59. D31E0EE81D78C679006A50AB /* openssl.framework */,
  60. 54C3D1E96C8C43AB14662311 /* libPods.a */,
  61. C0B7F558BD8BC89862C8C277 /* Pods_Speech.framework */,
  62. );
  63. name = Frameworks;
  64. sourceTree = "<group>";
  65. };
  66. D34C17C01C948F5700D69BCA = {
  67. isa = PBXGroup;
  68. children = (
  69. D34C17CB1C948F5700D69BCA /* Speech */,
  70. D34C17CA1C948F5700D69BCA /* Products */,
  71. F657FA334EB8D9ABF1ACF569 /* Pods */,
  72. 32C6BA1B2FA20A9904F13B95 /* Frameworks */,
  73. );
  74. sourceTree = "<group>";
  75. };
  76. D34C17CA1C948F5700D69BCA /* Products */ = {
  77. isa = PBXGroup;
  78. children = (
  79. D34C17C91C948F5700D69BCA /* Speech.app */,
  80. );
  81. name = Products;
  82. sourceTree = "<group>";
  83. };
  84. D34C17CB1C948F5700D69BCA /* Speech */ = {
  85. isa = PBXGroup;
  86. children = (
  87. D3E4F79A1D88815C0082D17D /* roots.pem */,
  88. D3E34EA01D77541D00EF755D /* AppDelegate.swift */,
  89. D34C17D81C948F5800D69BCA /* Assets.xcassets */,
  90. D31E0EB91D77AA2F006A50AB /* AudioController.swift */,
  91. D34C17DD1C948F5800D69BCA /* Info.plist */,
  92. D34C17DA1C948F5800D69BCA /* LaunchScreen.storyboard */,
  93. D392D9851C94937D002F5132 /* Main.storyboard */,
  94. D3E34E9F1D77541C00EF755D /* Speech-Bridging-Header.h */,
  95. D31E0EB71D778A56006A50AB /* SpeechRecognitionService.swift */,
  96. D34C17CC1C948F5700D69BCA /* Supporting Files */,
  97. D3E34EA41D7757CC00EF755D /* ViewController.swift */,
  98. );
  99. path = Speech;
  100. sourceTree = "<group>";
  101. };
  102. D34C17CC1C948F5700D69BCA /* Supporting Files */ = {
  103. isa = PBXGroup;
  104. children = (
  105. );
  106. name = "Supporting Files";
  107. sourceTree = "<group>";
  108. };
  109. F657FA334EB8D9ABF1ACF569 /* Pods */ = {
  110. isa = PBXGroup;
  111. children = (
  112. F3215BCD5D87DFF7F2965B8A /* Pods.debug.xcconfig */,
  113. 6C682F8DD9C94E41979FE816 /* Pods.release.xcconfig */,
  114. C2D2368DBC8898A52FE6113B /* Pods-Speech.debug.xcconfig */,
  115. 5E83ACE29B0D0DF0085BA8F2 /* Pods-Speech.release.xcconfig */,
  116. );
  117. name = Pods;
  118. sourceTree = "<group>";
  119. };
  120. /* End PBXGroup section */
  121. /* Begin PBXNativeTarget section */
  122. D34C17C81C948F5700D69BCA /* Speech */ = {
  123. isa = PBXNativeTarget;
  124. buildConfigurationList = D34C17E01C948F5800D69BCA /* Build configuration list for PBXNativeTarget "Speech" */;
  125. buildPhases = (
  126. D7376F491EC06AD174E07DB4 /* [CP] Check Pods Manifest.lock */,
  127. D34C17C51C948F5700D69BCA /* Sources */,
  128. D34C17C61C948F5700D69BCA /* Frameworks */,
  129. D34C17C71C948F5700D69BCA /* Resources */,
  130. A6C1304F9E6165DD748FC67B /* [CP] Embed Pods Frameworks */,
  131. D8EE167099E5A7E524284D70 /* [CP] Copy Pods Resources */,
  132. );
  133. buildRules = (
  134. );
  135. dependencies = (
  136. );
  137. name = Speech;
  138. productName = Speech;
  139. productReference = D34C17C91C948F5700D69BCA /* Speech.app */;
  140. productType = "com.apple.product-type.application";
  141. };
  142. /* End PBXNativeTarget section */
  143. /* Begin PBXProject section */
  144. D34C17C11C948F5700D69BCA /* Project object */ = {
  145. isa = PBXProject;
  146. attributes = {
  147. LastUpgradeCheck = 0820;
  148. ORGANIZATIONNAME = Google;
  149. TargetAttributes = {
  150. D34C17C81C948F5700D69BCA = {
  151. CreatedOnToolsVersion = 7.2;
  152. LastSwiftMigration = 0800;
  153. };
  154. };
  155. };
  156. buildConfigurationList = D34C17C41C948F5700D69BCA /* Build configuration list for PBXProject "Speech" */;
  157. compatibilityVersion = "Xcode 3.2";
  158. developmentRegion = English;
  159. hasScannedForEncodings = 0;
  160. knownRegions = (
  161. en,
  162. Base,
  163. );
  164. mainGroup = D34C17C01C948F5700D69BCA;
  165. productRefGroup = D34C17CA1C948F5700D69BCA /* Products */;
  166. projectDirPath = "";
  167. projectRoot = "";
  168. targets = (
  169. D34C17C81C948F5700D69BCA /* Speech */,
  170. );
  171. };
  172. /* End PBXProject section */
  173. /* Begin PBXResourcesBuildPhase section */
  174. D34C17C71C948F5700D69BCA /* Resources */ = {
  175. isa = PBXResourcesBuildPhase;
  176. buildActionMask = 2147483647;
  177. files = (
  178. D392D9861C94937D002F5132 /* Main.storyboard in Resources */,
  179. D3E4F79B1D88815C0082D17D /* roots.pem in Resources */,
  180. D34C17DC1C948F5800D69BCA /* LaunchScreen.storyboard in Resources */,
  181. D34C17D91C948F5800D69BCA /* Assets.xcassets in Resources */,
  182. );
  183. runOnlyForDeploymentPostprocessing = 0;
  184. };
  185. /* End PBXResourcesBuildPhase section */
  186. /* Begin PBXShellScriptBuildPhase section */
  187. A6C1304F9E6165DD748FC67B /* [CP] Embed Pods Frameworks */ = {
  188. isa = PBXShellScriptBuildPhase;
  189. buildActionMask = 2147483647;
  190. files = (
  191. );
  192. inputPaths = (
  193. );
  194. name = "[CP] Embed Pods Frameworks";
  195. outputPaths = (
  196. "$(DERIVED_FILE_DIR)/grpc.framework",
  197. "$(DERIVED_FILE_DIR)/openssl.framework",
  198. );
  199. runOnlyForDeploymentPostprocessing = 0;
  200. shellPath = /bin/sh;
  201. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Speech/Pods-Speech-frameworks.sh\"\n";
  202. showEnvVarsInLog = 0;
  203. };
  204. D7376F491EC06AD174E07DB4 /* [CP] Check Pods Manifest.lock */ = {
  205. isa = PBXShellScriptBuildPhase;
  206. buildActionMask = 2147483647;
  207. files = (
  208. );
  209. inputPaths = (
  210. );
  211. name = "[CP] Check Pods Manifest.lock";
  212. outputPaths = (
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. shellPath = /bin/sh;
  216. shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
  217. showEnvVarsInLog = 0;
  218. };
  219. D8EE167099E5A7E524284D70 /* [CP] Copy Pods Resources */ = {
  220. isa = PBXShellScriptBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. );
  224. inputPaths = (
  225. );
  226. name = "[CP] Copy Pods Resources";
  227. outputPaths = (
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. shellPath = /bin/sh;
  231. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Speech/Pods-Speech-resources.sh\"\n";
  232. showEnvVarsInLog = 0;
  233. };
  234. /* End PBXShellScriptBuildPhase section */
  235. /* Begin PBXSourcesBuildPhase section */
  236. D34C17C51C948F5700D69BCA /* Sources */ = {
  237. isa = PBXSourcesBuildPhase;
  238. buildActionMask = 2147483647;
  239. files = (
  240. D31E0EBA1D77AA2F006A50AB /* AudioController.swift in Sources */,
  241. D31E0EB81D778A56006A50AB /* SpeechRecognitionService.swift in Sources */,
  242. D3E34EA51D7757CC00EF755D /* ViewController.swift in Sources */,
  243. D3E34EA11D77541D00EF755D /* AppDelegate.swift in Sources */,
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. };
  247. /* End PBXSourcesBuildPhase section */
  248. /* Begin PBXVariantGroup section */
  249. D34C17DA1C948F5800D69BCA /* LaunchScreen.storyboard */ = {
  250. isa = PBXVariantGroup;
  251. children = (
  252. D34C17DB1C948F5800D69BCA /* Base */,
  253. );
  254. name = LaunchScreen.storyboard;
  255. sourceTree = "<group>";
  256. };
  257. /* End PBXVariantGroup section */
  258. /* Begin XCBuildConfiguration section */
  259. D34C17DE1C948F5800D69BCA /* Debug */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. ALWAYS_SEARCH_USER_PATHS = NO;
  263. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  264. CLANG_CXX_LIBRARY = "libc++";
  265. CLANG_ENABLE_MODULES = YES;
  266. CLANG_ENABLE_OBJC_ARC = YES;
  267. CLANG_WARN_BOOL_CONVERSION = YES;
  268. CLANG_WARN_CONSTANT_CONVERSION = YES;
  269. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  270. CLANG_WARN_EMPTY_BODY = YES;
  271. CLANG_WARN_ENUM_CONVERSION = YES;
  272. CLANG_WARN_INFINITE_RECURSION = YES;
  273. CLANG_WARN_INT_CONVERSION = YES;
  274. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  275. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  276. CLANG_WARN_UNREACHABLE_CODE = YES;
  277. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  278. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  279. COPY_PHASE_STRIP = NO;
  280. DEBUG_INFORMATION_FORMAT = dwarf;
  281. ENABLE_STRICT_OBJC_MSGSEND = YES;
  282. ENABLE_TESTABILITY = YES;
  283. GCC_C_LANGUAGE_STANDARD = gnu99;
  284. GCC_DYNAMIC_NO_PIC = NO;
  285. GCC_NO_COMMON_BLOCKS = YES;
  286. GCC_OPTIMIZATION_LEVEL = 0;
  287. GCC_PREPROCESSOR_DEFINITIONS = (
  288. "DEBUG=1",
  289. "$(inherited)",
  290. );
  291. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  292. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  293. GCC_WARN_UNDECLARED_SELECTOR = YES;
  294. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  295. GCC_WARN_UNUSED_FUNCTION = YES;
  296. GCC_WARN_UNUSED_VARIABLE = YES;
  297. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  298. MTL_ENABLE_DEBUG_INFO = YES;
  299. ONLY_ACTIVE_ARCH = YES;
  300. SDKROOT = iphoneos;
  301. TARGETED_DEVICE_FAMILY = "1,2";
  302. };
  303. name = Debug;
  304. };
  305. D34C17DF1C948F5800D69BCA /* Release */ = {
  306. isa = XCBuildConfiguration;
  307. buildSettings = {
  308. ALWAYS_SEARCH_USER_PATHS = NO;
  309. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  310. CLANG_CXX_LIBRARY = "libc++";
  311. CLANG_ENABLE_MODULES = YES;
  312. CLANG_ENABLE_OBJC_ARC = YES;
  313. CLANG_WARN_BOOL_CONVERSION = YES;
  314. CLANG_WARN_CONSTANT_CONVERSION = YES;
  315. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  316. CLANG_WARN_EMPTY_BODY = YES;
  317. CLANG_WARN_ENUM_CONVERSION = YES;
  318. CLANG_WARN_INFINITE_RECURSION = YES;
  319. CLANG_WARN_INT_CONVERSION = YES;
  320. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  321. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  322. CLANG_WARN_UNREACHABLE_CODE = YES;
  323. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  324. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  325. COPY_PHASE_STRIP = NO;
  326. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  327. ENABLE_NS_ASSERTIONS = NO;
  328. ENABLE_STRICT_OBJC_MSGSEND = YES;
  329. GCC_C_LANGUAGE_STANDARD = gnu99;
  330. GCC_NO_COMMON_BLOCKS = YES;
  331. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  332. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  333. GCC_WARN_UNDECLARED_SELECTOR = YES;
  334. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  335. GCC_WARN_UNUSED_FUNCTION = YES;
  336. GCC_WARN_UNUSED_VARIABLE = YES;
  337. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  338. MTL_ENABLE_DEBUG_INFO = NO;
  339. SDKROOT = iphoneos;
  340. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  341. TARGETED_DEVICE_FAMILY = "1,2";
  342. VALIDATE_PRODUCT = YES;
  343. };
  344. name = Release;
  345. };
  346. D34C17E11C948F5800D69BCA /* Debug */ = {
  347. isa = XCBuildConfiguration;
  348. baseConfigurationReference = C2D2368DBC8898A52FE6113B /* Pods-Speech.debug.xcconfig */;
  349. buildSettings = {
  350. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  351. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  352. CLANG_ENABLE_MODULES = YES;
  353. "HEADER_SEARCH_PATHS[arch=*]" = (
  354. "$(inherited)",
  355. "\"${PODS_ROOT}/Headers/Public\"",
  356. "\"${PODS_ROOT}/Headers/Public/!ProtoCompiler\"",
  357. "\"${PODS_ROOT}/Headers/Public/!ProtoCompiler-gRPCPlugin\"",
  358. "\"${PODS_ROOT}/gRPC-Core/include\"",
  359. );
  360. INFOPLIST_FILE = Speech/Info.plist;
  361. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path";
  362. PRODUCT_BUNDLE_IDENTIFIER = "com.google.speech-grpc-streaming";
  363. PRODUCT_NAME = "$(TARGET_NAME)";
  364. SWIFT_OBJC_BRIDGING_HEADER = "Speech/Speech-Bridging-Header.h";
  365. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  366. SWIFT_VERSION = 3.0;
  367. };
  368. name = Debug;
  369. };
  370. D34C17E21C948F5800D69BCA /* Release */ = {
  371. isa = XCBuildConfiguration;
  372. baseConfigurationReference = 5E83ACE29B0D0DF0085BA8F2 /* Pods-Speech.release.xcconfig */;
  373. buildSettings = {
  374. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  375. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  376. CLANG_ENABLE_MODULES = YES;
  377. INFOPLIST_FILE = Speech/Info.plist;
  378. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path";
  379. PRODUCT_BUNDLE_IDENTIFIER = "com.google.speech-grpc-streaming";
  380. PRODUCT_NAME = "$(TARGET_NAME)";
  381. SWIFT_OBJC_BRIDGING_HEADER = "Speech/Speech-Bridging-Header.h";
  382. SWIFT_VERSION = 3.0;
  383. };
  384. name = Release;
  385. };
  386. /* End XCBuildConfiguration section */
  387. /* Begin XCConfigurationList section */
  388. D34C17C41C948F5700D69BCA /* Build configuration list for PBXProject "Speech" */ = {
  389. isa = XCConfigurationList;
  390. buildConfigurations = (
  391. D34C17DE1C948F5800D69BCA /* Debug */,
  392. D34C17DF1C948F5800D69BCA /* Release */,
  393. );
  394. defaultConfigurationIsVisible = 0;
  395. defaultConfigurationName = Release;
  396. };
  397. D34C17E01C948F5800D69BCA /* Build configuration list for PBXNativeTarget "Speech" */ = {
  398. isa = XCConfigurationList;
  399. buildConfigurations = (
  400. D34C17E11C948F5800D69BCA /* Debug */,
  401. D34C17E21C948F5800D69BCA /* Release */,
  402. );
  403. defaultConfigurationIsVisible = 0;
  404. defaultConfigurationName = Release;
  405. };
  406. /* End XCConfigurationList section */
  407. };
  408. rootObject = D34C17C11C948F5700D69BCA /* Project object */;
  409. }