project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 124E20A2FC8EAE54460D4ED2 /* libPods-RouteGuideClient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71CEE03D66D40FC37264D6E4 /* libPods-RouteGuideClient.a */; };
  10. 632527831B1D0396003073D9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 632527821B1D0396003073D9 /* main.m */; };
  11. 632527861B1D0396003073D9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 632527851B1D0396003073D9 /* AppDelegate.m */; };
  12. 6325278F1B1D0396003073D9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6325278D1B1D0396003073D9 /* Main.storyboard */; };
  13. 632527911B1D0396003073D9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 632527901B1D0396003073D9 /* Images.xcassets */; };
  14. 6367B55B1B223AFA008861F5 /* route_guide_db.json in Resources */ = {isa = PBXBuildFile; fileRef = 6367B55A1B223AFA008861F5 /* route_guide_db.json */; };
  15. 63A6015C1B1DAB5000FA5B86 /* ViewControllers.m in Sources */ = {isa = PBXBuildFile; fileRef = 63A6015B1B1DAB5000FA5B86 /* ViewControllers.m */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 6325277D1B1D0396003073D9 /* RouteGuideClient.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RouteGuideClient.app; sourceTree = BUILT_PRODUCTS_DIR; };
  19. 632527811B1D0396003073D9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  20. 632527821B1D0396003073D9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  21. 632527841B1D0396003073D9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  22. 632527851B1D0396003073D9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  23. 6325278E1B1D0396003073D9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  24. 632527901B1D0396003073D9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  25. 6367B55A1B223AFA008861F5 /* route_guide_db.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = route_guide_db.json; sourceTree = "<group>"; };
  26. 63A6015B1B1DAB5000FA5B86 /* ViewControllers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewControllers.m; sourceTree = "<group>"; };
  27. 71CEE03D66D40FC37264D6E4 /* libPods-RouteGuideClient.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RouteGuideClient.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  28. ADA4C647BAE906F79AD9A45E /* Pods-RouteGuideClient.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RouteGuideClient.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RouteGuideClient/Pods-RouteGuideClient.debug.xcconfig"; sourceTree = "<group>"; };
  29. C83C5A54D1A4EA07569F1AED /* Pods-RouteGuideClient.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RouteGuideClient.release.xcconfig"; path = "Pods/Target Support Files/Pods-RouteGuideClient/Pods-RouteGuideClient.release.xcconfig"; sourceTree = "<group>"; };
  30. /* End PBXFileReference section */
  31. /* Begin PBXFrameworksBuildPhase section */
  32. 6325277A1B1D0395003073D9 /* Frameworks */ = {
  33. isa = PBXFrameworksBuildPhase;
  34. buildActionMask = 2147483647;
  35. files = (
  36. 124E20A2FC8EAE54460D4ED2 /* libPods-RouteGuideClient.a in Frameworks */,
  37. );
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. /* End PBXFrameworksBuildPhase section */
  41. /* Begin PBXGroup section */
  42. 56849C29DC376BF4B902CD77 /* Pods */ = {
  43. isa = PBXGroup;
  44. children = (
  45. ADA4C647BAE906F79AD9A45E /* Pods-RouteGuideClient.debug.xcconfig */,
  46. C83C5A54D1A4EA07569F1AED /* Pods-RouteGuideClient.release.xcconfig */,
  47. );
  48. name = Pods;
  49. sourceTree = "<group>";
  50. };
  51. 631C63891B1DBC41001295D5 /* Misc */ = {
  52. isa = PBXGroup;
  53. children = (
  54. 632527841B1D0396003073D9 /* AppDelegate.h */,
  55. 632527851B1D0396003073D9 /* AppDelegate.m */,
  56. 632527901B1D0396003073D9 /* Images.xcassets */,
  57. 632527801B1D0396003073D9 /* Supporting Files */,
  58. );
  59. path = Misc;
  60. sourceTree = "<group>";
  61. };
  62. 632527741B1D0395003073D9 = {
  63. isa = PBXGroup;
  64. children = (
  65. 6325277F1B1D0396003073D9 /* RouteGuideClient */,
  66. 6325277E1B1D0396003073D9 /* Products */,
  67. 56849C29DC376BF4B902CD77 /* Pods */,
  68. 7482B8A18481F7B13ADE4530 /* Frameworks */,
  69. );
  70. sourceTree = "<group>";
  71. };
  72. 6325277E1B1D0396003073D9 /* Products */ = {
  73. isa = PBXGroup;
  74. children = (
  75. 6325277D1B1D0396003073D9 /* RouteGuideClient.app */,
  76. );
  77. name = Products;
  78. sourceTree = "<group>";
  79. };
  80. 6325277F1B1D0396003073D9 /* RouteGuideClient */ = {
  81. isa = PBXGroup;
  82. children = (
  83. 63A6015B1B1DAB5000FA5B86 /* ViewControllers.m */,
  84. 6367B55A1B223AFA008861F5 /* route_guide_db.json */,
  85. 6325278D1B1D0396003073D9 /* Main.storyboard */,
  86. 631C63891B1DBC41001295D5 /* Misc */,
  87. );
  88. name = RouteGuideClient;
  89. sourceTree = SOURCE_ROOT;
  90. };
  91. 632527801B1D0396003073D9 /* Supporting Files */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 632527811B1D0396003073D9 /* Info.plist */,
  95. 632527821B1D0396003073D9 /* main.m */,
  96. );
  97. name = "Supporting Files";
  98. sourceTree = "<group>";
  99. };
  100. 7482B8A18481F7B13ADE4530 /* Frameworks */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 71CEE03D66D40FC37264D6E4 /* libPods-RouteGuideClient.a */,
  104. );
  105. name = Frameworks;
  106. sourceTree = "<group>";
  107. };
  108. /* End PBXGroup section */
  109. /* Begin PBXNativeTarget section */
  110. 6325277C1B1D0395003073D9 /* RouteGuideClient */ = {
  111. isa = PBXNativeTarget;
  112. buildConfigurationList = 632527A31B1D0396003073D9 /* Build configuration list for PBXNativeTarget "RouteGuideClient" */;
  113. buildPhases = (
  114. C6FC30AD2376EC04317237C5 /* [CP] Check Pods Manifest.lock */,
  115. 632527791B1D0395003073D9 /* Sources */,
  116. 6325277A1B1D0395003073D9 /* Frameworks */,
  117. 6325277B1B1D0395003073D9 /* Resources */,
  118. FFE0BCF30339E7A50A989EAB /* [CP] Copy Pods Resources */,
  119. B5388EC5A25E89021740B916 /* [CP] Embed Pods Frameworks */,
  120. );
  121. buildRules = (
  122. );
  123. dependencies = (
  124. );
  125. name = RouteGuideClient;
  126. productName = RouteGuideClient;
  127. productReference = 6325277D1B1D0396003073D9 /* RouteGuideClient.app */;
  128. productType = "com.apple.product-type.application";
  129. };
  130. /* End PBXNativeTarget section */
  131. /* Begin PBXProject section */
  132. 632527751B1D0395003073D9 /* Project object */ = {
  133. isa = PBXProject;
  134. attributes = {
  135. LastUpgradeCheck = 0630;
  136. ORGANIZATIONNAME = gRPC;
  137. TargetAttributes = {
  138. 6325277C1B1D0395003073D9 = {
  139. CreatedOnToolsVersion = 6.3.1;
  140. };
  141. };
  142. };
  143. buildConfigurationList = 632527781B1D0395003073D9 /* Build configuration list for PBXProject "RouteGuideClient" */;
  144. compatibilityVersion = "Xcode 3.2";
  145. developmentRegion = English;
  146. hasScannedForEncodings = 0;
  147. knownRegions = (
  148. en,
  149. Base,
  150. );
  151. mainGroup = 632527741B1D0395003073D9;
  152. productRefGroup = 6325277E1B1D0396003073D9 /* Products */;
  153. projectDirPath = "";
  154. projectRoot = "";
  155. targets = (
  156. 6325277C1B1D0395003073D9 /* RouteGuideClient */,
  157. );
  158. };
  159. /* End PBXProject section */
  160. /* Begin PBXResourcesBuildPhase section */
  161. 6325277B1B1D0395003073D9 /* Resources */ = {
  162. isa = PBXResourcesBuildPhase;
  163. buildActionMask = 2147483647;
  164. files = (
  165. 6325278F1B1D0396003073D9 /* Main.storyboard in Resources */,
  166. 632527911B1D0396003073D9 /* Images.xcassets in Resources */,
  167. 6367B55B1B223AFA008861F5 /* route_guide_db.json in Resources */,
  168. );
  169. runOnlyForDeploymentPostprocessing = 0;
  170. };
  171. /* End PBXResourcesBuildPhase section */
  172. /* Begin PBXShellScriptBuildPhase section */
  173. B5388EC5A25E89021740B916 /* [CP] Embed Pods Frameworks */ = {
  174. isa = PBXShellScriptBuildPhase;
  175. buildActionMask = 2147483647;
  176. files = (
  177. );
  178. inputPaths = (
  179. );
  180. name = "[CP] Embed Pods Frameworks";
  181. outputPaths = (
  182. );
  183. runOnlyForDeploymentPostprocessing = 0;
  184. shellPath = /bin/sh;
  185. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RouteGuideClient/Pods-RouteGuideClient-frameworks.sh\"\n";
  186. showEnvVarsInLog = 0;
  187. };
  188. C6FC30AD2376EC04317237C5 /* [CP] Check Pods Manifest.lock */ = {
  189. isa = PBXShellScriptBuildPhase;
  190. buildActionMask = 2147483647;
  191. files = (
  192. );
  193. inputPaths = (
  194. );
  195. name = "[CP] Check Pods Manifest.lock";
  196. outputPaths = (
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. shellPath = /bin/sh;
  200. 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";
  201. showEnvVarsInLog = 0;
  202. };
  203. FFE0BCF30339E7A50A989EAB /* [CP] Copy Pods Resources */ = {
  204. isa = PBXShellScriptBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. );
  208. inputPaths = (
  209. );
  210. name = "[CP] Copy Pods Resources";
  211. outputPaths = (
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. shellPath = /bin/sh;
  215. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RouteGuideClient/Pods-RouteGuideClient-resources.sh\"\n";
  216. showEnvVarsInLog = 0;
  217. };
  218. /* End PBXShellScriptBuildPhase section */
  219. /* Begin PBXSourcesBuildPhase section */
  220. 632527791B1D0395003073D9 /* Sources */ = {
  221. isa = PBXSourcesBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. 632527861B1D0396003073D9 /* AppDelegate.m in Sources */,
  225. 632527831B1D0396003073D9 /* main.m in Sources */,
  226. 63A6015C1B1DAB5000FA5B86 /* ViewControllers.m in Sources */,
  227. );
  228. runOnlyForDeploymentPostprocessing = 0;
  229. };
  230. /* End PBXSourcesBuildPhase section */
  231. /* Begin PBXVariantGroup section */
  232. 6325278D1B1D0396003073D9 /* Main.storyboard */ = {
  233. isa = PBXVariantGroup;
  234. children = (
  235. 6325278E1B1D0396003073D9 /* Base */,
  236. );
  237. name = Main.storyboard;
  238. path = Misc;
  239. sourceTree = "<group>";
  240. };
  241. /* End PBXVariantGroup section */
  242. /* Begin XCBuildConfiguration section */
  243. 632527A11B1D0396003073D9 /* Debug */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. ALWAYS_SEARCH_USER_PATHS = NO;
  247. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  248. CLANG_CXX_LIBRARY = "libc++";
  249. CLANG_ENABLE_MODULES = YES;
  250. CLANG_ENABLE_OBJC_ARC = YES;
  251. CLANG_WARN_BOOL_CONVERSION = YES;
  252. CLANG_WARN_CONSTANT_CONVERSION = YES;
  253. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  254. CLANG_WARN_EMPTY_BODY = YES;
  255. CLANG_WARN_ENUM_CONVERSION = YES;
  256. CLANG_WARN_INT_CONVERSION = YES;
  257. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  258. CLANG_WARN_UNREACHABLE_CODE = YES;
  259. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  260. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  261. COPY_PHASE_STRIP = NO;
  262. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  263. ENABLE_STRICT_OBJC_MSGSEND = YES;
  264. GCC_C_LANGUAGE_STANDARD = gnu99;
  265. GCC_DYNAMIC_NO_PIC = NO;
  266. GCC_NO_COMMON_BLOCKS = YES;
  267. GCC_OPTIMIZATION_LEVEL = 0;
  268. GCC_PREPROCESSOR_DEFINITIONS = (
  269. "DEBUG=1",
  270. "$(inherited)",
  271. );
  272. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  273. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  274. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  275. GCC_WARN_UNDECLARED_SELECTOR = YES;
  276. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  277. GCC_WARN_UNUSED_FUNCTION = YES;
  278. GCC_WARN_UNUSED_VARIABLE = YES;
  279. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  280. MTL_ENABLE_DEBUG_INFO = YES;
  281. ONLY_ACTIVE_ARCH = YES;
  282. SDKROOT = iphoneos;
  283. TARGETED_DEVICE_FAMILY = "1,2";
  284. };
  285. name = Debug;
  286. };
  287. 632527A21B1D0396003073D9 /* Release */ = {
  288. isa = XCBuildConfiguration;
  289. buildSettings = {
  290. ALWAYS_SEARCH_USER_PATHS = NO;
  291. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  292. CLANG_CXX_LIBRARY = "libc++";
  293. CLANG_ENABLE_MODULES = YES;
  294. CLANG_ENABLE_OBJC_ARC = YES;
  295. CLANG_WARN_BOOL_CONVERSION = YES;
  296. CLANG_WARN_CONSTANT_CONVERSION = YES;
  297. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  298. CLANG_WARN_EMPTY_BODY = YES;
  299. CLANG_WARN_ENUM_CONVERSION = YES;
  300. CLANG_WARN_INT_CONVERSION = YES;
  301. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  302. CLANG_WARN_UNREACHABLE_CODE = YES;
  303. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  304. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  305. COPY_PHASE_STRIP = NO;
  306. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  307. ENABLE_NS_ASSERTIONS = NO;
  308. ENABLE_STRICT_OBJC_MSGSEND = YES;
  309. GCC_C_LANGUAGE_STANDARD = gnu99;
  310. GCC_NO_COMMON_BLOCKS = YES;
  311. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  312. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  313. GCC_WARN_UNDECLARED_SELECTOR = YES;
  314. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  315. GCC_WARN_UNUSED_FUNCTION = YES;
  316. GCC_WARN_UNUSED_VARIABLE = YES;
  317. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  318. MTL_ENABLE_DEBUG_INFO = NO;
  319. SDKROOT = iphoneos;
  320. TARGETED_DEVICE_FAMILY = "1,2";
  321. VALIDATE_PRODUCT = YES;
  322. };
  323. name = Release;
  324. };
  325. 632527A41B1D0396003073D9 /* Debug */ = {
  326. isa = XCBuildConfiguration;
  327. baseConfigurationReference = ADA4C647BAE906F79AD9A45E /* Pods-RouteGuideClient.debug.xcconfig */;
  328. buildSettings = {
  329. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  330. INFOPLIST_FILE = Misc/Info.plist;
  331. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  332. PRODUCT_NAME = "$(TARGET_NAME)";
  333. };
  334. name = Debug;
  335. };
  336. 632527A51B1D0396003073D9 /* Release */ = {
  337. isa = XCBuildConfiguration;
  338. baseConfigurationReference = C83C5A54D1A4EA07569F1AED /* Pods-RouteGuideClient.release.xcconfig */;
  339. buildSettings = {
  340. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  341. INFOPLIST_FILE = Misc/Info.plist;
  342. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  343. PRODUCT_NAME = "$(TARGET_NAME)";
  344. };
  345. name = Release;
  346. };
  347. /* End XCBuildConfiguration section */
  348. /* Begin XCConfigurationList section */
  349. 632527781B1D0395003073D9 /* Build configuration list for PBXProject "RouteGuideClient" */ = {
  350. isa = XCConfigurationList;
  351. buildConfigurations = (
  352. 632527A11B1D0396003073D9 /* Debug */,
  353. 632527A21B1D0396003073D9 /* Release */,
  354. );
  355. defaultConfigurationIsVisible = 0;
  356. defaultConfigurationName = Release;
  357. };
  358. 632527A31B1D0396003073D9 /* Build configuration list for PBXNativeTarget "RouteGuideClient" */ = {
  359. isa = XCConfigurationList;
  360. buildConfigurations = (
  361. 632527A41B1D0396003073D9 /* Debug */,
  362. 632527A51B1D0396003073D9 /* Release */,
  363. );
  364. defaultConfigurationIsVisible = 0;
  365. defaultConfigurationName = Release;
  366. };
  367. /* End XCConfigurationList section */
  368. };
  369. rootObject = 632527751B1D0395003073D9 /* Project object */;
  370. }