project.pbxproj 23 KB

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