project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 45600AC42445365000180DCE /* AudioStreamManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45600AC32445365000180DCE /* AudioStreamManager.swift */; };
  10. 458EDDB32444997700BEBFD3 /* SpeechService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 458EDDB22444997700BEBFD3 /* SpeechService.swift */; };
  11. 45A75D542446506000ACB73B /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45A75D532446506000ACB73B /* Constants.swift */; };
  12. 45EA4F3024439C2300622606 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45EA4F2F24439C2300622606 /* AppDelegate.swift */; };
  13. 45EA4F3224439C2300622606 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45EA4F3124439C2300622606 /* SceneDelegate.swift */; };
  14. 45EA4F3424439C2300622606 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45EA4F3324439C2300622606 /* ViewController.swift */; };
  15. 45EA4F3924439C2400622606 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 45EA4F3824439C2400622606 /* Assets.xcassets */; };
  16. 45EA4F3C24439C2400622606 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 45EA4F3A24439C2400622606 /* LaunchScreen.storyboard */; };
  17. E7726D7B282887B3006686BE /* cloud_speech.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7726D73282887B3006686BE /* cloud_speech.grpc.swift */; };
  18. E7726D7C282887B3006686BE /* status.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7726D74282887B3006686BE /* status.pb.swift */; };
  19. E7726D7D282887B3006686BE /* cloud_speech.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7726D75282887B3006686BE /* cloud_speech.pb.swift */; };
  20. E7726D7E282887B3006686BE /* annotations.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7726D76282887B3006686BE /* annotations.pb.swift */; };
  21. E7726D7F282887B3006686BE /* operations.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7726D77282887B3006686BE /* operations.grpc.swift */; };
  22. E7726D80282887B3006686BE /* http.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7726D78282887B3006686BE /* http.pb.swift */; };
  23. E7726D81282887B3006686BE /* operations.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7726D79282887B3006686BE /* operations.pb.swift */; };
  24. E7726D82282887B3006686BE /* client.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7726D7A282887B3006686BE /* client.pb.swift */; };
  25. E7726D8528288825006686BE /* GRPC in Frameworks */ = {isa = PBXBuildFile; productRef = E7726D8428288825006686BE /* GRPC */; };
  26. E7726D8828288850006686BE /* SnapKit in Frameworks */ = {isa = PBXBuildFile; productRef = E7726D8728288850006686BE /* SnapKit */; };
  27. E7DB07D128288C160049B966 /* resource.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DB07D028288C160049B966 /* resource.pb.swift */; };
  28. /* End PBXBuildFile section */
  29. /* Begin PBXFileReference section */
  30. 45600AC32445365000180DCE /* AudioStreamManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioStreamManager.swift; sourceTree = "<group>"; };
  31. 458EDDB22444997700BEBFD3 /* SpeechService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeechService.swift; sourceTree = "<group>"; };
  32. 45A75D532446506000ACB73B /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
  33. 45EA4F2C24439C2300622606 /* gRPC Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "gRPC Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  34. 45EA4F2F24439C2300622606 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  35. 45EA4F3124439C2300622606 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  36. 45EA4F3324439C2300622606 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  37. 45EA4F3824439C2400622606 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  38. 45EA4F3B24439C2400622606 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  39. 45EA4F3D24439C2400622606 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  40. E7726D73282887B3006686BE /* cloud_speech.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = cloud_speech.grpc.swift; sourceTree = "<group>"; };
  41. E7726D74282887B3006686BE /* status.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = status.pb.swift; sourceTree = "<group>"; };
  42. E7726D75282887B3006686BE /* cloud_speech.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = cloud_speech.pb.swift; sourceTree = "<group>"; };
  43. E7726D76282887B3006686BE /* annotations.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = annotations.pb.swift; sourceTree = "<group>"; };
  44. E7726D77282887B3006686BE /* operations.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = operations.grpc.swift; sourceTree = "<group>"; };
  45. E7726D78282887B3006686BE /* http.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = http.pb.swift; sourceTree = "<group>"; };
  46. E7726D79282887B3006686BE /* operations.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = operations.pb.swift; sourceTree = "<group>"; };
  47. E7726D7A282887B3006686BE /* client.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = client.pb.swift; sourceTree = "<group>"; };
  48. E7DB07D028288C160049B966 /* resource.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = resource.pb.swift; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. 45EA4F2924439C2300622606 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. E7726D8528288825006686BE /* GRPC in Frameworks */,
  56. E7726D8828288850006686BE /* SnapKit in Frameworks */,
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. /* End PBXFrameworksBuildPhase section */
  61. /* Begin PBXGroup section */
  62. 4524351E244495D800EF8317 /* Configuration */ = {
  63. isa = PBXGroup;
  64. children = (
  65. 45EA4F3D24439C2400622606 /* Info.plist */,
  66. 45EA4F3824439C2400622606 /* Assets.xcassets */,
  67. );
  68. path = Configuration;
  69. sourceTree = "<group>";
  70. };
  71. 4524351F244495EC00EF8317 /* Launch */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 45EA4F3A24439C2400622606 /* LaunchScreen.storyboard */,
  75. 45EA4F2F24439C2300622606 /* AppDelegate.swift */,
  76. 45EA4F3124439C2300622606 /* SceneDelegate.swift */,
  77. );
  78. path = Launch;
  79. sourceTree = "<group>";
  80. };
  81. 45EA4F2324439C2300622606 = {
  82. isa = PBXGroup;
  83. children = (
  84. 45EA4F2E24439C2300622606 /* Sources */,
  85. 45EA4F2D24439C2300622606 /* Products */,
  86. );
  87. sourceTree = "<group>";
  88. };
  89. 45EA4F2D24439C2300622606 /* Products */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 45EA4F2C24439C2300622606 /* gRPC Example.app */,
  93. );
  94. name = Products;
  95. sourceTree = "<group>";
  96. };
  97. 45EA4F2E24439C2300622606 /* Sources */ = {
  98. isa = PBXGroup;
  99. children = (
  100. E7726D72282887B3006686BE /* Generated */,
  101. 4524351F244495EC00EF8317 /* Launch */,
  102. 4524351E244495D800EF8317 /* Configuration */,
  103. 45EA4F3324439C2300622606 /* ViewController.swift */,
  104. 458EDDB22444997700BEBFD3 /* SpeechService.swift */,
  105. 45600AC32445365000180DCE /* AudioStreamManager.swift */,
  106. 45A75D532446506000ACB73B /* Constants.swift */,
  107. );
  108. path = Sources;
  109. sourceTree = "<group>";
  110. };
  111. E7726D72282887B3006686BE /* Generated */ = {
  112. isa = PBXGroup;
  113. children = (
  114. E7726D76282887B3006686BE /* annotations.pb.swift */,
  115. E7726D7A282887B3006686BE /* client.pb.swift */,
  116. E7726D73282887B3006686BE /* cloud_speech.grpc.swift */,
  117. E7726D75282887B3006686BE /* cloud_speech.pb.swift */,
  118. E7726D78282887B3006686BE /* http.pb.swift */,
  119. E7726D77282887B3006686BE /* operations.grpc.swift */,
  120. E7726D79282887B3006686BE /* operations.pb.swift */,
  121. E7DB07D028288C160049B966 /* resource.pb.swift */,
  122. E7726D74282887B3006686BE /* status.pb.swift */,
  123. );
  124. path = Generated;
  125. sourceTree = "<group>";
  126. };
  127. /* End PBXGroup section */
  128. /* Begin PBXNativeTarget section */
  129. 45EA4F2B24439C2300622606 /* SpeechToText-gRPC-iOS */ = {
  130. isa = PBXNativeTarget;
  131. buildConfigurationList = 45EA4F4024439C2400622606 /* Build configuration list for PBXNativeTarget "SpeechToText-gRPC-iOS" */;
  132. buildPhases = (
  133. 45EA4F2824439C2300622606 /* Sources */,
  134. 45EA4F2924439C2300622606 /* Frameworks */,
  135. 45EA4F2A24439C2300622606 /* Resources */,
  136. );
  137. buildRules = (
  138. );
  139. dependencies = (
  140. );
  141. name = "SpeechToText-gRPC-iOS";
  142. packageProductDependencies = (
  143. E7726D8428288825006686BE /* GRPC */,
  144. E7726D8728288850006686BE /* SnapKit */,
  145. );
  146. productName = "SpeechToText-gRPC-iOS";
  147. productReference = 45EA4F2C24439C2300622606 /* gRPC Example.app */;
  148. productType = "com.apple.product-type.application";
  149. };
  150. /* End PBXNativeTarget section */
  151. /* Begin PBXProject section */
  152. 45EA4F2424439C2300622606 /* Project object */ = {
  153. isa = PBXProject;
  154. attributes = {
  155. LastSwiftUpdateCheck = 1130;
  156. LastUpgradeCheck = 1330;
  157. ORGANIZATIONNAME = "Prickett, Jacob (J.A.)";
  158. TargetAttributes = {
  159. 45EA4F2B24439C2300622606 = {
  160. CreatedOnToolsVersion = 11.3;
  161. };
  162. };
  163. };
  164. buildConfigurationList = 45EA4F2724439C2300622606 /* Build configuration list for PBXProject "SpeechToText-gRPC-iOS" */;
  165. compatibilityVersion = "Xcode 9.3";
  166. developmentRegion = en;
  167. hasScannedForEncodings = 0;
  168. knownRegions = (
  169. en,
  170. Base,
  171. );
  172. mainGroup = 45EA4F2324439C2300622606;
  173. packageReferences = (
  174. E7726D8328288825006686BE /* XCRemoteSwiftPackageReference "grpc-swift" */,
  175. E7726D8628288850006686BE /* XCRemoteSwiftPackageReference "SnapKit" */,
  176. );
  177. productRefGroup = 45EA4F2D24439C2300622606 /* Products */;
  178. projectDirPath = "";
  179. projectRoot = "";
  180. targets = (
  181. 45EA4F2B24439C2300622606 /* SpeechToText-gRPC-iOS */,
  182. );
  183. };
  184. /* End PBXProject section */
  185. /* Begin PBXResourcesBuildPhase section */
  186. 45EA4F2A24439C2300622606 /* Resources */ = {
  187. isa = PBXResourcesBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. 45EA4F3C24439C2400622606 /* LaunchScreen.storyboard in Resources */,
  191. 45EA4F3924439C2400622606 /* Assets.xcassets in Resources */,
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. /* End PBXResourcesBuildPhase section */
  196. /* Begin PBXSourcesBuildPhase section */
  197. 45EA4F2824439C2300622606 /* Sources */ = {
  198. isa = PBXSourcesBuildPhase;
  199. buildActionMask = 2147483647;
  200. files = (
  201. 45600AC42445365000180DCE /* AudioStreamManager.swift in Sources */,
  202. 45EA4F3424439C2300622606 /* ViewController.swift in Sources */,
  203. E7DB07D128288C160049B966 /* resource.pb.swift in Sources */,
  204. E7726D7D282887B3006686BE /* cloud_speech.pb.swift in Sources */,
  205. E7726D81282887B3006686BE /* operations.pb.swift in Sources */,
  206. 45EA4F3024439C2300622606 /* AppDelegate.swift in Sources */,
  207. E7726D80282887B3006686BE /* http.pb.swift in Sources */,
  208. E7726D7F282887B3006686BE /* operations.grpc.swift in Sources */,
  209. E7726D82282887B3006686BE /* client.pb.swift in Sources */,
  210. 458EDDB32444997700BEBFD3 /* SpeechService.swift in Sources */,
  211. 45EA4F3224439C2300622606 /* SceneDelegate.swift in Sources */,
  212. E7726D7B282887B3006686BE /* cloud_speech.grpc.swift in Sources */,
  213. E7726D7C282887B3006686BE /* status.pb.swift in Sources */,
  214. 45A75D542446506000ACB73B /* Constants.swift in Sources */,
  215. E7726D7E282887B3006686BE /* annotations.pb.swift in Sources */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. /* End PBXSourcesBuildPhase section */
  220. /* Begin PBXVariantGroup section */
  221. 45EA4F3A24439C2400622606 /* LaunchScreen.storyboard */ = {
  222. isa = PBXVariantGroup;
  223. children = (
  224. 45EA4F3B24439C2400622606 /* Base */,
  225. );
  226. name = LaunchScreen.storyboard;
  227. sourceTree = "<group>";
  228. };
  229. /* End PBXVariantGroup section */
  230. /* Begin XCBuildConfiguration section */
  231. 45EA4F3E24439C2400622606 /* Debug */ = {
  232. isa = XCBuildConfiguration;
  233. buildSettings = {
  234. ALWAYS_SEARCH_USER_PATHS = NO;
  235. CLANG_ANALYZER_NONNULL = YES;
  236. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  237. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  238. CLANG_CXX_LIBRARY = "libc++";
  239. CLANG_ENABLE_MODULES = YES;
  240. CLANG_ENABLE_OBJC_ARC = YES;
  241. CLANG_ENABLE_OBJC_WEAK = YES;
  242. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  243. CLANG_WARN_BOOL_CONVERSION = YES;
  244. CLANG_WARN_COMMA = YES;
  245. CLANG_WARN_CONSTANT_CONVERSION = YES;
  246. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  247. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  248. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  249. CLANG_WARN_EMPTY_BODY = YES;
  250. CLANG_WARN_ENUM_CONVERSION = YES;
  251. CLANG_WARN_INFINITE_RECURSION = YES;
  252. CLANG_WARN_INT_CONVERSION = YES;
  253. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  254. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  255. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  256. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  257. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  258. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  259. CLANG_WARN_STRICT_PROTOTYPES = YES;
  260. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  261. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  262. CLANG_WARN_UNREACHABLE_CODE = YES;
  263. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  264. COPY_PHASE_STRIP = NO;
  265. DEBUG_INFORMATION_FORMAT = dwarf;
  266. ENABLE_STRICT_OBJC_MSGSEND = YES;
  267. ENABLE_TESTABILITY = YES;
  268. GCC_C_LANGUAGE_STANDARD = gnu11;
  269. GCC_DYNAMIC_NO_PIC = NO;
  270. GCC_NO_COMMON_BLOCKS = YES;
  271. GCC_OPTIMIZATION_LEVEL = 0;
  272. GCC_PREPROCESSOR_DEFINITIONS = (
  273. "DEBUG=1",
  274. "$(inherited)",
  275. );
  276. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  277. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  278. GCC_WARN_UNDECLARED_SELECTOR = YES;
  279. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  280. GCC_WARN_UNUSED_FUNCTION = YES;
  281. GCC_WARN_UNUSED_VARIABLE = YES;
  282. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  283. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  284. MTL_FAST_MATH = YES;
  285. ONLY_ACTIVE_ARCH = YES;
  286. SDKROOT = iphoneos;
  287. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  288. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  289. };
  290. name = Debug;
  291. };
  292. 45EA4F3F24439C2400622606 /* Release */ = {
  293. isa = XCBuildConfiguration;
  294. buildSettings = {
  295. ALWAYS_SEARCH_USER_PATHS = NO;
  296. CLANG_ANALYZER_NONNULL = YES;
  297. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  298. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  299. CLANG_CXX_LIBRARY = "libc++";
  300. CLANG_ENABLE_MODULES = YES;
  301. CLANG_ENABLE_OBJC_ARC = YES;
  302. CLANG_ENABLE_OBJC_WEAK = YES;
  303. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  304. CLANG_WARN_BOOL_CONVERSION = YES;
  305. CLANG_WARN_COMMA = YES;
  306. CLANG_WARN_CONSTANT_CONVERSION = YES;
  307. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  308. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  309. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  310. CLANG_WARN_EMPTY_BODY = YES;
  311. CLANG_WARN_ENUM_CONVERSION = YES;
  312. CLANG_WARN_INFINITE_RECURSION = YES;
  313. CLANG_WARN_INT_CONVERSION = YES;
  314. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  315. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  316. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  317. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  318. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  319. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  320. CLANG_WARN_STRICT_PROTOTYPES = YES;
  321. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  322. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  323. CLANG_WARN_UNREACHABLE_CODE = YES;
  324. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  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 = gnu11;
  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 = 15.0;
  338. MTL_ENABLE_DEBUG_INFO = NO;
  339. MTL_FAST_MATH = YES;
  340. SDKROOT = iphoneos;
  341. SWIFT_COMPILATION_MODE = wholemodule;
  342. SWIFT_OPTIMIZATION_LEVEL = "-O";
  343. VALIDATE_PRODUCT = YES;
  344. };
  345. name = Release;
  346. };
  347. 45EA4F4124439C2400622606 /* Debug */ = {
  348. isa = XCBuildConfiguration;
  349. buildSettings = {
  350. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  351. CODE_SIGN_STYLE = Automatic;
  352. DEVELOPMENT_TEAM = 24DLJQTAR9;
  353. INFOPLIST_FILE = "$(SRCROOT)/Sources/Configuration/Info.plist";
  354. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  355. LD_RUNPATH_SEARCH_PATHS = (
  356. "$(inherited)",
  357. "@executable_path/Frameworks",
  358. );
  359. PRODUCT_BUNDLE_IDENTIFIER = "com.jakeprickett.SpeechToText-gRPC-iOS";
  360. PRODUCT_NAME = "gRPC Example";
  361. SWIFT_VERSION = 5.0;
  362. TARGETED_DEVICE_FAMILY = 1;
  363. };
  364. name = Debug;
  365. };
  366. 45EA4F4224439C2400622606 /* Release */ = {
  367. isa = XCBuildConfiguration;
  368. buildSettings = {
  369. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  370. CODE_SIGN_STYLE = Automatic;
  371. DEVELOPMENT_TEAM = 24DLJQTAR9;
  372. INFOPLIST_FILE = "$(SRCROOT)/Sources/Configuration/Info.plist";
  373. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  374. LD_RUNPATH_SEARCH_PATHS = (
  375. "$(inherited)",
  376. "@executable_path/Frameworks",
  377. );
  378. PRODUCT_BUNDLE_IDENTIFIER = "com.jakeprickett.SpeechToText-gRPC-iOS";
  379. PRODUCT_NAME = "gRPC Example";
  380. SWIFT_VERSION = 5.0;
  381. TARGETED_DEVICE_FAMILY = 1;
  382. };
  383. name = Release;
  384. };
  385. /* End XCBuildConfiguration section */
  386. /* Begin XCConfigurationList section */
  387. 45EA4F2724439C2300622606 /* Build configuration list for PBXProject "SpeechToText-gRPC-iOS" */ = {
  388. isa = XCConfigurationList;
  389. buildConfigurations = (
  390. 45EA4F3E24439C2400622606 /* Debug */,
  391. 45EA4F3F24439C2400622606 /* Release */,
  392. );
  393. defaultConfigurationIsVisible = 0;
  394. defaultConfigurationName = Debug;
  395. };
  396. 45EA4F4024439C2400622606 /* Build configuration list for PBXNativeTarget "SpeechToText-gRPC-iOS" */ = {
  397. isa = XCConfigurationList;
  398. buildConfigurations = (
  399. 45EA4F4124439C2400622606 /* Debug */,
  400. 45EA4F4224439C2400622606 /* Release */,
  401. );
  402. defaultConfigurationIsVisible = 0;
  403. defaultConfigurationName = Debug;
  404. };
  405. /* End XCConfigurationList section */
  406. /* Begin XCRemoteSwiftPackageReference section */
  407. E7726D8328288825006686BE /* XCRemoteSwiftPackageReference "grpc-swift" */ = {
  408. isa = XCRemoteSwiftPackageReference;
  409. repositoryURL = "https://github.com/grpc/grpc-swift.git";
  410. requirement = {
  411. kind = upToNextMajorVersion;
  412. minimumVersion = 1.0.0;
  413. };
  414. };
  415. E7726D8628288850006686BE /* XCRemoteSwiftPackageReference "SnapKit" */ = {
  416. isa = XCRemoteSwiftPackageReference;
  417. repositoryURL = "https://github.com/SnapKit/SnapKit";
  418. requirement = {
  419. kind = upToNextMajorVersion;
  420. minimumVersion = 5.0.0;
  421. };
  422. };
  423. /* End XCRemoteSwiftPackageReference section */
  424. /* Begin XCSwiftPackageProductDependency section */
  425. E7726D8428288825006686BE /* GRPC */ = {
  426. isa = XCSwiftPackageProductDependency;
  427. package = E7726D8328288825006686BE /* XCRemoteSwiftPackageReference "grpc-swift" */;
  428. productName = GRPC;
  429. };
  430. E7726D8728288850006686BE /* SnapKit */ = {
  431. isa = XCSwiftPackageProductDependency;
  432. package = E7726D8628288850006686BE /* XCRemoteSwiftPackageReference "SnapKit" */;
  433. productName = SnapKit;
  434. };
  435. /* End XCSwiftPackageProductDependency section */
  436. };
  437. rootObject = 45EA4F2424439C2300622606 /* Project object */;
  438. }