project.pbxproj 15 KB

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