project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
  10. 630AE5CA104D62CE0091039C /* CommandWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 630AE5C9104D62CE0091039C /* CommandWrapper.m */; };
  11. 631A51AA104CF5B700E73564 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 631A51A9104CF5B700E73564 /* AppController.m */; };
  12. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
  13. 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
  14. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
  15. /* End PBXBuildFile section */
  16. /* Begin PBXFileReference section */
  17. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  18. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  19. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  20. 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
  21. 256AC3F00F4B6AF500CF3369 /* Quickdev16_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Quickdev16_Prefix.pch; sourceTree = "<group>"; };
  22. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  23. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  24. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  25. 630AE5C8104D62CE0091039C /* CommandWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommandWrapper.h; sourceTree = "<group>"; };
  26. 630AE5C9104D62CE0091039C /* CommandWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommandWrapper.m; sourceTree = "<group>"; };
  27. 631A51A6104CF59900E73564 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
  28. 631A51A9104CF5B700E73564 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = "<group>"; };
  29. 8D1107310486CEB800E47090 /* Quickdev16-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Quickdev16-Info.plist"; sourceTree = "<group>"; };
  30. 8D1107320486CEB800E47090 /* Quickdev16.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Quickdev16.app; sourceTree = BUILT_PRODUCTS_DIR; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. 080E96DDFE201D6D7F000001 /* Classes */ = {
  44. isa = PBXGroup;
  45. children = (
  46. 631A51A9104CF5B700E73564 /* AppController.m */,
  47. 631A51A6104CF59900E73564 /* AppController.h */,
  48. 630AE5C8104D62CE0091039C /* CommandWrapper.h */,
  49. 630AE5C9104D62CE0091039C /* CommandWrapper.m */,
  50. );
  51. name = Classes;
  52. sourceTree = "<group>";
  53. };
  54. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  55. isa = PBXGroup;
  56. children = (
  57. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  58. );
  59. name = "Linked Frameworks";
  60. sourceTree = "<group>";
  61. };
  62. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  63. isa = PBXGroup;
  64. children = (
  65. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  66. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
  67. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  68. );
  69. name = "Other Frameworks";
  70. sourceTree = "<group>";
  71. };
  72. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  73. isa = PBXGroup;
  74. children = (
  75. 8D1107320486CEB800E47090 /* Quickdev16.app */,
  76. );
  77. name = Products;
  78. sourceTree = "<group>";
  79. };
  80. 29B97314FDCFA39411CA2CEA /* Quickdev16 */ = {
  81. isa = PBXGroup;
  82. children = (
  83. 080E96DDFE201D6D7F000001 /* Classes */,
  84. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  85. 29B97317FDCFA39411CA2CEA /* Resources */,
  86. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  87. 19C28FACFE9D520D11CA2CBB /* Products */,
  88. );
  89. name = Quickdev16;
  90. sourceTree = "<group>";
  91. };
  92. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 256AC3F00F4B6AF500CF3369 /* Quickdev16_Prefix.pch */,
  96. 29B97316FDCFA39411CA2CEA /* main.m */,
  97. );
  98. name = "Other Sources";
  99. sourceTree = "<group>";
  100. };
  101. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  102. isa = PBXGroup;
  103. children = (
  104. 8D1107310486CEB800E47090 /* Quickdev16-Info.plist */,
  105. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  106. 1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
  107. );
  108. name = Resources;
  109. sourceTree = "<group>";
  110. };
  111. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  115. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  116. );
  117. name = Frameworks;
  118. sourceTree = "<group>";
  119. };
  120. /* End PBXGroup section */
  121. /* Begin PBXNativeTarget section */
  122. 8D1107260486CEB800E47090 /* Quickdev16 */ = {
  123. isa = PBXNativeTarget;
  124. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Quickdev16" */;
  125. buildPhases = (
  126. 8D1107290486CEB800E47090 /* Resources */,
  127. 8D11072C0486CEB800E47090 /* Sources */,
  128. 8D11072E0486CEB800E47090 /* Frameworks */,
  129. );
  130. buildRules = (
  131. );
  132. dependencies = (
  133. );
  134. name = Quickdev16;
  135. productInstallPath = "$(HOME)/Applications";
  136. productName = Quickdev16;
  137. productReference = 8D1107320486CEB800E47090 /* Quickdev16.app */;
  138. productType = "com.apple.product-type.application";
  139. };
  140. /* End PBXNativeTarget section */
  141. /* Begin PBXProject section */
  142. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  143. isa = PBXProject;
  144. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Quickdev16" */;
  145. compatibilityVersion = "Xcode 3.1";
  146. hasScannedForEncodings = 1;
  147. mainGroup = 29B97314FDCFA39411CA2CEA /* Quickdev16 */;
  148. projectDirPath = "";
  149. projectRoot = "";
  150. targets = (
  151. 8D1107260486CEB800E47090 /* Quickdev16 */,
  152. );
  153. };
  154. /* End PBXProject section */
  155. /* Begin PBXResourcesBuildPhase section */
  156. 8D1107290486CEB800E47090 /* Resources */ = {
  157. isa = PBXResourcesBuildPhase;
  158. buildActionMask = 2147483647;
  159. files = (
  160. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  161. 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
  162. );
  163. runOnlyForDeploymentPostprocessing = 0;
  164. };
  165. /* End PBXResourcesBuildPhase section */
  166. /* Begin PBXSourcesBuildPhase section */
  167. 8D11072C0486CEB800E47090 /* Sources */ = {
  168. isa = PBXSourcesBuildPhase;
  169. buildActionMask = 2147483647;
  170. files = (
  171. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  172. 631A51AA104CF5B700E73564 /* AppController.m in Sources */,
  173. 630AE5CA104D62CE0091039C /* CommandWrapper.m in Sources */,
  174. );
  175. runOnlyForDeploymentPostprocessing = 0;
  176. };
  177. /* End PBXSourcesBuildPhase section */
  178. /* Begin PBXVariantGroup section */
  179. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  180. isa = PBXVariantGroup;
  181. children = (
  182. 089C165DFE840E0CC02AAC07 /* English */,
  183. );
  184. name = InfoPlist.strings;
  185. sourceTree = "<group>";
  186. };
  187. 1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
  188. isa = PBXVariantGroup;
  189. children = (
  190. 1DDD58150DA1D0A300B32029 /* English */,
  191. );
  192. name = MainMenu.xib;
  193. sourceTree = "<group>";
  194. };
  195. /* End PBXVariantGroup section */
  196. /* Begin XCBuildConfiguration section */
  197. C01FCF4B08A954540054247B /* Debug */ = {
  198. isa = XCBuildConfiguration;
  199. buildSettings = {
  200. ALWAYS_SEARCH_USER_PATHS = NO;
  201. COPY_PHASE_STRIP = NO;
  202. FRAMEWORK_SEARCH_PATHS = (
  203. "$(inherited)",
  204. "\"$(SRCROOT)/../../../../../osx/code/BGHUDAppKit\"",
  205. "\"$(SRCROOT)/../../../../../osx/code/BGHUDAppKit/build/Release\"",
  206. );
  207. GCC_DYNAMIC_NO_PIC = NO;
  208. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  209. GCC_MODEL_TUNING = G5;
  210. GCC_OPTIMIZATION_LEVEL = 0;
  211. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  212. GCC_PREFIX_HEADER = Quickdev16_Prefix.pch;
  213. INFOPLIST_FILE = "Quickdev16-Info.plist";
  214. INSTALL_PATH = "$(HOME)/Applications";
  215. PRODUCT_NAME = Quickdev16;
  216. };
  217. name = Debug;
  218. };
  219. C01FCF4C08A954540054247B /* Release */ = {
  220. isa = XCBuildConfiguration;
  221. buildSettings = {
  222. ALWAYS_SEARCH_USER_PATHS = NO;
  223. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  224. FRAMEWORK_SEARCH_PATHS = (
  225. "$(inherited)",
  226. "\"$(SRCROOT)/../../../../../osx/code/BGHUDAppKit\"",
  227. "\"$(SRCROOT)/../../../../../osx/code/BGHUDAppKit/build/Release\"",
  228. );
  229. GCC_MODEL_TUNING = G5;
  230. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  231. GCC_PREFIX_HEADER = Quickdev16_Prefix.pch;
  232. INFOPLIST_FILE = "Quickdev16-Info.plist";
  233. INSTALL_PATH = "$(HOME)/Applications";
  234. PRODUCT_NAME = Quickdev16;
  235. };
  236. name = Release;
  237. };
  238. C01FCF4F08A954540054247B /* Debug */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  242. GCC_C_LANGUAGE_STANDARD = gnu99;
  243. GCC_OPTIMIZATION_LEVEL = 0;
  244. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  245. GCC_WARN_UNUSED_VARIABLE = YES;
  246. ONLY_ACTIVE_ARCH = YES;
  247. PREBINDING = NO;
  248. SDKROOT = macosx10.6;
  249. };
  250. name = Debug;
  251. };
  252. C01FCF5008A954540054247B /* Release */ = {
  253. isa = XCBuildConfiguration;
  254. buildSettings = {
  255. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  256. GCC_C_LANGUAGE_STANDARD = gnu99;
  257. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  258. GCC_WARN_UNUSED_VARIABLE = YES;
  259. PREBINDING = NO;
  260. SDKROOT = macosx10.6;
  261. };
  262. name = Release;
  263. };
  264. /* End XCBuildConfiguration section */
  265. /* Begin XCConfigurationList section */
  266. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Quickdev16" */ = {
  267. isa = XCConfigurationList;
  268. buildConfigurations = (
  269. C01FCF4B08A954540054247B /* Debug */,
  270. C01FCF4C08A954540054247B /* Release */,
  271. );
  272. defaultConfigurationIsVisible = 0;
  273. defaultConfigurationName = Release;
  274. };
  275. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Quickdev16" */ = {
  276. isa = XCConfigurationList;
  277. buildConfigurations = (
  278. C01FCF4F08A954540054247B /* Debug */,
  279. C01FCF5008A954540054247B /* Release */,
  280. );
  281. defaultConfigurationIsVisible = 0;
  282. defaultConfigurationName = Release;
  283. };
  284. /* End XCConfigurationList section */
  285. };
  286. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  287. }