project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  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. DC9F20D711AB90C80047759A /* CompressingLogFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9F20D611AB90C80047759A /* CompressingLogFileManager.m */; };
  15. DC9F20E511AB91450047759A /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9F20E411AB91450047759A /* libz.dylib */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  19. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  20. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  21. 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
  22. 256AC3D80F4B6AC300CF3369 /* LogFileCompressorAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LogFileCompressorAppDelegate.h; sourceTree = "<group>"; };
  23. 256AC3D90F4B6AC300CF3369 /* LogFileCompressorAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LogFileCompressorAppDelegate.m; sourceTree = "<group>"; };
  24. 256AC3F00F4B6AF500CF3369 /* LogFileCompressor_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LogFileCompressor_Prefix.pch; sourceTree = "<group>"; };
  25. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  26. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  27. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  28. 43AF80492174E98000C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
  29. 43AF804A2174E98000C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
  30. 43AF804B2174E98000C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
  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. DC9F20D511AB90C80047759A /* CompressingLogFileManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CompressingLogFileManager.h; sourceTree = "<group>"; };
  34. DC9F20D611AB90C80047759A /* CompressingLogFileManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CompressingLogFileManager.m; sourceTree = "<group>"; };
  35. DC9F20E411AB91450047759A /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  36. /* End PBXFileReference section */
  37. /* Begin PBXFrameworksBuildPhase section */
  38. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  39. isa = PBXFrameworksBuildPhase;
  40. buildActionMask = 2147483647;
  41. files = (
  42. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
  43. DC9F20E511AB91450047759A /* libz.dylib in Frameworks */,
  44. );
  45. runOnlyForDeploymentPostprocessing = 0;
  46. };
  47. /* End PBXFrameworksBuildPhase section */
  48. /* Begin PBXGroup section */
  49. 080E96DDFE201D6D7F000001 /* Classes */ = {
  50. isa = PBXGroup;
  51. children = (
  52. 256AC3D80F4B6AC300CF3369 /* LogFileCompressorAppDelegate.h */,
  53. 256AC3D90F4B6AC300CF3369 /* LogFileCompressorAppDelegate.m */,
  54. );
  55. name = Classes;
  56. sourceTree = "<group>";
  57. };
  58. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  59. isa = PBXGroup;
  60. children = (
  61. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  62. DC9F20E411AB91450047759A /* libz.dylib */,
  63. );
  64. name = "Linked Frameworks";
  65. sourceTree = "<group>";
  66. };
  67. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  71. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
  72. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  73. );
  74. name = "Other Frameworks";
  75. sourceTree = "<group>";
  76. };
  77. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  78. isa = PBXGroup;
  79. children = (
  80. 8D1107320486CEB800E47090 /* LogFileCompressor.app */,
  81. );
  82. name = Products;
  83. sourceTree = "<group>";
  84. };
  85. 29B97314FDCFA39411CA2CEA = {
  86. isa = PBXGroup;
  87. children = (
  88. 43AF80482174E98000C0D9DC /* Configs */,
  89. DC9F20D011AB909A0047759A /* Compressor */,
  90. 080E96DDFE201D6D7F000001 /* Classes */,
  91. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  92. 29B97317FDCFA39411CA2CEA /* Resources */,
  93. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  94. 19C28FACFE9D520D11CA2CBB /* Products */,
  95. );
  96. name = LogFileCompressor;
  97. sourceTree = "<group>";
  98. };
  99. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 256AC3F00F4B6AF500CF3369 /* LogFileCompressor_Prefix.pch */,
  103. 29B97316FDCFA39411CA2CEA /* main.m */,
  104. );
  105. name = "Other Sources";
  106. sourceTree = "<group>";
  107. };
  108. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 8D1107310486CEB800E47090 /* LogFileCompressor-Info.plist */,
  112. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  113. 1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
  114. );
  115. name = Resources;
  116. sourceTree = "<group>";
  117. };
  118. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  122. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  123. );
  124. name = Frameworks;
  125. sourceTree = "<group>";
  126. };
  127. 43AF80482174E98000C0D9DC /* Configs */ = {
  128. isa = PBXGroup;
  129. children = (
  130. 43AF80492174E98000C0D9DC /* Module-Release.xcconfig */,
  131. 43AF804A2174E98000C0D9DC /* Module-Debug.xcconfig */,
  132. 43AF804B2174E98000C0D9DC /* Module-Shared.xcconfig */,
  133. );
  134. name = Configs;
  135. path = ../../Configs;
  136. sourceTree = "<group>";
  137. };
  138. DC9F20D011AB909A0047759A /* Compressor */ = {
  139. isa = PBXGroup;
  140. children = (
  141. DC9F20D511AB90C80047759A /* CompressingLogFileManager.h */,
  142. DC9F20D611AB90C80047759A /* CompressingLogFileManager.m */,
  143. );
  144. name = Compressor;
  145. sourceTree = "<group>";
  146. };
  147. /* End PBXGroup section */
  148. /* Begin PBXNativeTarget section */
  149. 8D1107260486CEB800E47090 /* LogFileCompressor */ = {
  150. isa = PBXNativeTarget;
  151. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "LogFileCompressor" */;
  152. buildPhases = (
  153. 8D1107290486CEB800E47090 /* Resources */,
  154. 8D11072C0486CEB800E47090 /* Sources */,
  155. 8D11072E0486CEB800E47090 /* Frameworks */,
  156. );
  157. buildRules = (
  158. );
  159. dependencies = (
  160. );
  161. name = LogFileCompressor;
  162. productInstallPath = "$(HOME)/Applications";
  163. productName = LogFileCompressor;
  164. productReference = 8D1107320486CEB800E47090 /* LogFileCompressor.app */;
  165. productType = "com.apple.product-type.application";
  166. };
  167. /* End PBXNativeTarget section */
  168. /* Begin PBXProject section */
  169. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  170. isa = PBXProject;
  171. attributes = {
  172. LastUpgradeCheck = 0900;
  173. };
  174. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "LogFileCompressor" */;
  175. compatibilityVersion = "Xcode 3.2";
  176. developmentRegion = English;
  177. hasScannedForEncodings = 1;
  178. knownRegions = (
  179. English,
  180. Japanese,
  181. French,
  182. German,
  183. );
  184. mainGroup = 29B97314FDCFA39411CA2CEA;
  185. productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
  186. projectDirPath = "";
  187. projectRoot = "";
  188. targets = (
  189. 8D1107260486CEB800E47090 /* LogFileCompressor */,
  190. );
  191. };
  192. /* End PBXProject section */
  193. /* Begin PBXResourcesBuildPhase section */
  194. 8D1107290486CEB800E47090 /* Resources */ = {
  195. isa = PBXResourcesBuildPhase;
  196. buildActionMask = 2147483647;
  197. files = (
  198. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  199. 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. /* End PBXResourcesBuildPhase section */
  204. /* Begin PBXSourcesBuildPhase section */
  205. 8D11072C0486CEB800E47090 /* Sources */ = {
  206. isa = PBXSourcesBuildPhase;
  207. buildActionMask = 2147483647;
  208. files = (
  209. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  210. 256AC3DA0F4B6AC300CF3369 /* LogFileCompressorAppDelegate.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. COMBINE_HIDPI_IMAGES = YES;
  239. GCC_MODEL_TUNING = G5;
  240. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  241. GCC_PREFIX_HEADER = LogFileCompressor_Prefix.pch;
  242. INFOPLIST_FILE = "LogFileCompressor-Info.plist";
  243. INSTALL_PATH = "$(HOME)/Applications";
  244. SUPPORTED_PLATFORMS = macosx;
  245. TARGETED_DEVICE_FAMILY = "";
  246. };
  247. name = Debug;
  248. };
  249. C01FCF4C08A954540054247B /* Release */ = {
  250. isa = XCBuildConfiguration;
  251. buildSettings = {
  252. COMBINE_HIDPI_IMAGES = YES;
  253. GCC_MODEL_TUNING = G5;
  254. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  255. GCC_PREFIX_HEADER = LogFileCompressor_Prefix.pch;
  256. INFOPLIST_FILE = "LogFileCompressor-Info.plist";
  257. INSTALL_PATH = "$(HOME)/Applications";
  258. SUPPORTED_PLATFORMS = macosx;
  259. TARGETED_DEVICE_FAMILY = "";
  260. };
  261. name = Release;
  262. };
  263. C01FCF4F08A954540054247B /* Debug */ = {
  264. isa = XCBuildConfiguration;
  265. baseConfigurationReference = 43AF804A2174E98000C0D9DC /* Module-Debug.xcconfig */;
  266. buildSettings = {
  267. };
  268. name = Debug;
  269. };
  270. C01FCF5008A954540054247B /* Release */ = {
  271. isa = XCBuildConfiguration;
  272. baseConfigurationReference = 43AF80492174E98000C0D9DC /* Module-Release.xcconfig */;
  273. buildSettings = {
  274. };
  275. name = Release;
  276. };
  277. /* End XCBuildConfiguration section */
  278. /* Begin XCConfigurationList section */
  279. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "LogFileCompressor" */ = {
  280. isa = XCConfigurationList;
  281. buildConfigurations = (
  282. C01FCF4B08A954540054247B /* Debug */,
  283. C01FCF4C08A954540054247B /* Release */,
  284. );
  285. defaultConfigurationIsVisible = 0;
  286. defaultConfigurationName = Release;
  287. };
  288. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "LogFileCompressor" */ = {
  289. isa = XCConfigurationList;
  290. buildConfigurations = (
  291. C01FCF4F08A954540054247B /* Debug */,
  292. C01FCF5008A954540054247B /* Release */,
  293. );
  294. defaultConfigurationIsVisible = 0;
  295. defaultConfigurationName = Release;
  296. };
  297. /* End XCConfigurationList section */
  298. };
  299. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  300. }