project.pbxproj 14 KB

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