project.pbxproj 15 KB

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