project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 63E1E9821B28CB2100EF0978 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E9811B28CB2100EF0978 /* main.m */; };
  10. 63E1E9851B28CB2100EF0978 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E9841B28CB2100EF0978 /* AppDelegate.m */; };
  11. 63E1E9881B28CB2100EF0978 /* SelectUserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E9871B28CB2100EF0978 /* SelectUserViewController.m */; };
  12. 63E1E98B1B28CB2100EF0978 /* MakeRPCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E98A1B28CB2100EF0978 /* MakeRPCViewController.m */; };
  13. 63E1E98E1B28CB2100EF0978 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 63E1E98C1B28CB2100EF0978 /* Main.storyboard */; };
  14. 63E1E9901B28CB2100EF0978 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 63E1E98F1B28CB2100EF0978 /* Images.xcassets */; };
  15. 63F5DE481B28F5C100CDD07E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 63F5DE471B28F5C100CDD07E /* GoogleService-Info.plist */; };
  16. 832213142AB24DB816D02635 /* libPods-AuthSample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F217A6ECA7F5BD1D5FB5071B /* libPods-AuthSample.a */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 63E1E97C1B28CB2100EF0978 /* AuthSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AuthSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 63E1E9801B28CB2100EF0978 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  21. 63E1E9811B28CB2100EF0978 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  22. 63E1E9831B28CB2100EF0978 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  23. 63E1E9841B28CB2100EF0978 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  24. 63E1E9861B28CB2100EF0978 /* SelectUserViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelectUserViewController.h; sourceTree = "<group>"; };
  25. 63E1E9871B28CB2100EF0978 /* SelectUserViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SelectUserViewController.m; sourceTree = "<group>"; };
  26. 63E1E9891B28CB2100EF0978 /* MakeRPCViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MakeRPCViewController.h; sourceTree = "<group>"; };
  27. 63E1E98A1B28CB2100EF0978 /* MakeRPCViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MakeRPCViewController.m; sourceTree = "<group>"; };
  28. 63E1E98D1B28CB2100EF0978 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  29. 63E1E98F1B28CB2100EF0978 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  30. 63F5DE471B28F5C100CDD07E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  31. A387D6CECBCF2EAF2983033A /* Pods-AuthSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthSample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AuthSample/Pods-AuthSample.debug.xcconfig"; sourceTree = "<group>"; };
  32. B444176735DA81FBE4B8B80C /* Pods-AuthSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthSample.release.xcconfig"; path = "Pods/Target Support Files/Pods-AuthSample/Pods-AuthSample.release.xcconfig"; sourceTree = "<group>"; };
  33. F217A6ECA7F5BD1D5FB5071B /* libPods-AuthSample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AuthSample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 63E1E9791B28CB2000EF0978 /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. 832213142AB24DB816D02635 /* libPods-AuthSample.a in Frameworks */,
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. /* End PBXFrameworksBuildPhase section */
  45. /* Begin PBXGroup section */
  46. 021FA0E0B3F5D3D477DDAC10 /* Pods */ = {
  47. isa = PBXGroup;
  48. children = (
  49. A387D6CECBCF2EAF2983033A /* Pods-AuthSample.debug.xcconfig */,
  50. B444176735DA81FBE4B8B80C /* Pods-AuthSample.release.xcconfig */,
  51. );
  52. name = Pods;
  53. sourceTree = "<group>";
  54. };
  55. 4F443572636F3D60F26E870D /* Frameworks */ = {
  56. isa = PBXGroup;
  57. children = (
  58. F217A6ECA7F5BD1D5FB5071B /* libPods-AuthSample.a */,
  59. );
  60. name = Frameworks;
  61. sourceTree = "<group>";
  62. };
  63. 63E1E9731B28CB2000EF0978 = {
  64. isa = PBXGroup;
  65. children = (
  66. 63E1E97E1B28CB2100EF0978 /* AuthSample */,
  67. 63E1E97D1B28CB2100EF0978 /* Products */,
  68. 021FA0E0B3F5D3D477DDAC10 /* Pods */,
  69. 4F443572636F3D60F26E870D /* Frameworks */,
  70. );
  71. sourceTree = "<group>";
  72. };
  73. 63E1E97D1B28CB2100EF0978 /* Products */ = {
  74. isa = PBXGroup;
  75. children = (
  76. 63E1E97C1B28CB2100EF0978 /* AuthSample.app */,
  77. );
  78. name = Products;
  79. sourceTree = "<group>";
  80. };
  81. 63E1E97E1B28CB2100EF0978 /* AuthSample */ = {
  82. isa = PBXGroup;
  83. children = (
  84. 63E1E9861B28CB2100EF0978 /* SelectUserViewController.h */,
  85. 63E1E9871B28CB2100EF0978 /* SelectUserViewController.m */,
  86. 63E1E9891B28CB2100EF0978 /* MakeRPCViewController.h */,
  87. 63E1E98A1B28CB2100EF0978 /* MakeRPCViewController.m */,
  88. 63E1E97F1B28CB2100EF0978 /* Supporting Files */,
  89. );
  90. name = AuthSample;
  91. sourceTree = SOURCE_ROOT;
  92. };
  93. 63E1E97F1B28CB2100EF0978 /* Supporting Files */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 63E1E98C1B28CB2100EF0978 /* Main.storyboard */,
  97. 63F5DE471B28F5C100CDD07E /* GoogleService-Info.plist */,
  98. 63E1E98F1B28CB2100EF0978 /* Images.xcassets */,
  99. 63E1E9801B28CB2100EF0978 /* Info.plist */,
  100. 63E1E9831B28CB2100EF0978 /* AppDelegate.h */,
  101. 63E1E9841B28CB2100EF0978 /* AppDelegate.m */,
  102. 63E1E9811B28CB2100EF0978 /* main.m */,
  103. );
  104. name = "Supporting Files";
  105. path = Misc;
  106. sourceTree = "<group>";
  107. };
  108. /* End PBXGroup section */
  109. /* Begin PBXNativeTarget section */
  110. 63E1E97B1B28CB2000EF0978 /* AuthSample */ = {
  111. isa = PBXNativeTarget;
  112. buildConfigurationList = 63E1E9A21B28CB2100EF0978 /* Build configuration list for PBXNativeTarget "AuthSample" */;
  113. buildPhases = (
  114. DAABBA7B5788A39108D7CA83 /* [CP] Check Pods Manifest.lock */,
  115. 63E1E9781B28CB2000EF0978 /* Sources */,
  116. 63E1E9791B28CB2000EF0978 /* Frameworks */,
  117. 63E1E97A1B28CB2000EF0978 /* Resources */,
  118. AEFCCC69DD59CE8F6EB769D7 /* [CP] Copy Pods Resources */,
  119. D24F6598302C412D4B863D6F /* [CP] Embed Pods Frameworks */,
  120. );
  121. buildRules = (
  122. );
  123. dependencies = (
  124. );
  125. name = AuthSample;
  126. productName = AuthSample;
  127. productReference = 63E1E97C1B28CB2100EF0978 /* AuthSample.app */;
  128. productType = "com.apple.product-type.application";
  129. };
  130. /* End PBXNativeTarget section */
  131. /* Begin PBXProject section */
  132. 63E1E9741B28CB2000EF0978 /* Project object */ = {
  133. isa = PBXProject;
  134. attributes = {
  135. LastUpgradeCheck = 0630;
  136. ORGANIZATIONNAME = gRPC;
  137. TargetAttributes = {
  138. 63E1E97B1B28CB2000EF0978 = {
  139. CreatedOnToolsVersion = 6.3.1;
  140. };
  141. };
  142. };
  143. buildConfigurationList = 63E1E9771B28CB2000EF0978 /* Build configuration list for PBXProject "AuthSample" */;
  144. compatibilityVersion = "Xcode 3.2";
  145. developmentRegion = English;
  146. hasScannedForEncodings = 0;
  147. knownRegions = (
  148. en,
  149. Base,
  150. );
  151. mainGroup = 63E1E9731B28CB2000EF0978;
  152. productRefGroup = 63E1E97D1B28CB2100EF0978 /* Products */;
  153. projectDirPath = "";
  154. projectRoot = "";
  155. targets = (
  156. 63E1E97B1B28CB2000EF0978 /* AuthSample */,
  157. );
  158. };
  159. /* End PBXProject section */
  160. /* Begin PBXResourcesBuildPhase section */
  161. 63E1E97A1B28CB2000EF0978 /* Resources */ = {
  162. isa = PBXResourcesBuildPhase;
  163. buildActionMask = 2147483647;
  164. files = (
  165. 63E1E98E1B28CB2100EF0978 /* Main.storyboard in Resources */,
  166. 63E1E9901B28CB2100EF0978 /* Images.xcassets in Resources */,
  167. 63F5DE481B28F5C100CDD07E /* GoogleService-Info.plist in Resources */,
  168. );
  169. runOnlyForDeploymentPostprocessing = 0;
  170. };
  171. /* End PBXResourcesBuildPhase section */
  172. /* Begin PBXShellScriptBuildPhase section */
  173. AEFCCC69DD59CE8F6EB769D7 /* [CP] Copy Pods Resources */ = {
  174. isa = PBXShellScriptBuildPhase;
  175. buildActionMask = 2147483647;
  176. files = (
  177. );
  178. inputPaths = (
  179. );
  180. name = "[CP] Copy Pods Resources";
  181. outputPaths = (
  182. );
  183. runOnlyForDeploymentPostprocessing = 0;
  184. shellPath = /bin/sh;
  185. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AuthSample/Pods-AuthSample-resources.sh\"\n";
  186. showEnvVarsInLog = 0;
  187. };
  188. D24F6598302C412D4B863D6F /* [CP] Embed Pods Frameworks */ = {
  189. isa = PBXShellScriptBuildPhase;
  190. buildActionMask = 2147483647;
  191. files = (
  192. );
  193. inputPaths = (
  194. );
  195. name = "[CP] Embed Pods Frameworks";
  196. outputPaths = (
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. shellPath = /bin/sh;
  200. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AuthSample/Pods-AuthSample-frameworks.sh\"\n";
  201. showEnvVarsInLog = 0;
  202. };
  203. DAABBA7B5788A39108D7CA83 /* [CP] Check Pods Manifest.lock */ = {
  204. isa = PBXShellScriptBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. );
  208. inputPaths = (
  209. );
  210. name = "[CP] Check Pods Manifest.lock";
  211. outputPaths = (
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. shellPath = /bin/sh;
  215. 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";
  216. showEnvVarsInLog = 0;
  217. };
  218. /* End PBXShellScriptBuildPhase section */
  219. /* Begin PBXSourcesBuildPhase section */
  220. 63E1E9781B28CB2000EF0978 /* Sources */ = {
  221. isa = PBXSourcesBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. 63E1E98B1B28CB2100EF0978 /* MakeRPCViewController.m in Sources */,
  225. 63E1E9851B28CB2100EF0978 /* AppDelegate.m in Sources */,
  226. 63E1E9881B28CB2100EF0978 /* SelectUserViewController.m in Sources */,
  227. 63E1E9821B28CB2100EF0978 /* main.m in Sources */,
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. };
  231. /* End PBXSourcesBuildPhase section */
  232. /* Begin PBXVariantGroup section */
  233. 63E1E98C1B28CB2100EF0978 /* Main.storyboard */ = {
  234. isa = PBXVariantGroup;
  235. children = (
  236. 63E1E98D1B28CB2100EF0978 /* Base */,
  237. );
  238. name = Main.storyboard;
  239. sourceTree = "<group>";
  240. };
  241. /* End PBXVariantGroup section */
  242. /* Begin XCBuildConfiguration section */
  243. 63E1E9A01B28CB2100EF0978 /* 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. 63E1E9A11B28CB2100EF0978 /* 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. 63E1E9A31B28CB2100EF0978 /* Debug */ = {
  326. isa = XCBuildConfiguration;
  327. baseConfigurationReference = A387D6CECBCF2EAF2983033A /* Pods-AuthSample.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. 63E1E9A41B28CB2100EF0978 /* Release */ = {
  337. isa = XCBuildConfiguration;
  338. baseConfigurationReference = B444176735DA81FBE4B8B80C /* Pods-AuthSample.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. 63E1E9771B28CB2000EF0978 /* Build configuration list for PBXProject "AuthSample" */ = {
  350. isa = XCConfigurationList;
  351. buildConfigurations = (
  352. 63E1E9A01B28CB2100EF0978 /* Debug */,
  353. 63E1E9A11B28CB2100EF0978 /* Release */,
  354. );
  355. defaultConfigurationIsVisible = 0;
  356. defaultConfigurationName = Release;
  357. };
  358. 63E1E9A21B28CB2100EF0978 /* Build configuration list for PBXNativeTarget "AuthSample" */ = {
  359. isa = XCConfigurationList;
  360. buildConfigurations = (
  361. 63E1E9A31B28CB2100EF0978 /* Debug */,
  362. 63E1E9A41B28CB2100EF0978 /* Release */,
  363. );
  364. defaultConfigurationIsVisible = 0;
  365. defaultConfigurationName = Release;
  366. };
  367. /* End XCConfigurationList section */
  368. };
  369. rootObject = 63E1E9741B28CB2000EF0978 /* Project object */;
  370. }