project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D28602721E0479F600027A9C /* abucheo.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D28602711E0479F600027A9C /* abucheo.mp3 */; };
  10. D28602741E047A0200027A9C /* aplausos.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D28602731E047A0200027A9C /* aplausos.mp3 */; };
  11. D28602761E047A4600027A9C /* gato.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D28602751E047A4600027A9C /* gato.mp3 */; };
  12. D28602781E047A5600027A9C /* intro.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D28602771E047A5600027A9C /* intro.mp3 */; };
  13. D286027A1E047A7700027A9C /* perro.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D28602791E047A7700027A9C /* perro.mp3 */; };
  14. D286027C1E047A8000027A9C /* vaca.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D286027B1E047A8000027A9C /* vaca.mp3 */; };
  15. D2D27AA81DF9BADF004D2378 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D27AA71DF9BADF004D2378 /* main.m */; };
  16. D2D27AAB1DF9BADF004D2378 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D27AAA1DF9BADF004D2378 /* AppDelegate.m */; };
  17. D2D27AAE1DF9BADF004D2378 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D27AAD1DF9BADF004D2378 /* ViewController.m */; };
  18. D2D27AB11DF9BADF004D2378 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2D27AAF1DF9BADF004D2378 /* Main.storyboard */; };
  19. D2D27AB31DF9BADF004D2378 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2D27AB21DF9BADF004D2378 /* Assets.xcassets */; };
  20. D2D27AB61DF9BADF004D2378 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2D27AB41DF9BADF004D2378 /* LaunchScreen.storyboard */; };
  21. D2F279E41E046C59001C5152 /* SoundManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D2F279E31E046C59001C5152 /* SoundManager.m */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXFileReference section */
  24. D28602711E0479F600027A9C /* abucheo.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = abucheo.mp3; sourceTree = "<group>"; };
  25. D28602731E047A0200027A9C /* aplausos.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = aplausos.mp3; sourceTree = "<group>"; };
  26. D28602751E047A4600027A9C /* gato.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = gato.mp3; sourceTree = "<group>"; };
  27. D28602771E047A5600027A9C /* intro.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = intro.mp3; sourceTree = "<group>"; };
  28. D28602791E047A7700027A9C /* perro.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = perro.mp3; sourceTree = "<group>"; };
  29. D286027B1E047A8000027A9C /* vaca.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = vaca.mp3; sourceTree = "<group>"; };
  30. D2D27AA31DF9BADF004D2378 /* TresEnRaya.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TresEnRaya.app; sourceTree = BUILT_PRODUCTS_DIR; };
  31. D2D27AA71DF9BADF004D2378 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  32. D2D27AA91DF9BADF004D2378 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  33. D2D27AAA1DF9BADF004D2378 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  34. D2D27AAC1DF9BADF004D2378 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = text; path = "\U001b\U001b\U001bViewController.h\U001b"; sourceTree = "<group>"; };
  35. D2D27AAD1DF9BADF004D2378 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  36. D2D27AB01DF9BADF004D2378 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  37. D2D27AB21DF9BADF004D2378 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  38. D2D27AB51DF9BADF004D2378 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  39. D2D27AB71DF9BADF004D2378 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  40. D2F279E21E046C2D001C5152 /* SoundManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SoundManager.h; sourceTree = "<group>"; };
  41. D2F279E31E046C59001C5152 /* SoundManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SoundManager.m; sourceTree = "<group>"; };
  42. /* End PBXFileReference section */
  43. /* Begin PBXFrameworksBuildPhase section */
  44. D2D27AA01DF9BADF004D2378 /* Frameworks */ = {
  45. isa = PBXFrameworksBuildPhase;
  46. buildActionMask = 2147483647;
  47. files = (
  48. );
  49. runOnlyForDeploymentPostprocessing = 0;
  50. };
  51. /* End PBXFrameworksBuildPhase section */
  52. /* Begin PBXGroup section */
  53. D2D27A9A1DF9BADF004D2378 = {
  54. isa = PBXGroup;
  55. children = (
  56. D2D27AA51DF9BADF004D2378 /* TresEnRaya */,
  57. D2D27AA41DF9BADF004D2378 /* Products */,
  58. );
  59. sourceTree = "<group>";
  60. };
  61. D2D27AA41DF9BADF004D2378 /* Products */ = {
  62. isa = PBXGroup;
  63. children = (
  64. D2D27AA31DF9BADF004D2378 /* TresEnRaya.app */,
  65. );
  66. name = Products;
  67. sourceTree = "<group>";
  68. };
  69. D2D27AA51DF9BADF004D2378 /* TresEnRaya */ = {
  70. isa = PBXGroup;
  71. children = (
  72. D2D27AA91DF9BADF004D2378 /* AppDelegate.h */,
  73. D28602731E047A0200027A9C /* aplausos.mp3 */,
  74. D28602711E0479F600027A9C /* abucheo.mp3 */,
  75. D286027B1E047A8000027A9C /* vaca.mp3 */,
  76. D28602791E047A7700027A9C /* perro.mp3 */,
  77. D28602771E047A5600027A9C /* intro.mp3 */,
  78. D28602751E047A4600027A9C /* gato.mp3 */,
  79. D2D27AAA1DF9BADF004D2378 /* AppDelegate.m */,
  80. D2F279E21E046C2D001C5152 /* SoundManager.h */,
  81. D2F279E31E046C59001C5152 /* SoundManager.m */,
  82. D2D27AAC1DF9BADF004D2378 /* ViewController.h */,
  83. D2D27AAD1DF9BADF004D2378 /* ViewController.m */,
  84. D2D27AAF1DF9BADF004D2378 /* Main.storyboard */,
  85. D2D27AB21DF9BADF004D2378 /* Assets.xcassets */,
  86. D2D27AB41DF9BADF004D2378 /* LaunchScreen.storyboard */,
  87. D2D27AB71DF9BADF004D2378 /* Info.plist */,
  88. D2D27AA61DF9BADF004D2378 /* Supporting Files */,
  89. );
  90. path = TresEnRaya;
  91. sourceTree = "<group>";
  92. };
  93. D2D27AA61DF9BADF004D2378 /* Supporting Files */ = {
  94. isa = PBXGroup;
  95. children = (
  96. D2D27AA71DF9BADF004D2378 /* main.m */,
  97. );
  98. name = "Supporting Files";
  99. sourceTree = "<group>";
  100. };
  101. /* End PBXGroup section */
  102. /* Begin PBXNativeTarget section */
  103. D2D27AA21DF9BADF004D2378 /* TresEnRaya */ = {
  104. isa = PBXNativeTarget;
  105. buildConfigurationList = D2D27ABA1DF9BADF004D2378 /* Build configuration list for PBXNativeTarget "TresEnRaya" */;
  106. buildPhases = (
  107. D2D27A9F1DF9BADF004D2378 /* Sources */,
  108. D2D27AA01DF9BADF004D2378 /* Frameworks */,
  109. D2D27AA11DF9BADF004D2378 /* Resources */,
  110. );
  111. buildRules = (
  112. );
  113. dependencies = (
  114. );
  115. name = TresEnRaya;
  116. productName = TresEnRaya;
  117. productReference = D2D27AA31DF9BADF004D2378 /* TresEnRaya.app */;
  118. productType = "com.apple.product-type.application";
  119. };
  120. /* End PBXNativeTarget section */
  121. /* Begin PBXProject section */
  122. D2D27A9B1DF9BADF004D2378 /* Project object */ = {
  123. isa = PBXProject;
  124. attributes = {
  125. LastUpgradeCheck = 0810;
  126. ORGANIZATIONNAME = "Ernesto Blanco Careaga";
  127. TargetAttributes = {
  128. D2D27AA21DF9BADF004D2378 = {
  129. CreatedOnToolsVersion = 8.1;
  130. DevelopmentTeam = 6U8C826Z3N;
  131. ProvisioningStyle = Automatic;
  132. };
  133. };
  134. };
  135. buildConfigurationList = D2D27A9E1DF9BADF004D2378 /* Build configuration list for PBXProject "TresEnRaya" */;
  136. compatibilityVersion = "Xcode 3.2";
  137. developmentRegion = English;
  138. hasScannedForEncodings = 0;
  139. knownRegions = (
  140. en,
  141. Base,
  142. );
  143. mainGroup = D2D27A9A1DF9BADF004D2378;
  144. productRefGroup = D2D27AA41DF9BADF004D2378 /* Products */;
  145. projectDirPath = "";
  146. projectRoot = "";
  147. targets = (
  148. D2D27AA21DF9BADF004D2378 /* TresEnRaya */,
  149. );
  150. };
  151. /* End PBXProject section */
  152. /* Begin PBXResourcesBuildPhase section */
  153. D2D27AA11DF9BADF004D2378 /* Resources */ = {
  154. isa = PBXResourcesBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. D28602721E0479F600027A9C /* abucheo.mp3 in Resources */,
  158. D2D27AB61DF9BADF004D2378 /* LaunchScreen.storyboard in Resources */,
  159. D286027C1E047A8000027A9C /* vaca.mp3 in Resources */,
  160. D2D27AB31DF9BADF004D2378 /* Assets.xcassets in Resources */,
  161. D28602741E047A0200027A9C /* aplausos.mp3 in Resources */,
  162. D28602781E047A5600027A9C /* intro.mp3 in Resources */,
  163. D2D27AB11DF9BADF004D2378 /* Main.storyboard in Resources */,
  164. D28602761E047A4600027A9C /* gato.mp3 in Resources */,
  165. D286027A1E047A7700027A9C /* perro.mp3 in Resources */,
  166. );
  167. runOnlyForDeploymentPostprocessing = 0;
  168. };
  169. /* End PBXResourcesBuildPhase section */
  170. /* Begin PBXSourcesBuildPhase section */
  171. D2D27A9F1DF9BADF004D2378 /* Sources */ = {
  172. isa = PBXSourcesBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. D2D27AAE1DF9BADF004D2378 /* ViewController.m in Sources */,
  176. D2F279E41E046C59001C5152 /* SoundManager.m in Sources */,
  177. D2D27AAB1DF9BADF004D2378 /* AppDelegate.m in Sources */,
  178. D2D27AA81DF9BADF004D2378 /* main.m in Sources */,
  179. );
  180. runOnlyForDeploymentPostprocessing = 0;
  181. };
  182. /* End PBXSourcesBuildPhase section */
  183. /* Begin PBXVariantGroup section */
  184. D2D27AAF1DF9BADF004D2378 /* Main.storyboard */ = {
  185. isa = PBXVariantGroup;
  186. children = (
  187. D2D27AB01DF9BADF004D2378 /* Base */,
  188. );
  189. name = Main.storyboard;
  190. sourceTree = "<group>";
  191. };
  192. D2D27AB41DF9BADF004D2378 /* LaunchScreen.storyboard */ = {
  193. isa = PBXVariantGroup;
  194. children = (
  195. D2D27AB51DF9BADF004D2378 /* Base */,
  196. );
  197. name = LaunchScreen.storyboard;
  198. sourceTree = "<group>";
  199. };
  200. /* End PBXVariantGroup section */
  201. /* Begin XCBuildConfiguration section */
  202. D2D27AB81DF9BADF004D2378 /* Debug */ = {
  203. isa = XCBuildConfiguration;
  204. buildSettings = {
  205. ALWAYS_SEARCH_USER_PATHS = NO;
  206. CLANG_ANALYZER_NONNULL = YES;
  207. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  208. CLANG_CXX_LIBRARY = "libc++";
  209. CLANG_ENABLE_MODULES = YES;
  210. CLANG_ENABLE_OBJC_ARC = YES;
  211. CLANG_WARN_BOOL_CONVERSION = YES;
  212. CLANG_WARN_CONSTANT_CONVERSION = YES;
  213. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  214. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  215. CLANG_WARN_EMPTY_BODY = YES;
  216. CLANG_WARN_ENUM_CONVERSION = YES;
  217. CLANG_WARN_INFINITE_RECURSION = YES;
  218. CLANG_WARN_INT_CONVERSION = YES;
  219. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  220. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  221. CLANG_WARN_UNREACHABLE_CODE = YES;
  222. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  223. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  224. COPY_PHASE_STRIP = NO;
  225. DEBUG_INFORMATION_FORMAT = dwarf;
  226. ENABLE_STRICT_OBJC_MSGSEND = YES;
  227. ENABLE_TESTABILITY = YES;
  228. GCC_C_LANGUAGE_STANDARD = gnu99;
  229. GCC_DYNAMIC_NO_PIC = NO;
  230. GCC_NO_COMMON_BLOCKS = YES;
  231. GCC_OPTIMIZATION_LEVEL = 0;
  232. GCC_PREPROCESSOR_DEFINITIONS = (
  233. "DEBUG=1",
  234. "$(inherited)",
  235. );
  236. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  237. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  238. GCC_WARN_UNDECLARED_SELECTOR = YES;
  239. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  240. GCC_WARN_UNUSED_FUNCTION = YES;
  241. GCC_WARN_UNUSED_VARIABLE = YES;
  242. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  243. MTL_ENABLE_DEBUG_INFO = YES;
  244. ONLY_ACTIVE_ARCH = YES;
  245. SDKROOT = iphoneos;
  246. };
  247. name = Debug;
  248. };
  249. D2D27AB91DF9BADF004D2378 /* Release */ = {
  250. isa = XCBuildConfiguration;
  251. buildSettings = {
  252. ALWAYS_SEARCH_USER_PATHS = NO;
  253. CLANG_ANALYZER_NONNULL = YES;
  254. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  255. CLANG_CXX_LIBRARY = "libc++";
  256. CLANG_ENABLE_MODULES = YES;
  257. CLANG_ENABLE_OBJC_ARC = YES;
  258. CLANG_WARN_BOOL_CONVERSION = YES;
  259. CLANG_WARN_CONSTANT_CONVERSION = YES;
  260. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  261. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  262. CLANG_WARN_EMPTY_BODY = YES;
  263. CLANG_WARN_ENUM_CONVERSION = YES;
  264. CLANG_WARN_INFINITE_RECURSION = YES;
  265. CLANG_WARN_INT_CONVERSION = YES;
  266. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  267. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  268. CLANG_WARN_UNREACHABLE_CODE = YES;
  269. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  270. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  271. COPY_PHASE_STRIP = NO;
  272. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  273. ENABLE_NS_ASSERTIONS = NO;
  274. ENABLE_STRICT_OBJC_MSGSEND = YES;
  275. GCC_C_LANGUAGE_STANDARD = gnu99;
  276. GCC_NO_COMMON_BLOCKS = YES;
  277. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  278. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  279. GCC_WARN_UNDECLARED_SELECTOR = YES;
  280. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  281. GCC_WARN_UNUSED_FUNCTION = YES;
  282. GCC_WARN_UNUSED_VARIABLE = YES;
  283. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  284. MTL_ENABLE_DEBUG_INFO = NO;
  285. SDKROOT = iphoneos;
  286. VALIDATE_PRODUCT = YES;
  287. };
  288. name = Release;
  289. };
  290. D2D27ABB1DF9BADF004D2378 /* Debug */ = {
  291. isa = XCBuildConfiguration;
  292. buildSettings = {
  293. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  294. DEVELOPMENT_TEAM = 6U8C826Z3N;
  295. INFOPLIST_FILE = TresEnRaya/Info.plist;
  296. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  297. PRODUCT_BUNDLE_IDENTIFIER = legal.tics.TresEnRaya;
  298. PRODUCT_NAME = "$(TARGET_NAME)";
  299. };
  300. name = Debug;
  301. };
  302. D2D27ABC1DF9BADF004D2378 /* Release */ = {
  303. isa = XCBuildConfiguration;
  304. buildSettings = {
  305. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  306. DEVELOPMENT_TEAM = 6U8C826Z3N;
  307. INFOPLIST_FILE = TresEnRaya/Info.plist;
  308. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  309. PRODUCT_BUNDLE_IDENTIFIER = legal.tics.TresEnRaya;
  310. PRODUCT_NAME = "$(TARGET_NAME)";
  311. };
  312. name = Release;
  313. };
  314. /* End XCBuildConfiguration section */
  315. /* Begin XCConfigurationList section */
  316. D2D27A9E1DF9BADF004D2378 /* Build configuration list for PBXProject "TresEnRaya" */ = {
  317. isa = XCConfigurationList;
  318. buildConfigurations = (
  319. D2D27AB81DF9BADF004D2378 /* Debug */,
  320. D2D27AB91DF9BADF004D2378 /* Release */,
  321. );
  322. defaultConfigurationIsVisible = 0;
  323. defaultConfigurationName = Release;
  324. };
  325. D2D27ABA1DF9BADF004D2378 /* Build configuration list for PBXNativeTarget "TresEnRaya" */ = {
  326. isa = XCConfigurationList;
  327. buildConfigurations = (
  328. D2D27ABB1DF9BADF004D2378 /* Debug */,
  329. D2D27ABC1DF9BADF004D2378 /* Release */,
  330. );
  331. defaultConfigurationIsVisible = 0;
  332. defaultConfigurationName = Release;
  333. };
  334. /* End XCConfigurationList section */
  335. };
  336. rootObject = D2D27A9B1DF9BADF004D2378 /* Project object */;
  337. }