project.pbxproj 13 KB

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