project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3DC71E95B8670DC619CF8693 /* libPods-HelloWorldCpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E3077D82811A6434769B437 /* libPods-HelloWorldCpp.a */; };
  10. 5E9D65611FFD689B00C955D4 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E9D65601FFD689B00C955D4 /* AppDelegate.mm */; };
  11. 5E9D65641FFD689B00C955D4 /* ViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E9D65631FFD689B00C955D4 /* ViewController.mm */; };
  12. 5E9D65671FFD689B00C955D4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5E9D65651FFD689B00C955D4 /* Main.storyboard */; };
  13. 5E9D65691FFD689B00C955D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5E9D65681FFD689B00C955D4 /* Assets.xcassets */; };
  14. 5E9D656C1FFD689B00C955D4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5E9D656A1FFD689B00C955D4 /* LaunchScreen.storyboard */; };
  15. 5E9D656F1FFD689C00C955D4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E9D656E1FFD689C00C955D4 /* main.m */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 0A6137606FDBA874FCF64753 /* Pods-HelloWorldCpp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorldCpp.release.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorldCpp/Pods-HelloWorldCpp.release.xcconfig"; sourceTree = "<group>"; };
  19. 5E9D655C1FFD689B00C955D4 /* HelloWorldCpp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorldCpp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 5E9D655F1FFD689B00C955D4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  21. 5E9D65601FFD689B00C955D4 /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = "<group>"; };
  22. 5E9D65621FFD689B00C955D4 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  23. 5E9D65631FFD689B00C955D4 /* ViewController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ViewController.mm; sourceTree = "<group>"; };
  24. 5E9D65661FFD689B00C955D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  25. 5E9D65681FFD689B00C955D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. 5E9D656B1FFD689B00C955D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  27. 5E9D656D1FFD689C00C955D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. 5E9D656E1FFD689C00C955D4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  29. 8E3077D82811A6434769B437 /* libPods-HelloWorldCpp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorldCpp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  30. AF0FF6EB66DA2C30CFC575EA /* Pods-HelloWorldCpp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorldCpp.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorldCpp/Pods-HelloWorldCpp.debug.xcconfig"; sourceTree = "<group>"; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. 5E9D65591FFD689B00C955D4 /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. 3DC71E95B8670DC619CF8693 /* libPods-HelloWorldCpp.a in Frameworks */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. 08FBFA5AB49E037A86EA64D7 /* Frameworks */ = {
  44. isa = PBXGroup;
  45. children = (
  46. 8E3077D82811A6434769B437 /* libPods-HelloWorldCpp.a */,
  47. );
  48. name = Frameworks;
  49. sourceTree = "<group>";
  50. };
  51. 5E9D65531FFD689B00C955D4 = {
  52. isa = PBXGroup;
  53. children = (
  54. 5E9D655E1FFD689B00C955D4 /* HelloWorldCpp */,
  55. 5E9D655D1FFD689B00C955D4 /* Products */,
  56. E40B264856595518D408CF3E /* Pods */,
  57. 08FBFA5AB49E037A86EA64D7 /* Frameworks */,
  58. );
  59. sourceTree = "<group>";
  60. };
  61. 5E9D655D1FFD689B00C955D4 /* Products */ = {
  62. isa = PBXGroup;
  63. children = (
  64. 5E9D655C1FFD689B00C955D4 /* HelloWorldCpp.app */,
  65. );
  66. name = Products;
  67. sourceTree = "<group>";
  68. };
  69. 5E9D655E1FFD689B00C955D4 /* HelloWorldCpp */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 5E9D655F1FFD689B00C955D4 /* AppDelegate.h */,
  73. 5E9D65601FFD689B00C955D4 /* AppDelegate.mm */,
  74. 5E9D65621FFD689B00C955D4 /* ViewController.h */,
  75. 5E9D65631FFD689B00C955D4 /* ViewController.mm */,
  76. 5E9D65651FFD689B00C955D4 /* Main.storyboard */,
  77. 5E9D65681FFD689B00C955D4 /* Assets.xcassets */,
  78. 5E9D656A1FFD689B00C955D4 /* LaunchScreen.storyboard */,
  79. 5E9D656D1FFD689C00C955D4 /* Info.plist */,
  80. 5E9D656E1FFD689C00C955D4 /* main.m */,
  81. );
  82. path = HelloWorldCpp;
  83. sourceTree = "<group>";
  84. };
  85. E40B264856595518D408CF3E /* Pods */ = {
  86. isa = PBXGroup;
  87. children = (
  88. AF0FF6EB66DA2C30CFC575EA /* Pods-HelloWorldCpp.debug.xcconfig */,
  89. 0A6137606FDBA874FCF64753 /* Pods-HelloWorldCpp.release.xcconfig */,
  90. );
  91. name = Pods;
  92. sourceTree = "<group>";
  93. };
  94. /* End PBXGroup section */
  95. /* Begin PBXNativeTarget section */
  96. 5E9D655B1FFD689B00C955D4 /* HelloWorldCpp */ = {
  97. isa = PBXNativeTarget;
  98. buildConfigurationList = 5E9D65721FFD689C00C955D4 /* Build configuration list for PBXNativeTarget "HelloWorldCpp" */;
  99. buildPhases = (
  100. 4D66D60BD88AA4D5813859A9 /* [CP] Check Pods Manifest.lock */,
  101. 5E9D65581FFD689B00C955D4 /* Sources */,
  102. 5E9D65591FFD689B00C955D4 /* Frameworks */,
  103. 5E9D655A1FFD689B00C955D4 /* Resources */,
  104. CA89B315EACC5A6F8816FD26 /* [CP] Embed Pods Frameworks */,
  105. 6C4D930C765719D03893663B /* [CP] Copy Pods Resources */,
  106. );
  107. buildRules = (
  108. );
  109. dependencies = (
  110. );
  111. name = HelloWorldCpp;
  112. productName = HelloWorldCpp;
  113. productReference = 5E9D655C1FFD689B00C955D4 /* HelloWorldCpp.app */;
  114. productType = "com.apple.product-type.application";
  115. };
  116. /* End PBXNativeTarget section */
  117. /* Begin PBXProject section */
  118. 5E9D65541FFD689B00C955D4 /* Project object */ = {
  119. isa = PBXProject;
  120. attributes = {
  121. LastUpgradeCheck = 0920;
  122. ORGANIZATIONNAME = gRPC;
  123. TargetAttributes = {
  124. 5E9D655B1FFD689B00C955D4 = {
  125. CreatedOnToolsVersion = 9.2;
  126. ProvisioningStyle = Automatic;
  127. };
  128. };
  129. };
  130. buildConfigurationList = 5E9D65571FFD689B00C955D4 /* Build configuration list for PBXProject "HelloWorldCpp" */;
  131. compatibilityVersion = "Xcode 8.0";
  132. developmentRegion = en;
  133. hasScannedForEncodings = 0;
  134. knownRegions = (
  135. en,
  136. Base,
  137. );
  138. mainGroup = 5E9D65531FFD689B00C955D4;
  139. productRefGroup = 5E9D655D1FFD689B00C955D4 /* Products */;
  140. projectDirPath = "";
  141. projectRoot = "";
  142. targets = (
  143. 5E9D655B1FFD689B00C955D4 /* HelloWorldCpp */,
  144. );
  145. };
  146. /* End PBXProject section */
  147. /* Begin PBXResourcesBuildPhase section */
  148. 5E9D655A1FFD689B00C955D4 /* Resources */ = {
  149. isa = PBXResourcesBuildPhase;
  150. buildActionMask = 2147483647;
  151. files = (
  152. 5E9D656C1FFD689B00C955D4 /* LaunchScreen.storyboard in Resources */,
  153. 5E9D65691FFD689B00C955D4 /* Assets.xcassets in Resources */,
  154. 5E9D65671FFD689B00C955D4 /* Main.storyboard in Resources */,
  155. );
  156. runOnlyForDeploymentPostprocessing = 0;
  157. };
  158. /* End PBXResourcesBuildPhase section */
  159. /* Begin PBXShellScriptBuildPhase section */
  160. 4D66D60BD88AA4D5813859A9 /* [CP] Check Pods Manifest.lock */ = {
  161. isa = PBXShellScriptBuildPhase;
  162. buildActionMask = 2147483647;
  163. files = (
  164. );
  165. inputPaths = (
  166. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  167. "${PODS_ROOT}/Manifest.lock",
  168. );
  169. name = "[CP] Check Pods Manifest.lock";
  170. outputPaths = (
  171. "$(DERIVED_FILE_DIR)/Pods-HelloWorldCpp-checkManifestLockResult.txt",
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. shellPath = /bin/sh;
  175. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  176. showEnvVarsInLog = 0;
  177. };
  178. 6C4D930C765719D03893663B /* [CP] Copy Pods Resources */ = {
  179. isa = PBXShellScriptBuildPhase;
  180. buildActionMask = 2147483647;
  181. files = (
  182. );
  183. inputPaths = (
  184. );
  185. name = "[CP] Copy Pods Resources";
  186. outputPaths = (
  187. );
  188. runOnlyForDeploymentPostprocessing = 0;
  189. shellPath = /bin/sh;
  190. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorldCpp/Pods-HelloWorldCpp-resources.sh\"\n";
  191. showEnvVarsInLog = 0;
  192. };
  193. CA89B315EACC5A6F8816FD26 /* [CP] Embed Pods Frameworks */ = {
  194. isa = PBXShellScriptBuildPhase;
  195. buildActionMask = 2147483647;
  196. files = (
  197. );
  198. inputPaths = (
  199. );
  200. name = "[CP] Embed Pods Frameworks";
  201. outputPaths = (
  202. );
  203. runOnlyForDeploymentPostprocessing = 0;
  204. shellPath = /bin/sh;
  205. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorldCpp/Pods-HelloWorldCpp-frameworks.sh\"\n";
  206. showEnvVarsInLog = 0;
  207. };
  208. /* End PBXShellScriptBuildPhase section */
  209. /* Begin PBXSourcesBuildPhase section */
  210. 5E9D65581FFD689B00C955D4 /* Sources */ = {
  211. isa = PBXSourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 5E9D65641FFD689B00C955D4 /* ViewController.mm in Sources */,
  215. 5E9D656F1FFD689C00C955D4 /* main.m in Sources */,
  216. 5E9D65611FFD689B00C955D4 /* AppDelegate.mm in Sources */,
  217. );
  218. runOnlyForDeploymentPostprocessing = 0;
  219. };
  220. /* End PBXSourcesBuildPhase section */
  221. /* Begin PBXVariantGroup section */
  222. 5E9D65651FFD689B00C955D4 /* Main.storyboard */ = {
  223. isa = PBXVariantGroup;
  224. children = (
  225. 5E9D65661FFD689B00C955D4 /* Base */,
  226. );
  227. name = Main.storyboard;
  228. sourceTree = "<group>";
  229. };
  230. 5E9D656A1FFD689B00C955D4 /* LaunchScreen.storyboard */ = {
  231. isa = PBXVariantGroup;
  232. children = (
  233. 5E9D656B1FFD689B00C955D4 /* Base */,
  234. );
  235. name = LaunchScreen.storyboard;
  236. sourceTree = "<group>";
  237. };
  238. /* End PBXVariantGroup section */
  239. /* Begin XCBuildConfiguration section */
  240. 5E9D65701FFD689C00C955D4 /* Debug */ = {
  241. isa = XCBuildConfiguration;
  242. buildSettings = {
  243. ALWAYS_SEARCH_USER_PATHS = NO;
  244. CLANG_ANALYZER_NONNULL = YES;
  245. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  246. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  247. CLANG_CXX_LIBRARY = "libc++";
  248. CLANG_ENABLE_MODULES = YES;
  249. CLANG_ENABLE_OBJC_ARC = YES;
  250. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  251. CLANG_WARN_BOOL_CONVERSION = YES;
  252. CLANG_WARN_COMMA = YES;
  253. CLANG_WARN_CONSTANT_CONVERSION = YES;
  254. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  255. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  256. CLANG_WARN_EMPTY_BODY = YES;
  257. CLANG_WARN_ENUM_CONVERSION = YES;
  258. CLANG_WARN_INFINITE_RECURSION = YES;
  259. CLANG_WARN_INT_CONVERSION = YES;
  260. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  261. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  262. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  263. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  264. CLANG_WARN_STRICT_PROTOTYPES = YES;
  265. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  266. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  267. CLANG_WARN_UNREACHABLE_CODE = YES;
  268. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  269. CODE_SIGN_IDENTITY = "iPhone Developer";
  270. COPY_PHASE_STRIP = NO;
  271. DEBUG_INFORMATION_FORMAT = dwarf;
  272. ENABLE_STRICT_OBJC_MSGSEND = YES;
  273. ENABLE_TESTABILITY = YES;
  274. GCC_C_LANGUAGE_STANDARD = gnu11;
  275. GCC_DYNAMIC_NO_PIC = NO;
  276. GCC_NO_COMMON_BLOCKS = YES;
  277. GCC_OPTIMIZATION_LEVEL = 0;
  278. GCC_PREPROCESSOR_DEFINITIONS = (
  279. "DEBUG=1",
  280. "$(inherited)",
  281. );
  282. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  283. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  284. GCC_WARN_UNDECLARED_SELECTOR = YES;
  285. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  286. GCC_WARN_UNUSED_FUNCTION = YES;
  287. GCC_WARN_UNUSED_VARIABLE = YES;
  288. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  289. MTL_ENABLE_DEBUG_INFO = YES;
  290. ONLY_ACTIVE_ARCH = YES;
  291. SDKROOT = iphoneos;
  292. };
  293. name = Debug;
  294. };
  295. 5E9D65711FFD689C00C955D4 /* Release */ = {
  296. isa = XCBuildConfiguration;
  297. buildSettings = {
  298. ALWAYS_SEARCH_USER_PATHS = NO;
  299. CLANG_ANALYZER_NONNULL = YES;
  300. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  301. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  302. CLANG_CXX_LIBRARY = "libc++";
  303. CLANG_ENABLE_MODULES = YES;
  304. CLANG_ENABLE_OBJC_ARC = YES;
  305. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  306. CLANG_WARN_BOOL_CONVERSION = YES;
  307. CLANG_WARN_COMMA = YES;
  308. CLANG_WARN_CONSTANT_CONVERSION = YES;
  309. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  310. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  311. CLANG_WARN_EMPTY_BODY = YES;
  312. CLANG_WARN_ENUM_CONVERSION = YES;
  313. CLANG_WARN_INFINITE_RECURSION = YES;
  314. CLANG_WARN_INT_CONVERSION = YES;
  315. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  316. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  317. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  318. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  319. CLANG_WARN_STRICT_PROTOTYPES = YES;
  320. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  321. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  322. CLANG_WARN_UNREACHABLE_CODE = YES;
  323. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  324. CODE_SIGN_IDENTITY = "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 = 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 = 9.0;
  338. MTL_ENABLE_DEBUG_INFO = NO;
  339. SDKROOT = iphoneos;
  340. VALIDATE_PRODUCT = YES;
  341. };
  342. name = Release;
  343. };
  344. 5E9D65731FFD689C00C955D4 /* Debug */ = {
  345. isa = XCBuildConfiguration;
  346. baseConfigurationReference = AF0FF6EB66DA2C30CFC575EA /* Pods-HelloWorldCpp.debug.xcconfig */;
  347. buildSettings = {
  348. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  349. CODE_SIGN_STYLE = Automatic;
  350. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  351. INFOPLIST_FILE = HelloWorldCpp/Info.plist;
  352. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  353. PRODUCT_BUNDLE_IDENTIFIER = io.grpc.HelloWorldCpp;
  354. PRODUCT_NAME = "$(TARGET_NAME)";
  355. TARGETED_DEVICE_FAMILY = "1,2";
  356. };
  357. name = Debug;
  358. };
  359. 5E9D65741FFD689C00C955D4 /* Release */ = {
  360. isa = XCBuildConfiguration;
  361. baseConfigurationReference = 0A6137606FDBA874FCF64753 /* Pods-HelloWorldCpp.release.xcconfig */;
  362. buildSettings = {
  363. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  364. CODE_SIGN_STYLE = Automatic;
  365. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  366. INFOPLIST_FILE = HelloWorldCpp/Info.plist;
  367. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  368. PRODUCT_BUNDLE_IDENTIFIER = io.grpc.HelloWorldCpp;
  369. PRODUCT_NAME = "$(TARGET_NAME)";
  370. TARGETED_DEVICE_FAMILY = "1,2";
  371. };
  372. name = Release;
  373. };
  374. /* End XCBuildConfiguration section */
  375. /* Begin XCConfigurationList section */
  376. 5E9D65571FFD689B00C955D4 /* Build configuration list for PBXProject "HelloWorldCpp" */ = {
  377. isa = XCConfigurationList;
  378. buildConfigurations = (
  379. 5E9D65701FFD689C00C955D4 /* Debug */,
  380. 5E9D65711FFD689C00C955D4 /* Release */,
  381. );
  382. defaultConfigurationIsVisible = 0;
  383. defaultConfigurationName = Release;
  384. };
  385. 5E9D65721FFD689C00C955D4 /* Build configuration list for PBXNativeTarget "HelloWorldCpp" */ = {
  386. isa = XCConfigurationList;
  387. buildConfigurations = (
  388. 5E9D65731FFD689C00C955D4 /* Debug */,
  389. 5E9D65741FFD689C00C955D4 /* Release */,
  390. );
  391. defaultConfigurationIsVisible = 0;
  392. defaultConfigurationName = Release;
  393. };
  394. /* End XCConfigurationList section */
  395. };
  396. rootObject = 5E9D65541FFD689B00C955D4 /* Project object */;
  397. }