project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 07DFEA5729126F0E00344A40 /* LumberjackUser.bash in Resources */ = {isa = PBXBuildFile; fileRef = 07DFEA5629126F0E00344A40 /* LumberjackUser.bash */; };
  10. 0A7D8FB4217A10D400B496D7 /* CocoaLumberjack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A7D8FB3217A10D400B496D7 /* CocoaLumberjack.framework */; };
  11. DC87A6F91525AEA3005A09B0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC87A6F81525AEA3005A09B0 /* Cocoa.framework */; };
  12. DC87A7031525AEA3005A09B0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DC87A7011525AEA3005A09B0 /* InfoPlist.strings */; };
  13. DC87A7051525AEA3005A09B0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC87A7041525AEA3005A09B0 /* main.m */; };
  14. DC87A7091525AEA3005A09B0 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DC87A7071525AEA3005A09B0 /* Credits.rtf */; };
  15. DC87A70C1525AEA3005A09B0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC87A70B1525AEA3005A09B0 /* AppDelegate.m */; };
  16. DC87A70F1525AEA3005A09B0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC87A70D1525AEA3005A09B0 /* MainMenu.xib */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 07DFEA5629126F0E00344A40 /* LumberjackUser.bash */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = LumberjackUser.bash; path = Scripts/LumberjackUser.bash; sourceTree = "<group>"; };
  20. 07DFEA5829126F1300344A40 /* LumberjackUser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LumberjackUser.h; path = PerUserLogLevels/LumberjackUser.h; sourceTree = "<group>"; };
  21. 0A7D8FB3217A10D400B496D7 /* CocoaLumberjack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  22. 43AF80512174EB5300C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
  23. 43AF80522174EB5300C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
  24. 43AF80532174EB5300C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
  25. DC87A6F41525AEA3005A09B0 /* PerUserLogLevels.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerUserLogLevels.app; sourceTree = BUILT_PRODUCTS_DIR; };
  26. DC87A6F81525AEA3005A09B0 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  27. DC87A6FB1525AEA3005A09B0 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  28. DC87A6FC1525AEA3005A09B0 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  29. DC87A6FD1525AEA3005A09B0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  30. DC87A7001525AEA3005A09B0 /* PerUserLogLevels-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PerUserLogLevels-Info.plist"; sourceTree = "<group>"; };
  31. DC87A7021525AEA3005A09B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  32. DC87A7041525AEA3005A09B0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  33. DC87A7061525AEA3005A09B0 /* PerUserLogLevels-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PerUserLogLevels-Prefix.pch"; sourceTree = "<group>"; };
  34. DC87A7081525AEA3005A09B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  35. DC87A70A1525AEA3005A09B0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  36. DC87A70B1525AEA3005A09B0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  37. DC87A70E1525AEA3005A09B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
  38. /* End PBXFileReference section */
  39. /* Begin PBXFrameworksBuildPhase section */
  40. DC87A6F11525AEA3005A09B0 /* Frameworks */ = {
  41. isa = PBXFrameworksBuildPhase;
  42. buildActionMask = 2147483647;
  43. files = (
  44. 0A7D8FB4217A10D400B496D7 /* CocoaLumberjack.framework in Frameworks */,
  45. DC87A6F91525AEA3005A09B0 /* Cocoa.framework in Frameworks */,
  46. );
  47. runOnlyForDeploymentPostprocessing = 0;
  48. };
  49. /* End PBXFrameworksBuildPhase section */
  50. /* Begin PBXGroup section */
  51. 07DFEA5529126ECA00344A40 /* LumberjackUser */ = {
  52. isa = PBXGroup;
  53. children = (
  54. 07DFEA5629126F0E00344A40 /* LumberjackUser.bash */,
  55. 07DFEA5829126F1300344A40 /* LumberjackUser.h */,
  56. );
  57. name = LumberjackUser;
  58. sourceTree = "<group>";
  59. };
  60. 43AF80502174EB5300C0D9DC /* Configs */ = {
  61. isa = PBXGroup;
  62. children = (
  63. 43AF80512174EB5300C0D9DC /* Module-Release.xcconfig */,
  64. 43AF80522174EB5300C0D9DC /* Module-Debug.xcconfig */,
  65. 43AF80532174EB5300C0D9DC /* Module-Shared.xcconfig */,
  66. );
  67. name = Configs;
  68. path = ../../Configs;
  69. sourceTree = "<group>";
  70. };
  71. DC87A6E91525AEA2005A09B0 = {
  72. isa = PBXGroup;
  73. children = (
  74. 43AF80502174EB5300C0D9DC /* Configs */,
  75. 07DFEA5529126ECA00344A40 /* LumberjackUser */,
  76. DC87A6FE1525AEA3005A09B0 /* PerUserLogLevels */,
  77. DC87A6F71525AEA3005A09B0 /* Frameworks */,
  78. DC87A6F51525AEA3005A09B0 /* Products */,
  79. );
  80. sourceTree = "<group>";
  81. };
  82. DC87A6F51525AEA3005A09B0 /* Products */ = {
  83. isa = PBXGroup;
  84. children = (
  85. DC87A6F41525AEA3005A09B0 /* PerUserLogLevels.app */,
  86. );
  87. name = Products;
  88. sourceTree = "<group>";
  89. };
  90. DC87A6F71525AEA3005A09B0 /* Frameworks */ = {
  91. isa = PBXGroup;
  92. children = (
  93. 0A7D8FB3217A10D400B496D7 /* CocoaLumberjack.framework */,
  94. DC87A6F81525AEA3005A09B0 /* Cocoa.framework */,
  95. DC87A6FA1525AEA3005A09B0 /* Other Frameworks */,
  96. );
  97. name = Frameworks;
  98. sourceTree = "<group>";
  99. };
  100. DC87A6FA1525AEA3005A09B0 /* Other Frameworks */ = {
  101. isa = PBXGroup;
  102. children = (
  103. DC87A6FB1525AEA3005A09B0 /* AppKit.framework */,
  104. DC87A6FC1525AEA3005A09B0 /* CoreData.framework */,
  105. DC87A6FD1525AEA3005A09B0 /* Foundation.framework */,
  106. );
  107. name = "Other Frameworks";
  108. sourceTree = "<group>";
  109. };
  110. DC87A6FE1525AEA3005A09B0 /* PerUserLogLevels */ = {
  111. isa = PBXGroup;
  112. children = (
  113. DC87A70A1525AEA3005A09B0 /* AppDelegate.h */,
  114. DC87A70B1525AEA3005A09B0 /* AppDelegate.m */,
  115. DC87A70D1525AEA3005A09B0 /* MainMenu.xib */,
  116. DC87A6FF1525AEA3005A09B0 /* Supporting Files */,
  117. );
  118. path = PerUserLogLevels;
  119. sourceTree = "<group>";
  120. };
  121. DC87A6FF1525AEA3005A09B0 /* Supporting Files */ = {
  122. isa = PBXGroup;
  123. children = (
  124. DC87A7001525AEA3005A09B0 /* PerUserLogLevels-Info.plist */,
  125. DC87A7011525AEA3005A09B0 /* InfoPlist.strings */,
  126. DC87A7041525AEA3005A09B0 /* main.m */,
  127. DC87A7061525AEA3005A09B0 /* PerUserLogLevels-Prefix.pch */,
  128. DC87A7071525AEA3005A09B0 /* Credits.rtf */,
  129. );
  130. name = "Supporting Files";
  131. sourceTree = "<group>";
  132. };
  133. /* End PBXGroup section */
  134. /* Begin PBXNativeTarget section */
  135. DC87A6F31525AEA3005A09B0 /* PerUserLogLevels */ = {
  136. isa = PBXNativeTarget;
  137. buildConfigurationList = DC87A7121525AEA3005A09B0 /* Build configuration list for PBXNativeTarget "PerUserLogLevels" */;
  138. buildPhases = (
  139. DC87A7341525B41D005A09B0 /* ShellScript */,
  140. DC87A6F01525AEA3005A09B0 /* Sources */,
  141. DC87A6F11525AEA3005A09B0 /* Frameworks */,
  142. DC87A6F21525AEA3005A09B0 /* Resources */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = PerUserLogLevels;
  149. productName = PerUserLogLevels;
  150. productReference = DC87A6F41525AEA3005A09B0 /* PerUserLogLevels.app */;
  151. productType = "com.apple.product-type.application";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. DC87A6EB1525AEA2005A09B0 /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. LastUpgradeCheck = 1410;
  159. };
  160. buildConfigurationList = DC87A6EE1525AEA2005A09B0 /* Build configuration list for PBXProject "PerUserLogLevels" */;
  161. compatibilityVersion = "Xcode 13.0";
  162. developmentRegion = en;
  163. hasScannedForEncodings = 0;
  164. knownRegions = (
  165. en,
  166. Base,
  167. );
  168. mainGroup = DC87A6E91525AEA2005A09B0;
  169. productRefGroup = DC87A6F51525AEA3005A09B0 /* Products */;
  170. projectDirPath = "";
  171. projectRoot = "";
  172. targets = (
  173. DC87A6F31525AEA3005A09B0 /* PerUserLogLevels */,
  174. );
  175. };
  176. /* End PBXProject section */
  177. /* Begin PBXResourcesBuildPhase section */
  178. DC87A6F21525AEA3005A09B0 /* Resources */ = {
  179. isa = PBXResourcesBuildPhase;
  180. buildActionMask = 2147483647;
  181. files = (
  182. DC87A7031525AEA3005A09B0 /* InfoPlist.strings in Resources */,
  183. DC87A7091525AEA3005A09B0 /* Credits.rtf in Resources */,
  184. 07DFEA5729126F0E00344A40 /* LumberjackUser.bash in Resources */,
  185. DC87A70F1525AEA3005A09B0 /* MainMenu.xib in Resources */,
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. };
  189. /* End PBXResourcesBuildPhase section */
  190. /* Begin PBXShellScriptBuildPhase section */
  191. DC87A7341525B41D005A09B0 /* ShellScript */ = {
  192. isa = PBXShellScriptBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. );
  196. inputPaths = (
  197. "${PROJECT_DIR}/Scripts/LumberjackUser.bash",
  198. );
  199. outputPaths = (
  200. "$(SRCROOT)/PerUserLogLevels/LumberjackUser.h",
  201. );
  202. runOnlyForDeploymentPostprocessing = 0;
  203. shellPath = /bin/bash;
  204. shellScript = "${PROJECT_DIR}/Scripts/LumberjackUser.bash\n";
  205. };
  206. /* End PBXShellScriptBuildPhase section */
  207. /* Begin PBXSourcesBuildPhase section */
  208. DC87A6F01525AEA3005A09B0 /* Sources */ = {
  209. isa = PBXSourcesBuildPhase;
  210. buildActionMask = 2147483647;
  211. files = (
  212. DC87A7051525AEA3005A09B0 /* main.m in Sources */,
  213. DC87A70C1525AEA3005A09B0 /* AppDelegate.m in Sources */,
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. /* End PBXSourcesBuildPhase section */
  218. /* Begin PBXVariantGroup section */
  219. DC87A7011525AEA3005A09B0 /* InfoPlist.strings */ = {
  220. isa = PBXVariantGroup;
  221. children = (
  222. DC87A7021525AEA3005A09B0 /* en */,
  223. );
  224. name = InfoPlist.strings;
  225. sourceTree = "<group>";
  226. };
  227. DC87A7071525AEA3005A09B0 /* Credits.rtf */ = {
  228. isa = PBXVariantGroup;
  229. children = (
  230. DC87A7081525AEA3005A09B0 /* en */,
  231. );
  232. name = Credits.rtf;
  233. sourceTree = "<group>";
  234. };
  235. DC87A70D1525AEA3005A09B0 /* MainMenu.xib */ = {
  236. isa = PBXVariantGroup;
  237. children = (
  238. DC87A70E1525AEA3005A09B0 /* en */,
  239. );
  240. name = MainMenu.xib;
  241. sourceTree = "<group>";
  242. };
  243. /* End PBXVariantGroup section */
  244. /* Begin XCBuildConfiguration section */
  245. DC87A7101525AEA3005A09B0 /* Debug */ = {
  246. isa = XCBuildConfiguration;
  247. baseConfigurationReference = 43AF80522174EB5300C0D9DC /* Module-Debug.xcconfig */;
  248. buildSettings = {
  249. };
  250. name = Debug;
  251. };
  252. DC87A7111525AEA3005A09B0 /* Release */ = {
  253. isa = XCBuildConfiguration;
  254. baseConfigurationReference = 43AF80512174EB5300C0D9DC /* Module-Release.xcconfig */;
  255. buildSettings = {
  256. };
  257. name = Release;
  258. };
  259. DC87A7131525AEA3005A09B0 /* Debug */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. CODE_SIGN_IDENTITY = "-";
  263. COMBINE_HIDPI_IMAGES = YES;
  264. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  265. GCC_PREFIX_HEADER = "PerUserLogLevels/PerUserLogLevels-Prefix.pch";
  266. INFOPLIST_FILE = "PerUserLogLevels/PerUserLogLevels-Info.plist";
  267. SUPPORTED_PLATFORMS = macosx;
  268. TARGETED_DEVICE_FAMILY = "";
  269. WRAPPER_EXTENSION = app;
  270. };
  271. name = Debug;
  272. };
  273. DC87A7141525AEA3005A09B0 /* Release */ = {
  274. isa = XCBuildConfiguration;
  275. buildSettings = {
  276. CODE_SIGN_IDENTITY = "-";
  277. COMBINE_HIDPI_IMAGES = YES;
  278. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  279. GCC_PREFIX_HEADER = "PerUserLogLevels/PerUserLogLevels-Prefix.pch";
  280. INFOPLIST_FILE = "PerUserLogLevels/PerUserLogLevels-Info.plist";
  281. SUPPORTED_PLATFORMS = macosx;
  282. TARGETED_DEVICE_FAMILY = "";
  283. WRAPPER_EXTENSION = app;
  284. };
  285. name = Release;
  286. };
  287. /* End XCBuildConfiguration section */
  288. /* Begin XCConfigurationList section */
  289. DC87A6EE1525AEA2005A09B0 /* Build configuration list for PBXProject "PerUserLogLevels" */ = {
  290. isa = XCConfigurationList;
  291. buildConfigurations = (
  292. DC87A7101525AEA3005A09B0 /* Debug */,
  293. DC87A7111525AEA3005A09B0 /* Release */,
  294. );
  295. defaultConfigurationIsVisible = 0;
  296. defaultConfigurationName = Release;
  297. };
  298. DC87A7121525AEA3005A09B0 /* Build configuration list for PBXNativeTarget "PerUserLogLevels" */ = {
  299. isa = XCConfigurationList;
  300. buildConfigurations = (
  301. DC87A7131525AEA3005A09B0 /* Debug */,
  302. DC87A7141525AEA3005A09B0 /* Release */,
  303. );
  304. defaultConfigurationIsVisible = 0;
  305. defaultConfigurationName = Release;
  306. };
  307. /* End XCConfigurationList section */
  308. };
  309. rootObject = DC87A6EB1525AEA2005A09B0 /* Project object */;
  310. }