Mario-Sokoban from the OpenClassroom C Lesson exercice.

project.pbxproj 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6AA6E9CB18AF75B800DBBD19 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AA6E9CA18AF75B800DBBD19 /* main.c */; };
  10. 6AA6E9CD18AF75B800DBBD19 /* Mario_Sokoban.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6AA6E9CC18AF75B800DBBD19 /* Mario_Sokoban.1 */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXCopyFilesBuildPhase section */
  13. 6AA6E9C518AF75B800DBBD19 /* CopyFiles */ = {
  14. isa = PBXCopyFilesBuildPhase;
  15. buildActionMask = 2147483647;
  16. dstPath = /usr/share/man/man1/;
  17. dstSubfolderSpec = 0;
  18. files = (
  19. 6AA6E9CD18AF75B800DBBD19 /* Mario_Sokoban.1 in CopyFiles */,
  20. );
  21. runOnlyForDeploymentPostprocessing = 1;
  22. };
  23. /* End PBXCopyFilesBuildPhase section */
  24. /* Begin PBXFileReference section */
  25. 6AA6E9C718AF75B800DBBD19 /* Mario Sokoban */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Mario Sokoban"; sourceTree = BUILT_PRODUCTS_DIR; };
  26. 6AA6E9CA18AF75B800DBBD19 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
  27. 6AA6E9CC18AF75B800DBBD19 /* Mario_Sokoban.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = Mario_Sokoban.1; sourceTree = "<group>"; };
  28. /* End PBXFileReference section */
  29. /* Begin PBXFrameworksBuildPhase section */
  30. 6AA6E9C418AF75B800DBBD19 /* Frameworks */ = {
  31. isa = PBXFrameworksBuildPhase;
  32. buildActionMask = 2147483647;
  33. files = (
  34. );
  35. runOnlyForDeploymentPostprocessing = 0;
  36. };
  37. /* End PBXFrameworksBuildPhase section */
  38. /* Begin PBXGroup section */
  39. 6AA6E9BE18AF75B800DBBD19 = {
  40. isa = PBXGroup;
  41. children = (
  42. 6AA6E9C918AF75B800DBBD19 /* Mario Sokoban */,
  43. 6AA6E9C818AF75B800DBBD19 /* Products */,
  44. );
  45. sourceTree = "<group>";
  46. };
  47. 6AA6E9C818AF75B800DBBD19 /* Products */ = {
  48. isa = PBXGroup;
  49. children = (
  50. 6AA6E9C718AF75B800DBBD19 /* Mario Sokoban */,
  51. );
  52. name = Products;
  53. sourceTree = "<group>";
  54. };
  55. 6AA6E9C918AF75B800DBBD19 /* Mario Sokoban */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 6AA6E9CA18AF75B800DBBD19 /* main.c */,
  59. 6AA6E9CC18AF75B800DBBD19 /* Mario_Sokoban.1 */,
  60. );
  61. path = "Mario Sokoban";
  62. sourceTree = "<group>";
  63. };
  64. /* End PBXGroup section */
  65. /* Begin PBXNativeTarget section */
  66. 6AA6E9C618AF75B800DBBD19 /* Mario Sokoban */ = {
  67. isa = PBXNativeTarget;
  68. buildConfigurationList = 6AA6E9D018AF75B800DBBD19 /* Build configuration list for PBXNativeTarget "Mario Sokoban" */;
  69. buildPhases = (
  70. 6AA6E9C318AF75B800DBBD19 /* Sources */,
  71. 6AA6E9C418AF75B800DBBD19 /* Frameworks */,
  72. 6AA6E9C518AF75B800DBBD19 /* CopyFiles */,
  73. );
  74. buildRules = (
  75. );
  76. dependencies = (
  77. );
  78. name = "Mario Sokoban";
  79. productName = "Mario Sokoban";
  80. productReference = 6AA6E9C718AF75B800DBBD19 /* Mario Sokoban */;
  81. productType = "com.apple.product-type.tool";
  82. };
  83. /* End PBXNativeTarget section */
  84. /* Begin PBXProject section */
  85. 6AA6E9BF18AF75B800DBBD19 /* Project object */ = {
  86. isa = PBXProject;
  87. attributes = {
  88. LastUpgradeCheck = 0500;
  89. ORGANIZATIONNAME = "Benoit Sida";
  90. };
  91. buildConfigurationList = 6AA6E9C218AF75B800DBBD19 /* Build configuration list for PBXProject "Mario Sokoban" */;
  92. compatibilityVersion = "Xcode 3.2";
  93. developmentRegion = English;
  94. hasScannedForEncodings = 0;
  95. knownRegions = (
  96. en,
  97. );
  98. mainGroup = 6AA6E9BE18AF75B800DBBD19;
  99. productRefGroup = 6AA6E9C818AF75B800DBBD19 /* Products */;
  100. projectDirPath = "";
  101. projectRoot = "";
  102. targets = (
  103. 6AA6E9C618AF75B800DBBD19 /* Mario Sokoban */,
  104. );
  105. };
  106. /* End PBXProject section */
  107. /* Begin PBXSourcesBuildPhase section */
  108. 6AA6E9C318AF75B800DBBD19 /* Sources */ = {
  109. isa = PBXSourcesBuildPhase;
  110. buildActionMask = 2147483647;
  111. files = (
  112. 6AA6E9CB18AF75B800DBBD19 /* main.c in Sources */,
  113. );
  114. runOnlyForDeploymentPostprocessing = 0;
  115. };
  116. /* End PBXSourcesBuildPhase section */
  117. /* Begin XCBuildConfiguration section */
  118. 6AA6E9CE18AF75B800DBBD19 /* Debug */ = {
  119. isa = XCBuildConfiguration;
  120. buildSettings = {
  121. ALWAYS_SEARCH_USER_PATHS = NO;
  122. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  123. CLANG_CXX_LIBRARY = "libc++";
  124. CLANG_ENABLE_OBJC_ARC = YES;
  125. CLANG_WARN_BOOL_CONVERSION = YES;
  126. CLANG_WARN_CONSTANT_CONVERSION = YES;
  127. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  128. CLANG_WARN_EMPTY_BODY = YES;
  129. CLANG_WARN_ENUM_CONVERSION = YES;
  130. CLANG_WARN_INT_CONVERSION = YES;
  131. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  132. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  133. COPY_PHASE_STRIP = NO;
  134. GCC_C_LANGUAGE_STANDARD = gnu99;
  135. GCC_DYNAMIC_NO_PIC = NO;
  136. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  137. GCC_OPTIMIZATION_LEVEL = 0;
  138. GCC_PREPROCESSOR_DEFINITIONS = (
  139. "DEBUG=1",
  140. "$(inherited)",
  141. );
  142. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  143. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  144. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  145. GCC_WARN_UNDECLARED_SELECTOR = YES;
  146. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  147. GCC_WARN_UNUSED_FUNCTION = YES;
  148. GCC_WARN_UNUSED_VARIABLE = YES;
  149. MACOSX_DEPLOYMENT_TARGET = 10.9;
  150. ONLY_ACTIVE_ARCH = YES;
  151. SDKROOT = macosx;
  152. };
  153. name = Debug;
  154. };
  155. 6AA6E9CF18AF75B800DBBD19 /* Release */ = {
  156. isa = XCBuildConfiguration;
  157. buildSettings = {
  158. ALWAYS_SEARCH_USER_PATHS = NO;
  159. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  160. CLANG_CXX_LIBRARY = "libc++";
  161. CLANG_ENABLE_OBJC_ARC = YES;
  162. CLANG_WARN_BOOL_CONVERSION = YES;
  163. CLANG_WARN_CONSTANT_CONVERSION = YES;
  164. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  165. CLANG_WARN_EMPTY_BODY = YES;
  166. CLANG_WARN_ENUM_CONVERSION = YES;
  167. CLANG_WARN_INT_CONVERSION = YES;
  168. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  169. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  170. COPY_PHASE_STRIP = YES;
  171. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  172. ENABLE_NS_ASSERTIONS = NO;
  173. GCC_C_LANGUAGE_STANDARD = gnu99;
  174. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  175. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  176. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  177. GCC_WARN_UNDECLARED_SELECTOR = YES;
  178. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  179. GCC_WARN_UNUSED_FUNCTION = YES;
  180. GCC_WARN_UNUSED_VARIABLE = YES;
  181. MACOSX_DEPLOYMENT_TARGET = 10.9;
  182. SDKROOT = macosx;
  183. };
  184. name = Release;
  185. };
  186. 6AA6E9D118AF75B800DBBD19 /* Debug */ = {
  187. isa = XCBuildConfiguration;
  188. buildSettings = {
  189. PRODUCT_NAME = "$(TARGET_NAME)";
  190. };
  191. name = Debug;
  192. };
  193. 6AA6E9D218AF75B800DBBD19 /* Release */ = {
  194. isa = XCBuildConfiguration;
  195. buildSettings = {
  196. PRODUCT_NAME = "$(TARGET_NAME)";
  197. };
  198. name = Release;
  199. };
  200. /* End XCBuildConfiguration section */
  201. /* Begin XCConfigurationList section */
  202. 6AA6E9C218AF75B800DBBD19 /* Build configuration list for PBXProject "Mario Sokoban" */ = {
  203. isa = XCConfigurationList;
  204. buildConfigurations = (
  205. 6AA6E9CE18AF75B800DBBD19 /* Debug */,
  206. 6AA6E9CF18AF75B800DBBD19 /* Release */,
  207. );
  208. defaultConfigurationIsVisible = 0;
  209. defaultConfigurationName = Release;
  210. };
  211. 6AA6E9D018AF75B800DBBD19 /* Build configuration list for PBXNativeTarget "Mario Sokoban" */ = {
  212. isa = XCConfigurationList;
  213. buildConfigurations = (
  214. 6AA6E9D118AF75B800DBBD19 /* Debug */,
  215. 6AA6E9D218AF75B800DBBD19 /* Release */,
  216. );
  217. defaultConfigurationIsVisible = 0;
  218. };
  219. /* End XCConfigurationList section */
  220. };
  221. rootObject = 6AA6E9BF18AF75B800DBBD19 /* Project object */;
  222. }