project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. F4D5A08B1CEE01E200562D79 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A08A1CEE01E200562D79 /* main.m */; };
  10. F4D5A08E1CEE01E200562D79 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A08D1CEE01E200562D79 /* AppDelegate.m */; };
  11. F4D5A0911CEE01E200562D79 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A0901CEE01E200562D79 /* ViewController.m */; };
  12. F4D5A0941CEE01E200562D79 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A0921CEE01E200562D79 /* Main.storyboard */; };
  13. F4D5A0961CEE01E200562D79 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A0951CEE01E200562D79 /* Assets.xcassets */; };
  14. F4D5A0991CEE01E200562D79 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A0971CEE01E200562D79 /* LaunchScreen.storyboard */; };
  15. /* End PBXBuildFile section */
  16. /* Begin PBXFileReference section */
  17. F4D5A0861CEE01E200562D79 /* iOSCocoaPodsTester.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSCocoaPodsTester.app; sourceTree = BUILT_PRODUCTS_DIR; };
  18. F4D5A08A1CEE01E200562D79 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  19. F4D5A08C1CEE01E200562D79 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  20. F4D5A08D1CEE01E200562D79 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  21. F4D5A08F1CEE01E200562D79 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  22. F4D5A0901CEE01E200562D79 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  23. F4D5A0931CEE01E200562D79 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  24. F4D5A0951CEE01E200562D79 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  25. F4D5A0981CEE01E200562D79 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  26. F4D5A09A1CEE01E200562D79 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  27. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. F4D5A0831CEE01E200562D79 /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXFrameworksBuildPhase section */
  37. /* Begin PBXGroup section */
  38. F4D5A07D1CEE01E200562D79 = {
  39. isa = PBXGroup;
  40. children = (
  41. F4D5A0881CEE01E200562D79 /* iOSCocoaPodsTester */,
  42. F4D5A0871CEE01E200562D79 /* Products */,
  43. );
  44. sourceTree = "<group>";
  45. };
  46. F4D5A0871CEE01E200562D79 /* Products */ = {
  47. isa = PBXGroup;
  48. children = (
  49. F4D5A0861CEE01E200562D79 /* iOSCocoaPodsTester.app */,
  50. );
  51. name = Products;
  52. sourceTree = "<group>";
  53. };
  54. F4D5A0881CEE01E200562D79 /* iOSCocoaPodsTester */ = {
  55. isa = PBXGroup;
  56. children = (
  57. F4D5A08C1CEE01E200562D79 /* AppDelegate.h */,
  58. F4D5A08D1CEE01E200562D79 /* AppDelegate.m */,
  59. F4D5A08F1CEE01E200562D79 /* ViewController.h */,
  60. F4D5A0901CEE01E200562D79 /* ViewController.m */,
  61. F4D5A0921CEE01E200562D79 /* Main.storyboard */,
  62. F4D5A0951CEE01E200562D79 /* Assets.xcassets */,
  63. F4D5A0971CEE01E200562D79 /* LaunchScreen.storyboard */,
  64. F4D5A09A1CEE01E200562D79 /* Info.plist */,
  65. F4D5A0891CEE01E200562D79 /* Supporting Files */,
  66. );
  67. path = iOSCocoaPodsTester;
  68. sourceTree = "<group>";
  69. };
  70. F4D5A0891CEE01E200562D79 /* Supporting Files */ = {
  71. isa = PBXGroup;
  72. children = (
  73. F4D5A08A1CEE01E200562D79 /* main.m */,
  74. );
  75. name = "Supporting Files";
  76. sourceTree = "<group>";
  77. };
  78. /* End PBXGroup section */
  79. /* Begin PBXNativeTarget section */
  80. F4D5A0851CEE01E200562D79 /* iOSCocoaPodsTester */ = {
  81. isa = PBXNativeTarget;
  82. buildConfigurationList = F4D5A09D1CEE01E200562D79 /* Build configuration list for PBXNativeTarget "iOSCocoaPodsTester" */;
  83. buildPhases = (
  84. F4D5A0821CEE01E200562D79 /* Sources */,
  85. F4D5A0831CEE01E200562D79 /* Frameworks */,
  86. F4D5A0841CEE01E200562D79 /* Resources */,
  87. );
  88. buildRules = (
  89. );
  90. dependencies = (
  91. );
  92. name = iOSCocoaPodsTester;
  93. productName = iOSCocoaPodsTester;
  94. productReference = F4D5A0861CEE01E200562D79 /* iOSCocoaPodsTester.app */;
  95. productType = "com.apple.product-type.application";
  96. };
  97. /* End PBXNativeTarget section */
  98. /* Begin PBXProject section */
  99. F4D5A07E1CEE01E200562D79 /* Project object */ = {
  100. isa = PBXProject;
  101. attributes = {
  102. LastUpgradeCheck = 0730;
  103. ORGANIZATIONNAME = Google;
  104. TargetAttributes = {
  105. F4D5A0851CEE01E200562D79 = {
  106. CreatedOnToolsVersion = 7.3.1;
  107. };
  108. };
  109. };
  110. buildConfigurationList = F4D5A0811CEE01E200562D79 /* Build configuration list for PBXProject "iOSCocoaPodsTester" */;
  111. compatibilityVersion = "Xcode 3.2";
  112. developmentRegion = English;
  113. hasScannedForEncodings = 0;
  114. knownRegions = (
  115. en,
  116. Base,
  117. );
  118. mainGroup = F4D5A07D1CEE01E200562D79;
  119. productRefGroup = F4D5A0871CEE01E200562D79 /* Products */;
  120. projectDirPath = "";
  121. projectRoot = "";
  122. targets = (
  123. F4D5A0851CEE01E200562D79 /* iOSCocoaPodsTester */,
  124. );
  125. };
  126. /* End PBXProject section */
  127. /* Begin PBXResourcesBuildPhase section */
  128. F4D5A0841CEE01E200562D79 /* Resources */ = {
  129. isa = PBXResourcesBuildPhase;
  130. buildActionMask = 2147483647;
  131. files = (
  132. F4D5A0991CEE01E200562D79 /* LaunchScreen.storyboard in Resources */,
  133. F4D5A0961CEE01E200562D79 /* Assets.xcassets in Resources */,
  134. F4D5A0941CEE01E200562D79 /* Main.storyboard in Resources */,
  135. );
  136. runOnlyForDeploymentPostprocessing = 0;
  137. };
  138. /* End PBXResourcesBuildPhase section */
  139. /* Begin PBXSourcesBuildPhase section */
  140. F4D5A0821CEE01E200562D79 /* Sources */ = {
  141. isa = PBXSourcesBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. F4D5A0911CEE01E200562D79 /* ViewController.m in Sources */,
  145. F4D5A08E1CEE01E200562D79 /* AppDelegate.m in Sources */,
  146. F4D5A08B1CEE01E200562D79 /* main.m in Sources */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXSourcesBuildPhase section */
  151. /* Begin PBXVariantGroup section */
  152. F4D5A0921CEE01E200562D79 /* Main.storyboard */ = {
  153. isa = PBXVariantGroup;
  154. children = (
  155. F4D5A0931CEE01E200562D79 /* Base */,
  156. );
  157. name = Main.storyboard;
  158. sourceTree = "<group>";
  159. };
  160. F4D5A0971CEE01E200562D79 /* LaunchScreen.storyboard */ = {
  161. isa = PBXVariantGroup;
  162. children = (
  163. F4D5A0981CEE01E200562D79 /* Base */,
  164. );
  165. name = LaunchScreen.storyboard;
  166. sourceTree = "<group>";
  167. };
  168. /* End PBXVariantGroup section */
  169. /* Begin XCBuildConfiguration section */
  170. F4D5A09B1CEE01E200562D79 /* Debug */ = {
  171. isa = XCBuildConfiguration;
  172. buildSettings = {
  173. ALWAYS_SEARCH_USER_PATHS = NO;
  174. CLANG_ANALYZER_NONNULL = YES;
  175. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  176. CLANG_CXX_LIBRARY = "libc++";
  177. CLANG_ENABLE_MODULES = YES;
  178. CLANG_ENABLE_OBJC_ARC = YES;
  179. CLANG_WARN_BOOL_CONVERSION = YES;
  180. CLANG_WARN_CONSTANT_CONVERSION = YES;
  181. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  182. CLANG_WARN_EMPTY_BODY = YES;
  183. CLANG_WARN_ENUM_CONVERSION = YES;
  184. CLANG_WARN_INT_CONVERSION = YES;
  185. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  186. CLANG_WARN_UNREACHABLE_CODE = YES;
  187. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  188. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  189. COPY_PHASE_STRIP = NO;
  190. DEBUG_INFORMATION_FORMAT = dwarf;
  191. ENABLE_STRICT_OBJC_MSGSEND = YES;
  192. ENABLE_TESTABILITY = YES;
  193. GCC_C_LANGUAGE_STANDARD = gnu99;
  194. GCC_DYNAMIC_NO_PIC = NO;
  195. GCC_NO_COMMON_BLOCKS = YES;
  196. GCC_OPTIMIZATION_LEVEL = 0;
  197. GCC_PREPROCESSOR_DEFINITIONS = (
  198. "DEBUG=1",
  199. "$(inherited)",
  200. );
  201. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  202. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  203. GCC_WARN_UNDECLARED_SELECTOR = YES;
  204. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  205. GCC_WARN_UNUSED_FUNCTION = YES;
  206. GCC_WARN_UNUSED_VARIABLE = YES;
  207. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  208. MTL_ENABLE_DEBUG_INFO = YES;
  209. ONLY_ACTIVE_ARCH = YES;
  210. SDKROOT = iphoneos;
  211. TARGETED_DEVICE_FAMILY = "1,2";
  212. };
  213. name = Debug;
  214. };
  215. F4D5A09C1CEE01E200562D79 /* Release */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. ALWAYS_SEARCH_USER_PATHS = NO;
  219. CLANG_ANALYZER_NONNULL = YES;
  220. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  221. CLANG_CXX_LIBRARY = "libc++";
  222. CLANG_ENABLE_MODULES = YES;
  223. CLANG_ENABLE_OBJC_ARC = YES;
  224. CLANG_WARN_BOOL_CONVERSION = YES;
  225. CLANG_WARN_CONSTANT_CONVERSION = YES;
  226. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  227. CLANG_WARN_EMPTY_BODY = YES;
  228. CLANG_WARN_ENUM_CONVERSION = YES;
  229. CLANG_WARN_INT_CONVERSION = YES;
  230. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  231. CLANG_WARN_UNREACHABLE_CODE = YES;
  232. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  233. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  234. COPY_PHASE_STRIP = NO;
  235. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  236. ENABLE_NS_ASSERTIONS = NO;
  237. ENABLE_STRICT_OBJC_MSGSEND = YES;
  238. GCC_C_LANGUAGE_STANDARD = gnu99;
  239. GCC_NO_COMMON_BLOCKS = YES;
  240. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  241. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  242. GCC_WARN_UNDECLARED_SELECTOR = YES;
  243. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  244. GCC_WARN_UNUSED_FUNCTION = YES;
  245. GCC_WARN_UNUSED_VARIABLE = YES;
  246. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  247. MTL_ENABLE_DEBUG_INFO = NO;
  248. SDKROOT = iphoneos;
  249. TARGETED_DEVICE_FAMILY = "1,2";
  250. VALIDATE_PRODUCT = YES;
  251. };
  252. name = Release;
  253. };
  254. F4D5A09E1CEE01E200562D79 /* Debug */ = {
  255. isa = XCBuildConfiguration;
  256. buildSettings = {
  257. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  258. INFOPLIST_FILE = iOSCocoaPodsTester/Info.plist;
  259. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  260. PRODUCT_BUNDLE_IDENTIFIER = com.google.iOSCocoaPodsTester;
  261. PRODUCT_NAME = "$(TARGET_NAME)";
  262. };
  263. name = Debug;
  264. };
  265. F4D5A09F1CEE01E200562D79 /* Release */ = {
  266. isa = XCBuildConfiguration;
  267. buildSettings = {
  268. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  269. INFOPLIST_FILE = iOSCocoaPodsTester/Info.plist;
  270. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  271. PRODUCT_BUNDLE_IDENTIFIER = com.google.iOSCocoaPodsTester;
  272. PRODUCT_NAME = "$(TARGET_NAME)";
  273. };
  274. name = Release;
  275. };
  276. /* End XCBuildConfiguration section */
  277. /* Begin XCConfigurationList section */
  278. F4D5A0811CEE01E200562D79 /* Build configuration list for PBXProject "iOSCocoaPodsTester" */ = {
  279. isa = XCConfigurationList;
  280. buildConfigurations = (
  281. F4D5A09B1CEE01E200562D79 /* Debug */,
  282. F4D5A09C1CEE01E200562D79 /* Release */,
  283. );
  284. defaultConfigurationIsVisible = 0;
  285. defaultConfigurationName = Release;
  286. };
  287. F4D5A09D1CEE01E200562D79 /* Build configuration list for PBXNativeTarget "iOSCocoaPodsTester" */ = {
  288. isa = XCConfigurationList;
  289. buildConfigurations = (
  290. F4D5A09E1CEE01E200562D79 /* Debug */,
  291. F4D5A09F1CEE01E200562D79 /* Release */,
  292. );
  293. defaultConfigurationIsVisible = 0;
  294. };
  295. /* End XCConfigurationList section */
  296. };
  297. rootObject = F4D5A07E1CEE01E200562D79 /* Project object */;
  298. }