project.pbxproj 17 KB

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