project.pbxproj 12 KB

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