project.pbxproj 14 KB

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