project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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. 256AC3DA0F4B6AC300CF3369 /* InsideJobAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* InsideJobAppDelegate.m */; };
  11. 668B2556125D5A3E0060BF71 /* NBTContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 668B2555125D5A3E0060BF71 /* NBTContainer.m */; };
  12. 668B255C125D5BCA0060BF71 /* NSData+CocoaDevAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 668B255B125D5BCA0060BF71 /* NSData+CocoaDevAdditions.m */; };
  13. 668B2560125D5C1C0060BF71 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 668B255F125D5C1C0060BF71 /* libz.dylib */; };
  14. 668B27AF125D8EFD0060BF71 /* IJMinecraftLevel.m in Sources */ = {isa = PBXBuildFile; fileRef = 668B27AE125D8EFD0060BF71 /* IJMinecraftLevel.m */; };
  15. 668B27B2125D8F8E0060BF71 /* IJInventoryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 668B27B1125D8F8E0060BF71 /* IJInventoryItem.m */; };
  16. 668B27F2125D963F0060BF71 /* IJInventoryWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 668B27F1125D963F0060BF71 /* IJInventoryWindowController.m */; };
  17. 668B290F125E40560060BF71 /* Items.csv in Resources */ = {isa = PBXBuildFile; fileRef = 668B28D8125E370A0060BF71 /* Items.csv */; };
  18. 668B2979125E5DD40060BF71 /* IJItemPickerWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 668B2978125E5DD40060BF71 /* IJItemPickerWindowController.m */; };
  19. 668B297C125E5DF00060BF71 /* ItemPicker.xib in Resources */ = {isa = PBXBuildFile; fileRef = 668B297B125E5DF00060BF71 /* ItemPicker.xib */; };
  20. 66BCFC2B125E9A51005A23F4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 66BCFC2A125E9A51005A23F4 /* Credits.rtf */; };
  21. 66BCFC36125EA53E005A23F4 /* InsideJob.icns in Resources */ = {isa = PBXBuildFile; fileRef = 66BCFC35125EA53E005A23F4 /* InsideJob.icns */; };
  22. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
  23. 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
  24. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
  25. /* End PBXBuildFile section */
  26. /* Begin PBXFileReference section */
  27. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  28. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  29. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  30. 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
  31. 256AC3D80F4B6AC300CF3369 /* InsideJobAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InsideJobAppDelegate.h; sourceTree = "<group>"; };
  32. 256AC3D90F4B6AC300CF3369 /* InsideJobAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InsideJobAppDelegate.m; sourceTree = "<group>"; };
  33. 256AC3F00F4B6AF500CF3369 /* InsideJob_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InsideJob_Prefix.pch; sourceTree = "<group>"; };
  34. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  35. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  36. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  37. 668B2554125D5A3E0060BF71 /* NBTContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NBTContainer.h; sourceTree = "<group>"; };
  38. 668B2555125D5A3E0060BF71 /* NBTContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NBTContainer.m; sourceTree = "<group>"; };
  39. 668B255A125D5BCA0060BF71 /* NSData+CocoaDevAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+CocoaDevAdditions.h"; sourceTree = "<group>"; };
  40. 668B255B125D5BCA0060BF71 /* NSData+CocoaDevAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+CocoaDevAdditions.m"; sourceTree = "<group>"; };
  41. 668B255F125D5C1C0060BF71 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  42. 668B27AD125D8EFD0060BF71 /* IJMinecraftLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJMinecraftLevel.h; sourceTree = "<group>"; };
  43. 668B27AE125D8EFD0060BF71 /* IJMinecraftLevel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJMinecraftLevel.m; sourceTree = "<group>"; };
  44. 668B27B0125D8F8E0060BF71 /* IJInventoryItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJInventoryItem.h; sourceTree = "<group>"; };
  45. 668B27B1125D8F8E0060BF71 /* IJInventoryItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJInventoryItem.m; sourceTree = "<group>"; };
  46. 668B27F0125D963F0060BF71 /* IJInventoryWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJInventoryWindowController.h; sourceTree = "<group>"; };
  47. 668B27F1125D963F0060BF71 /* IJInventoryWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJInventoryWindowController.m; sourceTree = "<group>"; };
  48. 668B28D8125E370A0060BF71 /* Items.csv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Items.csv; sourceTree = "<group>"; };
  49. 668B2977125E5DD40060BF71 /* IJItemPickerWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJItemPickerWindowController.h; sourceTree = "<group>"; };
  50. 668B2978125E5DD40060BF71 /* IJItemPickerWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJItemPickerWindowController.m; sourceTree = "<group>"; };
  51. 668B297B125E5DF00060BF71 /* ItemPicker.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ItemPicker.xib; sourceTree = "<group>"; };
  52. 66BCFC2A125E9A51005A23F4 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; };
  53. 66BCFC35125EA53E005A23F4 /* InsideJob.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = InsideJob.icns; sourceTree = "<group>"; };
  54. 8D1107310486CEB800E47090 /* InsideJob-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "InsideJob-Info.plist"; sourceTree = "<group>"; };
  55. 8D1107320486CEB800E47090 /* Inside Job.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Inside Job.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  56. /* End PBXFileReference section */
  57. /* Begin PBXFrameworksBuildPhase section */
  58. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  59. isa = PBXFrameworksBuildPhase;
  60. buildActionMask = 2147483647;
  61. files = (
  62. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
  63. 668B2560125D5C1C0060BF71 /* libz.dylib in Frameworks */,
  64. );
  65. runOnlyForDeploymentPostprocessing = 0;
  66. };
  67. /* End PBXFrameworksBuildPhase section */
  68. /* Begin PBXGroup section */
  69. 080E96DDFE201D6D7F000001 /* Classes */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 256AC3D80F4B6AC300CF3369 /* InsideJobAppDelegate.h */,
  73. 256AC3D90F4B6AC300CF3369 /* InsideJobAppDelegate.m */,
  74. 668B27F3125D96470060BF71 /* Interface */,
  75. 668B2551125D59BF0060BF71 /* Model */,
  76. 668B2559125D5BB90060BF71 /* Categories */,
  77. );
  78. name = Classes;
  79. sourceTree = "<group>";
  80. };
  81. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  82. isa = PBXGroup;
  83. children = (
  84. 668B255F125D5C1C0060BF71 /* libz.dylib */,
  85. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  86. );
  87. name = "Linked Frameworks";
  88. sourceTree = "<group>";
  89. };
  90. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  91. isa = PBXGroup;
  92. children = (
  93. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  94. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
  95. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  96. );
  97. name = "Other Frameworks";
  98. sourceTree = "<group>";
  99. };
  100. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 8D1107320486CEB800E47090 /* Inside Job.app */,
  104. );
  105. name = Products;
  106. sourceTree = "<group>";
  107. };
  108. 29B97314FDCFA39411CA2CEA /* InsideJob */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 080E96DDFE201D6D7F000001 /* Classes */,
  112. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  113. 29B97317FDCFA39411CA2CEA /* Resources */,
  114. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  115. 19C28FACFE9D520D11CA2CBB /* Products */,
  116. );
  117. name = InsideJob;
  118. sourceTree = "<group>";
  119. };
  120. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  121. isa = PBXGroup;
  122. children = (
  123. 256AC3F00F4B6AF500CF3369 /* InsideJob_Prefix.pch */,
  124. 29B97316FDCFA39411CA2CEA /* main.m */,
  125. );
  126. name = "Other Sources";
  127. sourceTree = "<group>";
  128. };
  129. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  130. isa = PBXGroup;
  131. children = (
  132. 66BCFC35125EA53E005A23F4 /* InsideJob.icns */,
  133. 8D1107310486CEB800E47090 /* InsideJob-Info.plist */,
  134. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  135. 1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
  136. 668B297B125E5DF00060BF71 /* ItemPicker.xib */,
  137. 668B28D8125E370A0060BF71 /* Items.csv */,
  138. 66BCFC2A125E9A51005A23F4 /* Credits.rtf */,
  139. );
  140. name = Resources;
  141. sourceTree = "<group>";
  142. };
  143. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  144. isa = PBXGroup;
  145. children = (
  146. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  147. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  148. );
  149. name = Frameworks;
  150. sourceTree = "<group>";
  151. };
  152. 668B2551125D59BF0060BF71 /* Model */ = {
  153. isa = PBXGroup;
  154. children = (
  155. 668B27AD125D8EFD0060BF71 /* IJMinecraftLevel.h */,
  156. 668B27AE125D8EFD0060BF71 /* IJMinecraftLevel.m */,
  157. 668B27B0125D8F8E0060BF71 /* IJInventoryItem.h */,
  158. 668B27B1125D8F8E0060BF71 /* IJInventoryItem.m */,
  159. 668B2554125D5A3E0060BF71 /* NBTContainer.h */,
  160. 668B2555125D5A3E0060BF71 /* NBTContainer.m */,
  161. );
  162. name = Model;
  163. sourceTree = "<group>";
  164. };
  165. 668B2559125D5BB90060BF71 /* Categories */ = {
  166. isa = PBXGroup;
  167. children = (
  168. 668B255A125D5BCA0060BF71 /* NSData+CocoaDevAdditions.h */,
  169. 668B255B125D5BCA0060BF71 /* NSData+CocoaDevAdditions.m */,
  170. );
  171. name = Categories;
  172. sourceTree = "<group>";
  173. };
  174. 668B27F3125D96470060BF71 /* Interface */ = {
  175. isa = PBXGroup;
  176. children = (
  177. 668B27F0125D963F0060BF71 /* IJInventoryWindowController.h */,
  178. 668B27F1125D963F0060BF71 /* IJInventoryWindowController.m */,
  179. 668B2977125E5DD40060BF71 /* IJItemPickerWindowController.h */,
  180. 668B2978125E5DD40060BF71 /* IJItemPickerWindowController.m */,
  181. );
  182. name = Interface;
  183. sourceTree = "<group>";
  184. };
  185. /* End PBXGroup section */
  186. /* Begin PBXNativeTarget section */
  187. 8D1107260486CEB800E47090 /* Inside Job */ = {
  188. isa = PBXNativeTarget;
  189. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Inside Job" */;
  190. buildPhases = (
  191. 8D1107290486CEB800E47090 /* Resources */,
  192. 8D11072C0486CEB800E47090 /* Sources */,
  193. 8D11072E0486CEB800E47090 /* Frameworks */,
  194. );
  195. buildRules = (
  196. );
  197. dependencies = (
  198. );
  199. name = "Inside Job";
  200. productInstallPath = "$(HOME)/Applications";
  201. productName = InsideJob;
  202. productReference = 8D1107320486CEB800E47090 /* Inside Job.app */;
  203. productType = "com.apple.product-type.application";
  204. };
  205. /* End PBXNativeTarget section */
  206. /* Begin PBXProject section */
  207. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  208. isa = PBXProject;
  209. attributes = {
  210. ORGANIZATIONNAME = "Adam Preble";
  211. };
  212. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "InsideJob" */;
  213. compatibilityVersion = "Xcode 3.1";
  214. developmentRegion = English;
  215. hasScannedForEncodings = 1;
  216. knownRegions = (
  217. English,
  218. Japanese,
  219. French,
  220. German,
  221. );
  222. mainGroup = 29B97314FDCFA39411CA2CEA /* InsideJob */;
  223. projectDirPath = "";
  224. projectRoot = "";
  225. targets = (
  226. 8D1107260486CEB800E47090 /* Inside Job */,
  227. );
  228. };
  229. /* End PBXProject section */
  230. /* Begin PBXResourcesBuildPhase section */
  231. 8D1107290486CEB800E47090 /* Resources */ = {
  232. isa = PBXResourcesBuildPhase;
  233. buildActionMask = 2147483647;
  234. files = (
  235. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  236. 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
  237. 668B290F125E40560060BF71 /* Items.csv in Resources */,
  238. 668B297C125E5DF00060BF71 /* ItemPicker.xib in Resources */,
  239. 66BCFC2B125E9A51005A23F4 /* Credits.rtf in Resources */,
  240. 66BCFC36125EA53E005A23F4 /* InsideJob.icns in Resources */,
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. };
  244. /* End PBXResourcesBuildPhase section */
  245. /* Begin PBXSourcesBuildPhase section */
  246. 8D11072C0486CEB800E47090 /* Sources */ = {
  247. isa = PBXSourcesBuildPhase;
  248. buildActionMask = 2147483647;
  249. files = (
  250. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  251. 256AC3DA0F4B6AC300CF3369 /* InsideJobAppDelegate.m in Sources */,
  252. 668B2556125D5A3E0060BF71 /* NBTContainer.m in Sources */,
  253. 668B255C125D5BCA0060BF71 /* NSData+CocoaDevAdditions.m in Sources */,
  254. 668B27AF125D8EFD0060BF71 /* IJMinecraftLevel.m in Sources */,
  255. 668B27B2125D8F8E0060BF71 /* IJInventoryItem.m in Sources */,
  256. 668B27F2125D963F0060BF71 /* IJInventoryWindowController.m in Sources */,
  257. 668B2979125E5DD40060BF71 /* IJItemPickerWindowController.m in Sources */,
  258. );
  259. runOnlyForDeploymentPostprocessing = 0;
  260. };
  261. /* End PBXSourcesBuildPhase section */
  262. /* Begin PBXVariantGroup section */
  263. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  264. isa = PBXVariantGroup;
  265. children = (
  266. 089C165DFE840E0CC02AAC07 /* English */,
  267. );
  268. name = InfoPlist.strings;
  269. sourceTree = "<group>";
  270. };
  271. 1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
  272. isa = PBXVariantGroup;
  273. children = (
  274. 1DDD58150DA1D0A300B32029 /* English */,
  275. );
  276. name = MainMenu.xib;
  277. sourceTree = "<group>";
  278. };
  279. /* End PBXVariantGroup section */
  280. /* Begin XCBuildConfiguration section */
  281. C01FCF4B08A954540054247B /* Debug */ = {
  282. isa = XCBuildConfiguration;
  283. buildSettings = {
  284. ALWAYS_SEARCH_USER_PATHS = NO;
  285. COPY_PHASE_STRIP = NO;
  286. GCC_DYNAMIC_NO_PIC = NO;
  287. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  288. GCC_MODEL_TUNING = G5;
  289. GCC_OPTIMIZATION_LEVEL = 0;
  290. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  291. GCC_PREFIX_HEADER = InsideJob_Prefix.pch;
  292. INFOPLIST_FILE = "InsideJob-Info.plist";
  293. INSTALL_PATH = "$(HOME)/Applications";
  294. PRODUCT_NAME = "Inside Job";
  295. };
  296. name = Debug;
  297. };
  298. C01FCF4C08A954540054247B /* Release */ = {
  299. isa = XCBuildConfiguration;
  300. buildSettings = {
  301. ALWAYS_SEARCH_USER_PATHS = NO;
  302. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  303. GCC_MODEL_TUNING = G5;
  304. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  305. GCC_PREFIX_HEADER = InsideJob_Prefix.pch;
  306. INFOPLIST_FILE = "InsideJob-Info.plist";
  307. INSTALL_PATH = "$(HOME)/Applications";
  308. PRODUCT_NAME = "Inside Job";
  309. };
  310. name = Release;
  311. };
  312. C01FCF4F08A954540054247B /* Debug */ = {
  313. isa = XCBuildConfiguration;
  314. buildSettings = {
  315. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  316. GCC_C_LANGUAGE_STANDARD = gnu99;
  317. GCC_OPTIMIZATION_LEVEL = 0;
  318. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  319. GCC_WARN_UNUSED_VARIABLE = YES;
  320. ONLY_ACTIVE_ARCH = YES;
  321. PREBINDING = NO;
  322. SDKROOT = macosx10.6;
  323. };
  324. name = Debug;
  325. };
  326. C01FCF5008A954540054247B /* Release */ = {
  327. isa = XCBuildConfiguration;
  328. buildSettings = {
  329. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  330. GCC_C_LANGUAGE_STANDARD = gnu99;
  331. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  332. GCC_WARN_UNUSED_VARIABLE = YES;
  333. PREBINDING = NO;
  334. SDKROOT = macosx10.6;
  335. };
  336. name = Release;
  337. };
  338. /* End XCBuildConfiguration section */
  339. /* Begin XCConfigurationList section */
  340. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Inside Job" */ = {
  341. isa = XCConfigurationList;
  342. buildConfigurations = (
  343. C01FCF4B08A954540054247B /* Debug */,
  344. C01FCF4C08A954540054247B /* Release */,
  345. );
  346. defaultConfigurationIsVisible = 0;
  347. defaultConfigurationName = Release;
  348. };
  349. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "InsideJob" */ = {
  350. isa = XCConfigurationList;
  351. buildConfigurations = (
  352. C01FCF4F08A954540054247B /* Debug */,
  353. C01FCF5008A954540054247B /* Release */,
  354. );
  355. defaultConfigurationIsVisible = 0;
  356. defaultConfigurationName = Release;
  357. };
  358. /* End XCConfigurationList section */
  359. };
  360. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  361. }