project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0A7D8FC0217A10EB00B496D7 /* CocoaLumberjack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A7D8FBF217A10EB00B496D7 /* CocoaLumberjack.framework */; };
  10. DC7DC4EE14154E4900601B40 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC7DC4ED14154E4900601B40 /* Cocoa.framework */; };
  11. DC7DC4F814154E4900601B40 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC4F614154E4900601B40 /* InfoPlist.strings */; };
  12. DC7DC4FA14154E4900601B40 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC4F914154E4900601B40 /* main.m */; };
  13. DC7DC4FE14154E4900601B40 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC4FC14154E4900601B40 /* Credits.rtf */; };
  14. DC7DC50114154E4900601B40 /* RegisteredLoggingTestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC50014154E4900601B40 /* RegisteredLoggingTestAppDelegate.m */; };
  15. DC7DC50414154E4900601B40 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC50214154E4900601B40 /* MainMenu.xib */; };
  16. DC7DC51C14154E8E00601B40 /* Lions.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC51B14154E8E00601B40 /* Lions.m */; };
  17. DC7DC51F14154FDA00601B40 /* Tigers.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC51E14154FDA00601B40 /* Tigers.m */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXFileReference section */
  20. 07DFEA5C2912716F00344A40 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  21. 0A7D8FBF217A10EB00B496D7 /* CocoaLumberjack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  22. 43AF80692174EEF000C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
  23. 43AF806A2174EEF000C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
  24. 43AF806B2174EEF000C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
  25. DC7DC4E914154E4900601B40 /* RegisteredLoggingTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RegisteredLoggingTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
  26. DC7DC4ED14154E4900601B40 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  27. DC7DC4F014154E4900601B40 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  28. DC7DC4F114154E4900601B40 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  29. DC7DC4F214154E4900601B40 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  30. DC7DC4F514154E4900601B40 /* RegisteredLoggingTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RegisteredLoggingTest-Info.plist"; sourceTree = "<group>"; };
  31. DC7DC4F714154E4900601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  32. DC7DC4F914154E4900601B40 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  33. DC7DC4FB14154E4900601B40 /* RegisteredLoggingTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RegisteredLoggingTest-Prefix.pch"; sourceTree = "<group>"; };
  34. DC7DC4FD14154E4900601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  35. DC7DC4FF14154E4900601B40 /* RegisteredLoggingTestAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegisteredLoggingTestAppDelegate.h; sourceTree = "<group>"; };
  36. DC7DC50014154E4900601B40 /* RegisteredLoggingTestAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegisteredLoggingTestAppDelegate.m; sourceTree = "<group>"; };
  37. DC7DC51A14154E8E00601B40 /* Lions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lions.h; sourceTree = "<group>"; };
  38. DC7DC51B14154E8E00601B40 /* Lions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Lions.m; sourceTree = "<group>"; };
  39. DC7DC51D14154FDA00601B40 /* Tigers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tigers.h; sourceTree = "<group>"; };
  40. DC7DC51E14154FDA00601B40 /* Tigers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tigers.m; sourceTree = "<group>"; };
  41. /* End PBXFileReference section */
  42. /* Begin PBXFrameworksBuildPhase section */
  43. DC7DC4E614154E4900601B40 /* Frameworks */ = {
  44. isa = PBXFrameworksBuildPhase;
  45. buildActionMask = 2147483647;
  46. files = (
  47. 0A7D8FC0217A10EB00B496D7 /* CocoaLumberjack.framework in Frameworks */,
  48. DC7DC4EE14154E4900601B40 /* Cocoa.framework in Frameworks */,
  49. );
  50. runOnlyForDeploymentPostprocessing = 0;
  51. };
  52. /* End PBXFrameworksBuildPhase section */
  53. /* Begin PBXGroup section */
  54. 43AF80682174EEF000C0D9DC /* Configs */ = {
  55. isa = PBXGroup;
  56. children = (
  57. 43AF80692174EEF000C0D9DC /* Module-Release.xcconfig */,
  58. 43AF806A2174EEF000C0D9DC /* Module-Debug.xcconfig */,
  59. 43AF806B2174EEF000C0D9DC /* Module-Shared.xcconfig */,
  60. );
  61. name = Configs;
  62. path = ../../../Configs;
  63. sourceTree = "<group>";
  64. };
  65. DC7DC4DE14154E4900601B40 = {
  66. isa = PBXGroup;
  67. children = (
  68. 43AF80682174EEF000C0D9DC /* Configs */,
  69. DC7DC4F314154E4900601B40 /* RegisteredLoggingTest */,
  70. DC7DC4EC14154E4900601B40 /* Frameworks */,
  71. DC7DC4EA14154E4900601B40 /* Products */,
  72. );
  73. sourceTree = "<group>";
  74. };
  75. DC7DC4EA14154E4900601B40 /* Products */ = {
  76. isa = PBXGroup;
  77. children = (
  78. DC7DC4E914154E4900601B40 /* RegisteredLoggingTest.app */,
  79. );
  80. name = Products;
  81. sourceTree = "<group>";
  82. };
  83. DC7DC4EC14154E4900601B40 /* Frameworks */ = {
  84. isa = PBXGroup;
  85. children = (
  86. 0A7D8FBF217A10EB00B496D7 /* CocoaLumberjack.framework */,
  87. DC7DC4ED14154E4900601B40 /* Cocoa.framework */,
  88. DC7DC4EF14154E4900601B40 /* Other Frameworks */,
  89. );
  90. name = Frameworks;
  91. sourceTree = "<group>";
  92. };
  93. DC7DC4EF14154E4900601B40 /* Other Frameworks */ = {
  94. isa = PBXGroup;
  95. children = (
  96. DC7DC4F014154E4900601B40 /* AppKit.framework */,
  97. DC7DC4F114154E4900601B40 /* CoreData.framework */,
  98. DC7DC4F214154E4900601B40 /* Foundation.framework */,
  99. );
  100. name = "Other Frameworks";
  101. sourceTree = "<group>";
  102. };
  103. DC7DC4F314154E4900601B40 /* RegisteredLoggingTest */ = {
  104. isa = PBXGroup;
  105. children = (
  106. DC7DC51A14154E8E00601B40 /* Lions.h */,
  107. DC7DC51B14154E8E00601B40 /* Lions.m */,
  108. DC7DC51D14154FDA00601B40 /* Tigers.h */,
  109. DC7DC51E14154FDA00601B40 /* Tigers.m */,
  110. DC7DC4FF14154E4900601B40 /* RegisteredLoggingTestAppDelegate.h */,
  111. DC7DC50014154E4900601B40 /* RegisteredLoggingTestAppDelegate.m */,
  112. DC7DC50214154E4900601B40 /* MainMenu.xib */,
  113. DC7DC4F414154E4900601B40 /* Supporting Files */,
  114. );
  115. path = RegisteredLoggingTest;
  116. sourceTree = "<group>";
  117. };
  118. DC7DC4F414154E4900601B40 /* Supporting Files */ = {
  119. isa = PBXGroup;
  120. children = (
  121. DC7DC4F514154E4900601B40 /* RegisteredLoggingTest-Info.plist */,
  122. DC7DC4F614154E4900601B40 /* InfoPlist.strings */,
  123. DC7DC4F914154E4900601B40 /* main.m */,
  124. DC7DC4FB14154E4900601B40 /* RegisteredLoggingTest-Prefix.pch */,
  125. DC7DC4FC14154E4900601B40 /* Credits.rtf */,
  126. );
  127. name = "Supporting Files";
  128. sourceTree = "<group>";
  129. };
  130. /* End PBXGroup section */
  131. /* Begin PBXNativeTarget section */
  132. DC7DC4E814154E4900601B40 /* RegisteredLoggingTest */ = {
  133. isa = PBXNativeTarget;
  134. buildConfigurationList = DC7DC50714154E4900601B40 /* Build configuration list for PBXNativeTarget "RegisteredLoggingTest" */;
  135. buildPhases = (
  136. DC7DC4E514154E4900601B40 /* Sources */,
  137. DC7DC4E614154E4900601B40 /* Frameworks */,
  138. DC7DC4E714154E4900601B40 /* Resources */,
  139. );
  140. buildRules = (
  141. );
  142. dependencies = (
  143. );
  144. name = RegisteredLoggingTest;
  145. productName = RegisteredLoggingTest;
  146. productReference = DC7DC4E914154E4900601B40 /* RegisteredLoggingTest.app */;
  147. productType = "com.apple.product-type.application";
  148. };
  149. /* End PBXNativeTarget section */
  150. /* Begin PBXProject section */
  151. DC7DC4E014154E4900601B40 /* Project object */ = {
  152. isa = PBXProject;
  153. attributes = {
  154. LastUpgradeCheck = 1410;
  155. };
  156. buildConfigurationList = DC7DC4E314154E4900601B40 /* Build configuration list for PBXProject "RegisteredLoggingTest" */;
  157. compatibilityVersion = "Xcode 13.0";
  158. developmentRegion = en;
  159. hasScannedForEncodings = 0;
  160. knownRegions = (
  161. en,
  162. Base,
  163. );
  164. mainGroup = DC7DC4DE14154E4900601B40;
  165. productRefGroup = DC7DC4EA14154E4900601B40 /* Products */;
  166. projectDirPath = "";
  167. projectRoot = "";
  168. targets = (
  169. DC7DC4E814154E4900601B40 /* RegisteredLoggingTest */,
  170. );
  171. };
  172. /* End PBXProject section */
  173. /* Begin PBXResourcesBuildPhase section */
  174. DC7DC4E714154E4900601B40 /* Resources */ = {
  175. isa = PBXResourcesBuildPhase;
  176. buildActionMask = 2147483647;
  177. files = (
  178. DC7DC4F814154E4900601B40 /* InfoPlist.strings in Resources */,
  179. DC7DC4FE14154E4900601B40 /* Credits.rtf in Resources */,
  180. DC7DC50414154E4900601B40 /* MainMenu.xib in Resources */,
  181. );
  182. runOnlyForDeploymentPostprocessing = 0;
  183. };
  184. /* End PBXResourcesBuildPhase section */
  185. /* Begin PBXSourcesBuildPhase section */
  186. DC7DC4E514154E4900601B40 /* Sources */ = {
  187. isa = PBXSourcesBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. DC7DC4FA14154E4900601B40 /* main.m in Sources */,
  191. DC7DC50114154E4900601B40 /* RegisteredLoggingTestAppDelegate.m in Sources */,
  192. DC7DC51C14154E8E00601B40 /* Lions.m in Sources */,
  193. DC7DC51F14154FDA00601B40 /* Tigers.m in Sources */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXSourcesBuildPhase section */
  198. /* Begin PBXVariantGroup section */
  199. DC7DC4F614154E4900601B40 /* InfoPlist.strings */ = {
  200. isa = PBXVariantGroup;
  201. children = (
  202. DC7DC4F714154E4900601B40 /* en */,
  203. );
  204. name = InfoPlist.strings;
  205. sourceTree = "<group>";
  206. };
  207. DC7DC4FC14154E4900601B40 /* Credits.rtf */ = {
  208. isa = PBXVariantGroup;
  209. children = (
  210. DC7DC4FD14154E4900601B40 /* en */,
  211. );
  212. name = Credits.rtf;
  213. sourceTree = "<group>";
  214. };
  215. DC7DC50214154E4900601B40 /* MainMenu.xib */ = {
  216. isa = PBXVariantGroup;
  217. children = (
  218. 07DFEA5C2912716F00344A40 /* Base */,
  219. );
  220. name = MainMenu.xib;
  221. sourceTree = "<group>";
  222. };
  223. /* End PBXVariantGroup section */
  224. /* Begin XCBuildConfiguration section */
  225. DC7DC50514154E4900601B40 /* Debug */ = {
  226. isa = XCBuildConfiguration;
  227. baseConfigurationReference = 43AF806A2174EEF000C0D9DC /* Module-Debug.xcconfig */;
  228. buildSettings = {
  229. };
  230. name = Debug;
  231. };
  232. DC7DC50614154E4900601B40 /* Release */ = {
  233. isa = XCBuildConfiguration;
  234. baseConfigurationReference = 43AF80692174EEF000C0D9DC /* Module-Release.xcconfig */;
  235. buildSettings = {
  236. };
  237. name = Release;
  238. };
  239. DC7DC50814154E4900601B40 /* Debug */ = {
  240. isa = XCBuildConfiguration;
  241. buildSettings = {
  242. CODE_SIGN_IDENTITY = "-";
  243. COMBINE_HIDPI_IMAGES = YES;
  244. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  245. GCC_PREFIX_HEADER = "RegisteredLoggingTest/RegisteredLoggingTest-Prefix.pch";
  246. INFOPLIST_FILE = "RegisteredLoggingTest/RegisteredLoggingTest-Info.plist";
  247. SUPPORTED_PLATFORMS = macosx;
  248. TARGETED_DEVICE_FAMILY = "";
  249. WRAPPER_EXTENSION = app;
  250. };
  251. name = Debug;
  252. };
  253. DC7DC50914154E4900601B40 /* Release */ = {
  254. isa = XCBuildConfiguration;
  255. buildSettings = {
  256. CODE_SIGN_IDENTITY = "-";
  257. COMBINE_HIDPI_IMAGES = YES;
  258. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  259. GCC_PREFIX_HEADER = "RegisteredLoggingTest/RegisteredLoggingTest-Prefix.pch";
  260. INFOPLIST_FILE = "RegisteredLoggingTest/RegisteredLoggingTest-Info.plist";
  261. SUPPORTED_PLATFORMS = macosx;
  262. TARGETED_DEVICE_FAMILY = "";
  263. WRAPPER_EXTENSION = app;
  264. };
  265. name = Release;
  266. };
  267. /* End XCBuildConfiguration section */
  268. /* Begin XCConfigurationList section */
  269. DC7DC4E314154E4900601B40 /* Build configuration list for PBXProject "RegisteredLoggingTest" */ = {
  270. isa = XCConfigurationList;
  271. buildConfigurations = (
  272. DC7DC50514154E4900601B40 /* Debug */,
  273. DC7DC50614154E4900601B40 /* Release */,
  274. );
  275. defaultConfigurationIsVisible = 0;
  276. defaultConfigurationName = Release;
  277. };
  278. DC7DC50714154E4900601B40 /* Build configuration list for PBXNativeTarget "RegisteredLoggingTest" */ = {
  279. isa = XCConfigurationList;
  280. buildConfigurations = (
  281. DC7DC50814154E4900601B40 /* Debug */,
  282. DC7DC50914154E4900601B40 /* Release */,
  283. );
  284. defaultConfigurationIsVisible = 0;
  285. defaultConfigurationName = Release;
  286. };
  287. /* End XCConfigurationList section */
  288. };
  289. rootObject = DC7DC4E014154E4900601B40 /* Project object */;
  290. }