project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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. attributes = {
  145. };
  146. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Quickdev16" */;
  147. compatibilityVersion = "Xcode 3.1";
  148. developmentRegion = English;
  149. hasScannedForEncodings = 1;
  150. knownRegions = (
  151. en,
  152. );
  153. mainGroup = 29B97314FDCFA39411CA2CEA /* Quickdev16 */;
  154. projectDirPath = "";
  155. projectRoot = "";
  156. targets = (
  157. 8D1107260486CEB800E47090 /* Quickdev16 */,
  158. );
  159. };
  160. /* End PBXProject section */
  161. /* Begin PBXResourcesBuildPhase section */
  162. 8D1107290486CEB800E47090 /* Resources */ = {
  163. isa = PBXResourcesBuildPhase;
  164. buildActionMask = 2147483647;
  165. files = (
  166. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  167. 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
  168. );
  169. runOnlyForDeploymentPostprocessing = 0;
  170. };
  171. /* End PBXResourcesBuildPhase section */
  172. /* Begin PBXSourcesBuildPhase section */
  173. 8D11072C0486CEB800E47090 /* Sources */ = {
  174. isa = PBXSourcesBuildPhase;
  175. buildActionMask = 2147483647;
  176. files = (
  177. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  178. 631A51AA104CF5B700E73564 /* AppController.m in Sources */,
  179. 630AE5CA104D62CE0091039C /* CommandWrapper.m in Sources */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. /* End PBXSourcesBuildPhase section */
  184. /* Begin PBXVariantGroup section */
  185. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  186. isa = PBXVariantGroup;
  187. children = (
  188. 089C165DFE840E0CC02AAC07 /* English */,
  189. );
  190. name = InfoPlist.strings;
  191. sourceTree = "<group>";
  192. };
  193. 1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
  194. isa = PBXVariantGroup;
  195. children = (
  196. 1DDD58150DA1D0A300B32029 /* English */,
  197. );
  198. name = MainMenu.xib;
  199. sourceTree = "<group>";
  200. };
  201. /* End PBXVariantGroup section */
  202. /* Begin XCBuildConfiguration section */
  203. C01FCF4B08A954540054247B /* Debug */ = {
  204. isa = XCBuildConfiguration;
  205. buildSettings = {
  206. ALWAYS_SEARCH_USER_PATHS = NO;
  207. COPY_PHASE_STRIP = NO;
  208. FRAMEWORK_SEARCH_PATHS = (
  209. "$(inherited)",
  210. "\"$(SRCROOT)/../../../../../osx/code/BGHUDAppKit\"",
  211. "\"$(SRCROOT)/../../../../../osx/code/BGHUDAppKit/build/Release\"",
  212. );
  213. GCC_DYNAMIC_NO_PIC = NO;
  214. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  215. GCC_MODEL_TUNING = G5;
  216. GCC_OPTIMIZATION_LEVEL = 0;
  217. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  218. GCC_PREFIX_HEADER = Quickdev16_Prefix.pch;
  219. INFOPLIST_FILE = "Quickdev16-Info.plist";
  220. INSTALL_PATH = "$(HOME)/Applications";
  221. PRODUCT_NAME = Quickdev16;
  222. };
  223. name = Debug;
  224. };
  225. C01FCF4C08A954540054247B /* Release */ = {
  226. isa = XCBuildConfiguration;
  227. buildSettings = {
  228. ALWAYS_SEARCH_USER_PATHS = NO;
  229. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  230. FRAMEWORK_SEARCH_PATHS = (
  231. "$(inherited)",
  232. "\"$(SRCROOT)/../../../../../osx/code/BGHUDAppKit\"",
  233. "\"$(SRCROOT)/../../../../../osx/code/BGHUDAppKit/build/Release\"",
  234. );
  235. GCC_MODEL_TUNING = G5;
  236. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  237. GCC_PREFIX_HEADER = Quickdev16_Prefix.pch;
  238. INFOPLIST_FILE = "Quickdev16-Info.plist";
  239. INSTALL_PATH = "$(HOME)/Applications";
  240. PRODUCT_NAME = Quickdev16;
  241. };
  242. name = Release;
  243. };
  244. C01FCF4F08A954540054247B /* Debug */ = {
  245. isa = XCBuildConfiguration;
  246. buildSettings = {
  247. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  248. GCC_C_LANGUAGE_STANDARD = gnu99;
  249. GCC_OPTIMIZATION_LEVEL = 0;
  250. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  251. GCC_WARN_UNUSED_VARIABLE = YES;
  252. MACOSX_DEPLOYMENT_TARGET = 10.10;
  253. ONLY_ACTIVE_ARCH = YES;
  254. PREBINDING = NO;
  255. SDKROOT = macosx10.11;
  256. };
  257. name = Debug;
  258. };
  259. C01FCF5008A954540054247B /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  263. GCC_C_LANGUAGE_STANDARD = gnu99;
  264. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  265. GCC_WARN_UNUSED_VARIABLE = YES;
  266. MACOSX_DEPLOYMENT_TARGET = 10.10;
  267. PREBINDING = NO;
  268. SDKROOT = macosx10.11;
  269. };
  270. name = Release;
  271. };
  272. /* End XCBuildConfiguration section */
  273. /* Begin XCConfigurationList section */
  274. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Quickdev16" */ = {
  275. isa = XCConfigurationList;
  276. buildConfigurations = (
  277. C01FCF4B08A954540054247B /* Debug */,
  278. C01FCF4C08A954540054247B /* Release */,
  279. );
  280. defaultConfigurationIsVisible = 0;
  281. defaultConfigurationName = Release;
  282. };
  283. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Quickdev16" */ = {
  284. isa = XCConfigurationList;
  285. buildConfigurations = (
  286. C01FCF4F08A954540054247B /* Debug */,
  287. C01FCF5008A954540054247B /* Release */,
  288. );
  289. defaultConfigurationIsVisible = 0;
  290. defaultConfigurationName = Release;
  291. };
  292. /* End XCConfigurationList section */
  293. };
  294. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  295. }