project.pbxproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8DD76FAC0486AB0100D96B5E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
  10. 8DD76FB00486AB0100D96B5E /* doomtool.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* doomtool.1 */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXCopyFilesBuildPhase section */
  13. 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
  14. isa = PBXCopyFilesBuildPhase;
  15. buildActionMask = 8;
  16. dstPath = /usr/share/man/man1/;
  17. dstSubfolderSpec = 0;
  18. files = (
  19. 8DD76FB00486AB0100D96B5E /* doomtool.1 in CopyFiles */,
  20. );
  21. runOnlyForDeploymentPostprocessing = 1;
  22. };
  23. /* End PBXCopyFilesBuildPhase section */
  24. /* Begin PBXFileReference section */
  25. 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
  26. 72B4A70A0FAB70B100DC59D9 /* base.parm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = base.parm; path = ../../iphone/doom/base.parm; sourceTree = SOURCE_ROOT; };
  27. 72C01AB40F8CFCA900DE72D8 /* doomtool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = doomtool.h; sourceTree = "<group>"; };
  28. 8DD76FB20486AB0100D96B5E /* doomtool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = doomtool; sourceTree = BUILT_PRODUCTS_DIR; };
  29. C6A0FF2C0290799A04C91782 /* doomtool.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = doomtool.1; sourceTree = "<group>"; };
  30. /* End PBXFileReference section */
  31. /* Begin PBXFrameworksBuildPhase section */
  32. 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
  33. isa = PBXFrameworksBuildPhase;
  34. buildActionMask = 2147483647;
  35. files = (
  36. );
  37. runOnlyForDeploymentPostprocessing = 0;
  38. };
  39. /* End PBXFrameworksBuildPhase section */
  40. /* Begin PBXGroup section */
  41. 08FB7794FE84155DC02AAC07 /* doomtool */ = {
  42. isa = PBXGroup;
  43. children = (
  44. 72B4A70A0FAB70B100DC59D9 /* base.parm */,
  45. 08FB7795FE84155DC02AAC07 /* Source */,
  46. C6A0FF2B0290797F04C91782 /* Documentation */,
  47. 1AB674ADFE9D54B511CA2CBB /* Products */,
  48. );
  49. name = doomtool;
  50. sourceTree = "<group>";
  51. };
  52. 08FB7795FE84155DC02AAC07 /* Source */ = {
  53. isa = PBXGroup;
  54. children = (
  55. 72C01AB40F8CFCA900DE72D8 /* doomtool.h */,
  56. 08FB7796FE84155DC02AAC07 /* main.c */,
  57. );
  58. name = Source;
  59. sourceTree = "<group>";
  60. };
  61. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  62. isa = PBXGroup;
  63. children = (
  64. 8DD76FB20486AB0100D96B5E /* doomtool */,
  65. );
  66. name = Products;
  67. sourceTree = "<group>";
  68. };
  69. C6A0FF2B0290797F04C91782 /* Documentation */ = {
  70. isa = PBXGroup;
  71. children = (
  72. C6A0FF2C0290799A04C91782 /* doomtool.1 */,
  73. );
  74. name = Documentation;
  75. sourceTree = "<group>";
  76. };
  77. /* End PBXGroup section */
  78. /* Begin PBXNativeTarget section */
  79. 8DD76FA90486AB0100D96B5E /* doomtool */ = {
  80. isa = PBXNativeTarget;
  81. buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "doomtool" */;
  82. buildPhases = (
  83. 8DD76FAB0486AB0100D96B5E /* Sources */,
  84. 8DD76FAD0486AB0100D96B5E /* Frameworks */,
  85. 8DD76FAF0486AB0100D96B5E /* CopyFiles */,
  86. );
  87. buildRules = (
  88. );
  89. dependencies = (
  90. );
  91. name = doomtool;
  92. productInstallPath = "$(HOME)/bin";
  93. productName = doomtool;
  94. productReference = 8DD76FB20486AB0100D96B5E /* doomtool */;
  95. productType = "com.apple.product-type.tool";
  96. };
  97. /* End PBXNativeTarget section */
  98. /* Begin PBXProject section */
  99. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  100. isa = PBXProject;
  101. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "doomtool" */;
  102. compatibilityVersion = "Xcode 3.1";
  103. hasScannedForEncodings = 1;
  104. mainGroup = 08FB7794FE84155DC02AAC07 /* doomtool */;
  105. projectDirPath = "";
  106. projectRoot = "";
  107. targets = (
  108. 8DD76FA90486AB0100D96B5E /* doomtool */,
  109. );
  110. };
  111. /* End PBXProject section */
  112. /* Begin PBXSourcesBuildPhase section */
  113. 8DD76FAB0486AB0100D96B5E /* Sources */ = {
  114. isa = PBXSourcesBuildPhase;
  115. buildActionMask = 2147483647;
  116. files = (
  117. 8DD76FAC0486AB0100D96B5E /* main.c in Sources */,
  118. );
  119. runOnlyForDeploymentPostprocessing = 0;
  120. };
  121. /* End PBXSourcesBuildPhase section */
  122. /* Begin XCBuildConfiguration section */
  123. 1DEB928608733DD80010E9CD /* Debug */ = {
  124. isa = XCBuildConfiguration;
  125. buildSettings = {
  126. ALWAYS_SEARCH_USER_PATHS = NO;
  127. COPY_PHASE_STRIP = NO;
  128. GCC_DYNAMIC_NO_PIC = NO;
  129. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  130. GCC_MODEL_TUNING = G5;
  131. GCC_OPTIMIZATION_LEVEL = 0;
  132. INSTALL_PATH = /usr/local/bin;
  133. PRODUCT_NAME = doomtool;
  134. };
  135. name = Debug;
  136. };
  137. 1DEB928708733DD80010E9CD /* Release */ = {
  138. isa = XCBuildConfiguration;
  139. buildSettings = {
  140. ALWAYS_SEARCH_USER_PATHS = NO;
  141. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  142. GCC_MODEL_TUNING = G5;
  143. INSTALL_PATH = /usr/local/bin;
  144. PRODUCT_NAME = doomtool;
  145. };
  146. name = Release;
  147. };
  148. 1DEB928A08733DD80010E9CD /* Debug */ = {
  149. isa = XCBuildConfiguration;
  150. buildSettings = {
  151. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  152. GCC_C_LANGUAGE_STANDARD = c99;
  153. GCC_OPTIMIZATION_LEVEL = 0;
  154. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  155. GCC_WARN_UNUSED_VARIABLE = YES;
  156. ONLY_ACTIVE_ARCH = YES;
  157. PREBINDING = NO;
  158. SDKROOT = macosx10.5;
  159. };
  160. name = Debug;
  161. };
  162. 1DEB928B08733DD80010E9CD /* Release */ = {
  163. isa = XCBuildConfiguration;
  164. buildSettings = {
  165. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  166. GCC_C_LANGUAGE_STANDARD = c99;
  167. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  168. GCC_WARN_UNUSED_VARIABLE = YES;
  169. PREBINDING = NO;
  170. SDKROOT = macosx10.5;
  171. };
  172. name = Release;
  173. };
  174. /* End XCBuildConfiguration section */
  175. /* Begin XCConfigurationList section */
  176. 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "doomtool" */ = {
  177. isa = XCConfigurationList;
  178. buildConfigurations = (
  179. 1DEB928608733DD80010E9CD /* Debug */,
  180. 1DEB928708733DD80010E9CD /* Release */,
  181. );
  182. defaultConfigurationIsVisible = 0;
  183. defaultConfigurationName = Release;
  184. };
  185. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "doomtool" */ = {
  186. isa = XCConfigurationList;
  187. buildConfigurations = (
  188. 1DEB928A08733DD80010E9CD /* Debug */,
  189. 1DEB928B08733DD80010E9CD /* Release */,
  190. );
  191. defaultConfigurationIsVisible = 0;
  192. defaultConfigurationName = Release;
  193. };
  194. /* End XCConfigurationList section */
  195. };
  196. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  197. }