project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0A7D8FC2217A10F000B496D7 /* CocoaLumberjack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A7D8FC1217A10F000B496D7 /* CocoaLumberjack.framework */; };
  10. DC7DC5301415523E00601B40 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC7DC52F1415523E00601B40 /* UIKit.framework */; };
  11. DC7DC5321415523E00601B40 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC7DC5311415523E00601B40 /* Foundation.framework */; };
  12. DC7DC5341415523E00601B40 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC7DC5331415523E00601B40 /* CoreGraphics.framework */; };
  13. DC7DC53A1415523E00601B40 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC5381415523E00601B40 /* InfoPlist.strings */; };
  14. DC7DC53C1415523E00601B40 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC53B1415523E00601B40 /* main.m */; };
  15. DC7DC5401415523F00601B40 /* RegisteredLoggingTestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC53F1415523F00601B40 /* RegisteredLoggingTestAppDelegate.m */; };
  16. DC7DC5431415523F00601B40 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC5411415523F00601B40 /* MainWindow.xib */; };
  17. DC7DC5461415523F00601B40 /* RegisteredLoggingTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC5451415523F00601B40 /* RegisteredLoggingTestViewController.m */; };
  18. DC7DC5491415523F00601B40 /* RegisteredLoggingTestViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC5471415523F00601B40 /* RegisteredLoggingTestViewController.xib */; };
  19. DC7DC5671415538700601B40 /* Lions.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC5641415538700601B40 /* Lions.m */; };
  20. DC7DC5681415538700601B40 /* Tigers.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC5661415538700601B40 /* Tigers.m */; };
  21. DCD6EACA16FFC34C00710668 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DCD6EAC916FFC34C00710668 /* Default-568h@2x.png */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXFileReference section */
  24. 0A7D8FC1217A10F000B496D7 /* CocoaLumberjack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  25. 43AF806D2174EF6200C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
  26. 43AF806E2174EF6200C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
  27. 43AF806F2174EF6200C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
  28. DC7DC52B1415523E00601B40 /* RegisteredLoggingTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RegisteredLoggingTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
  29. DC7DC52F1415523E00601B40 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  30. DC7DC5311415523E00601B40 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  31. DC7DC5331415523E00601B40 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  32. DC7DC5371415523E00601B40 /* RegisteredLoggingTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RegisteredLoggingTest-Info.plist"; sourceTree = "<group>"; };
  33. DC7DC5391415523E00601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  34. DC7DC53B1415523E00601B40 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  35. DC7DC53D1415523E00601B40 /* RegisteredLoggingTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RegisteredLoggingTest-Prefix.pch"; sourceTree = "<group>"; };
  36. DC7DC53E1415523F00601B40 /* RegisteredLoggingTestAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegisteredLoggingTestAppDelegate.h; sourceTree = "<group>"; };
  37. DC7DC53F1415523F00601B40 /* RegisteredLoggingTestAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegisteredLoggingTestAppDelegate.m; sourceTree = "<group>"; };
  38. DC7DC5421415523F00601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
  39. DC7DC5441415523F00601B40 /* RegisteredLoggingTestViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegisteredLoggingTestViewController.h; sourceTree = "<group>"; };
  40. DC7DC5451415523F00601B40 /* RegisteredLoggingTestViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegisteredLoggingTestViewController.m; sourceTree = "<group>"; };
  41. DC7DC5481415523F00601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/RegisteredLoggingTestViewController.xib; sourceTree = "<group>"; };
  42. DC7DC5631415538700601B40 /* Lions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lions.h; sourceTree = "<group>"; };
  43. DC7DC5641415538700601B40 /* Lions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Lions.m; sourceTree = "<group>"; };
  44. DC7DC5651415538700601B40 /* Tigers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tigers.h; sourceTree = "<group>"; };
  45. DC7DC5661415538700601B40 /* Tigers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tigers.m; sourceTree = "<group>"; };
  46. DCD6EAC916FFC34C00710668 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  47. /* End PBXFileReference section */
  48. /* Begin PBXFrameworksBuildPhase section */
  49. DC7DC5281415523E00601B40 /* Frameworks */ = {
  50. isa = PBXFrameworksBuildPhase;
  51. buildActionMask = 2147483647;
  52. files = (
  53. 0A7D8FC2217A10F000B496D7 /* CocoaLumberjack.framework in Frameworks */,
  54. DC7DC5301415523E00601B40 /* UIKit.framework in Frameworks */,
  55. DC7DC5321415523E00601B40 /* Foundation.framework in Frameworks */,
  56. DC7DC5341415523E00601B40 /* CoreGraphics.framework in Frameworks */,
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. /* End PBXFrameworksBuildPhase section */
  61. /* Begin PBXGroup section */
  62. 43AF806C2174EF6200C0D9DC /* Configs */ = {
  63. isa = PBXGroup;
  64. children = (
  65. 43AF806D2174EF6200C0D9DC /* Module-Release.xcconfig */,
  66. 43AF806E2174EF6200C0D9DC /* Module-Debug.xcconfig */,
  67. 43AF806F2174EF6200C0D9DC /* Module-Shared.xcconfig */,
  68. );
  69. name = Configs;
  70. path = ../../../Configs;
  71. sourceTree = "<group>";
  72. };
  73. DC7DC5201415523E00601B40 = {
  74. isa = PBXGroup;
  75. children = (
  76. 43AF806C2174EF6200C0D9DC /* Configs */,
  77. DCD6EAC916FFC34C00710668 /* Default-568h@2x.png */,
  78. DC7DC5351415523E00601B40 /* RegisteredLoggingTest */,
  79. DC7DC52E1415523E00601B40 /* Frameworks */,
  80. DC7DC52C1415523E00601B40 /* Products */,
  81. );
  82. sourceTree = "<group>";
  83. };
  84. DC7DC52C1415523E00601B40 /* Products */ = {
  85. isa = PBXGroup;
  86. children = (
  87. DC7DC52B1415523E00601B40 /* RegisteredLoggingTest.app */,
  88. );
  89. name = Products;
  90. sourceTree = "<group>";
  91. };
  92. DC7DC52E1415523E00601B40 /* Frameworks */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 0A7D8FC1217A10F000B496D7 /* CocoaLumberjack.framework */,
  96. DC7DC52F1415523E00601B40 /* UIKit.framework */,
  97. DC7DC5311415523E00601B40 /* Foundation.framework */,
  98. DC7DC5331415523E00601B40 /* CoreGraphics.framework */,
  99. );
  100. name = Frameworks;
  101. sourceTree = "<group>";
  102. };
  103. DC7DC5351415523E00601B40 /* RegisteredLoggingTest */ = {
  104. isa = PBXGroup;
  105. children = (
  106. DC7DC5631415538700601B40 /* Lions.h */,
  107. DC7DC5641415538700601B40 /* Lions.m */,
  108. DC7DC5651415538700601B40 /* Tigers.h */,
  109. DC7DC5661415538700601B40 /* Tigers.m */,
  110. DC7DC53E1415523F00601B40 /* RegisteredLoggingTestAppDelegate.h */,
  111. DC7DC53F1415523F00601B40 /* RegisteredLoggingTestAppDelegate.m */,
  112. DC7DC5411415523F00601B40 /* MainWindow.xib */,
  113. DC7DC5441415523F00601B40 /* RegisteredLoggingTestViewController.h */,
  114. DC7DC5451415523F00601B40 /* RegisteredLoggingTestViewController.m */,
  115. DC7DC5471415523F00601B40 /* RegisteredLoggingTestViewController.xib */,
  116. DC7DC5361415523E00601B40 /* Supporting Files */,
  117. );
  118. path = RegisteredLoggingTest;
  119. sourceTree = "<group>";
  120. };
  121. DC7DC5361415523E00601B40 /* Supporting Files */ = {
  122. isa = PBXGroup;
  123. children = (
  124. DC7DC5371415523E00601B40 /* RegisteredLoggingTest-Info.plist */,
  125. DC7DC5381415523E00601B40 /* InfoPlist.strings */,
  126. DC7DC53B1415523E00601B40 /* main.m */,
  127. DC7DC53D1415523E00601B40 /* RegisteredLoggingTest-Prefix.pch */,
  128. );
  129. name = "Supporting Files";
  130. sourceTree = "<group>";
  131. };
  132. /* End PBXGroup section */
  133. /* Begin PBXNativeTarget section */
  134. DC7DC52A1415523E00601B40 /* RegisteredLoggingTest */ = {
  135. isa = PBXNativeTarget;
  136. buildConfigurationList = DC7DC54C1415523F00601B40 /* Build configuration list for PBXNativeTarget "RegisteredLoggingTest" */;
  137. buildPhases = (
  138. DC7DC5271415523E00601B40 /* Sources */,
  139. DC7DC5281415523E00601B40 /* Frameworks */,
  140. DC7DC5291415523E00601B40 /* Resources */,
  141. );
  142. buildRules = (
  143. );
  144. dependencies = (
  145. );
  146. name = RegisteredLoggingTest;
  147. productName = RegisteredLoggingTest;
  148. productReference = DC7DC52B1415523E00601B40 /* RegisteredLoggingTest.app */;
  149. productType = "com.apple.product-type.application";
  150. };
  151. /* End PBXNativeTarget section */
  152. /* Begin PBXProject section */
  153. DC7DC5221415523E00601B40 /* Project object */ = {
  154. isa = PBXProject;
  155. attributes = {
  156. LastUpgradeCheck = 1410;
  157. };
  158. buildConfigurationList = DC7DC5251415523E00601B40 /* Build configuration list for PBXProject "RegisteredLoggingTest" */;
  159. compatibilityVersion = "Xcode 13.0";
  160. developmentRegion = en;
  161. hasScannedForEncodings = 0;
  162. knownRegions = (
  163. en,
  164. Base,
  165. );
  166. mainGroup = DC7DC5201415523E00601B40;
  167. productRefGroup = DC7DC52C1415523E00601B40 /* Products */;
  168. projectDirPath = "";
  169. projectRoot = "";
  170. targets = (
  171. DC7DC52A1415523E00601B40 /* RegisteredLoggingTest */,
  172. );
  173. };
  174. /* End PBXProject section */
  175. /* Begin PBXResourcesBuildPhase section */
  176. DC7DC5291415523E00601B40 /* Resources */ = {
  177. isa = PBXResourcesBuildPhase;
  178. buildActionMask = 2147483647;
  179. files = (
  180. DC7DC53A1415523E00601B40 /* InfoPlist.strings in Resources */,
  181. DC7DC5431415523F00601B40 /* MainWindow.xib in Resources */,
  182. DC7DC5491415523F00601B40 /* RegisteredLoggingTestViewController.xib in Resources */,
  183. DCD6EACA16FFC34C00710668 /* Default-568h@2x.png in Resources */,
  184. );
  185. runOnlyForDeploymentPostprocessing = 0;
  186. };
  187. /* End PBXResourcesBuildPhase section */
  188. /* Begin PBXSourcesBuildPhase section */
  189. DC7DC5271415523E00601B40 /* Sources */ = {
  190. isa = PBXSourcesBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. DC7DC53C1415523E00601B40 /* main.m in Sources */,
  194. DC7DC5401415523F00601B40 /* RegisteredLoggingTestAppDelegate.m in Sources */,
  195. DC7DC5461415523F00601B40 /* RegisteredLoggingTestViewController.m in Sources */,
  196. DC7DC5671415538700601B40 /* Lions.m in Sources */,
  197. DC7DC5681415538700601B40 /* Tigers.m in Sources */,
  198. );
  199. runOnlyForDeploymentPostprocessing = 0;
  200. };
  201. /* End PBXSourcesBuildPhase section */
  202. /* Begin PBXVariantGroup section */
  203. DC7DC5381415523E00601B40 /* InfoPlist.strings */ = {
  204. isa = PBXVariantGroup;
  205. children = (
  206. DC7DC5391415523E00601B40 /* en */,
  207. );
  208. name = InfoPlist.strings;
  209. sourceTree = "<group>";
  210. };
  211. DC7DC5411415523F00601B40 /* MainWindow.xib */ = {
  212. isa = PBXVariantGroup;
  213. children = (
  214. DC7DC5421415523F00601B40 /* en */,
  215. );
  216. name = MainWindow.xib;
  217. sourceTree = "<group>";
  218. };
  219. DC7DC5471415523F00601B40 /* RegisteredLoggingTestViewController.xib */ = {
  220. isa = PBXVariantGroup;
  221. children = (
  222. DC7DC5481415523F00601B40 /* en */,
  223. );
  224. name = RegisteredLoggingTestViewController.xib;
  225. sourceTree = "<group>";
  226. };
  227. /* End PBXVariantGroup section */
  228. /* Begin XCBuildConfiguration section */
  229. DC7DC54A1415523F00601B40 /* Debug */ = {
  230. isa = XCBuildConfiguration;
  231. baseConfigurationReference = 43AF806E2174EF6200C0D9DC /* Module-Debug.xcconfig */;
  232. buildSettings = {
  233. };
  234. name = Debug;
  235. };
  236. DC7DC54B1415523F00601B40 /* Release */ = {
  237. isa = XCBuildConfiguration;
  238. baseConfigurationReference = 43AF806D2174EF6200C0D9DC /* Module-Release.xcconfig */;
  239. buildSettings = {
  240. };
  241. name = Release;
  242. };
  243. DC7DC54D1415523F00601B40 /* Debug */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  247. GCC_PREFIX_HEADER = "RegisteredLoggingTest/RegisteredLoggingTest-Prefix.pch";
  248. INFOPLIST_FILE = "RegisteredLoggingTest/RegisteredLoggingTest-Info.plist";
  249. SDKROOT = iphoneos;
  250. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  251. TARGETED_DEVICE_FAMILY = "1,2";
  252. WRAPPER_EXTENSION = app;
  253. };
  254. name = Debug;
  255. };
  256. DC7DC54E1415523F00601B40 /* Release */ = {
  257. isa = XCBuildConfiguration;
  258. buildSettings = {
  259. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  260. GCC_PREFIX_HEADER = "RegisteredLoggingTest/RegisteredLoggingTest-Prefix.pch";
  261. INFOPLIST_FILE = "RegisteredLoggingTest/RegisteredLoggingTest-Info.plist";
  262. SDKROOT = iphoneos;
  263. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  264. TARGETED_DEVICE_FAMILY = "1,2";
  265. WRAPPER_EXTENSION = app;
  266. };
  267. name = Release;
  268. };
  269. /* End XCBuildConfiguration section */
  270. /* Begin XCConfigurationList section */
  271. DC7DC5251415523E00601B40 /* Build configuration list for PBXProject "RegisteredLoggingTest" */ = {
  272. isa = XCConfigurationList;
  273. buildConfigurations = (
  274. DC7DC54A1415523F00601B40 /* Debug */,
  275. DC7DC54B1415523F00601B40 /* Release */,
  276. );
  277. defaultConfigurationIsVisible = 0;
  278. defaultConfigurationName = Release;
  279. };
  280. DC7DC54C1415523F00601B40 /* Build configuration list for PBXNativeTarget "RegisteredLoggingTest" */ = {
  281. isa = XCConfigurationList;
  282. buildConfigurations = (
  283. DC7DC54D1415523F00601B40 /* Debug */,
  284. DC7DC54E1415523F00601B40 /* Release */,
  285. );
  286. defaultConfigurationIsVisible = 0;
  287. defaultConfigurationName = Release;
  288. };
  289. /* End XCConfigurationList section */
  290. };
  291. rootObject = DC7DC5221415523E00601B40 /* Project object */;
  292. }