// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 55; objects = { /* Begin PBXBuildFile section */ 0A7D8FC0217A10EB00B496D7 /* CocoaLumberjack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A7D8FBF217A10EB00B496D7 /* CocoaLumberjack.framework */; }; DC7DC4EE14154E4900601B40 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC7DC4ED14154E4900601B40 /* Cocoa.framework */; }; DC7DC4F814154E4900601B40 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC4F614154E4900601B40 /* InfoPlist.strings */; }; DC7DC4FA14154E4900601B40 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC4F914154E4900601B40 /* main.m */; }; DC7DC4FE14154E4900601B40 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC4FC14154E4900601B40 /* Credits.rtf */; }; DC7DC50114154E4900601B40 /* RegisteredLoggingTestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC50014154E4900601B40 /* RegisteredLoggingTestAppDelegate.m */; }; DC7DC50414154E4900601B40 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC50214154E4900601B40 /* MainMenu.xib */; }; DC7DC51C14154E8E00601B40 /* Lions.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC51B14154E8E00601B40 /* Lions.m */; }; DC7DC51F14154FDA00601B40 /* Tigers.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC51E14154FDA00601B40 /* Tigers.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 07DFEA5C2912716F00344A40 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; 0A7D8FBF217A10EB00B496D7 /* CocoaLumberjack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 43AF80692174EEF000C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = ""; }; 43AF806A2174EEF000C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = ""; }; 43AF806B2174EEF000C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = ""; }; DC7DC4E914154E4900601B40 /* RegisteredLoggingTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RegisteredLoggingTest.app; sourceTree = BUILT_PRODUCTS_DIR; }; DC7DC4ED14154E4900601B40 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; DC7DC4F014154E4900601B40 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; DC7DC4F114154E4900601B40 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; DC7DC4F214154E4900601B40 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; DC7DC4F514154E4900601B40 /* RegisteredLoggingTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RegisteredLoggingTest-Info.plist"; sourceTree = ""; }; DC7DC4F714154E4900601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; DC7DC4F914154E4900601B40 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; DC7DC4FB14154E4900601B40 /* RegisteredLoggingTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RegisteredLoggingTest-Prefix.pch"; sourceTree = ""; }; DC7DC4FD14154E4900601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; DC7DC4FF14154E4900601B40 /* RegisteredLoggingTestAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegisteredLoggingTestAppDelegate.h; sourceTree = ""; }; DC7DC50014154E4900601B40 /* RegisteredLoggingTestAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegisteredLoggingTestAppDelegate.m; sourceTree = ""; }; DC7DC51A14154E8E00601B40 /* Lions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lions.h; sourceTree = ""; }; DC7DC51B14154E8E00601B40 /* Lions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Lions.m; sourceTree = ""; }; DC7DC51D14154FDA00601B40 /* Tigers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tigers.h; sourceTree = ""; }; DC7DC51E14154FDA00601B40 /* Tigers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tigers.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ DC7DC4E614154E4900601B40 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 0A7D8FC0217A10EB00B496D7 /* CocoaLumberjack.framework in Frameworks */, DC7DC4EE14154E4900601B40 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 43AF80682174EEF000C0D9DC /* Configs */ = { isa = PBXGroup; children = ( 43AF80692174EEF000C0D9DC /* Module-Release.xcconfig */, 43AF806A2174EEF000C0D9DC /* Module-Debug.xcconfig */, 43AF806B2174EEF000C0D9DC /* Module-Shared.xcconfig */, ); name = Configs; path = ../../../Configs; sourceTree = ""; }; DC7DC4DE14154E4900601B40 = { isa = PBXGroup; children = ( 43AF80682174EEF000C0D9DC /* Configs */, DC7DC4F314154E4900601B40 /* RegisteredLoggingTest */, DC7DC4EC14154E4900601B40 /* Frameworks */, DC7DC4EA14154E4900601B40 /* Products */, ); sourceTree = ""; }; DC7DC4EA14154E4900601B40 /* Products */ = { isa = PBXGroup; children = ( DC7DC4E914154E4900601B40 /* RegisteredLoggingTest.app */, ); name = Products; sourceTree = ""; }; DC7DC4EC14154E4900601B40 /* Frameworks */ = { isa = PBXGroup; children = ( 0A7D8FBF217A10EB00B496D7 /* CocoaLumberjack.framework */, DC7DC4ED14154E4900601B40 /* Cocoa.framework */, DC7DC4EF14154E4900601B40 /* Other Frameworks */, ); name = Frameworks; sourceTree = ""; }; DC7DC4EF14154E4900601B40 /* Other Frameworks */ = { isa = PBXGroup; children = ( DC7DC4F014154E4900601B40 /* AppKit.framework */, DC7DC4F114154E4900601B40 /* CoreData.framework */, DC7DC4F214154E4900601B40 /* Foundation.framework */, ); name = "Other Frameworks"; sourceTree = ""; }; DC7DC4F314154E4900601B40 /* RegisteredLoggingTest */ = { isa = PBXGroup; children = ( DC7DC51A14154E8E00601B40 /* Lions.h */, DC7DC51B14154E8E00601B40 /* Lions.m */, DC7DC51D14154FDA00601B40 /* Tigers.h */, DC7DC51E14154FDA00601B40 /* Tigers.m */, DC7DC4FF14154E4900601B40 /* RegisteredLoggingTestAppDelegate.h */, DC7DC50014154E4900601B40 /* RegisteredLoggingTestAppDelegate.m */, DC7DC50214154E4900601B40 /* MainMenu.xib */, DC7DC4F414154E4900601B40 /* Supporting Files */, ); path = RegisteredLoggingTest; sourceTree = ""; }; DC7DC4F414154E4900601B40 /* Supporting Files */ = { isa = PBXGroup; children = ( DC7DC4F514154E4900601B40 /* RegisteredLoggingTest-Info.plist */, DC7DC4F614154E4900601B40 /* InfoPlist.strings */, DC7DC4F914154E4900601B40 /* main.m */, DC7DC4FB14154E4900601B40 /* RegisteredLoggingTest-Prefix.pch */, DC7DC4FC14154E4900601B40 /* Credits.rtf */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ DC7DC4E814154E4900601B40 /* RegisteredLoggingTest */ = { isa = PBXNativeTarget; buildConfigurationList = DC7DC50714154E4900601B40 /* Build configuration list for PBXNativeTarget "RegisteredLoggingTest" */; buildPhases = ( DC7DC4E514154E4900601B40 /* Sources */, DC7DC4E614154E4900601B40 /* Frameworks */, DC7DC4E714154E4900601B40 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = RegisteredLoggingTest; productName = RegisteredLoggingTest; productReference = DC7DC4E914154E4900601B40 /* RegisteredLoggingTest.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ DC7DC4E014154E4900601B40 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 1410; }; buildConfigurationList = DC7DC4E314154E4900601B40 /* Build configuration list for PBXProject "RegisteredLoggingTest" */; compatibilityVersion = "Xcode 13.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = DC7DC4DE14154E4900601B40; productRefGroup = DC7DC4EA14154E4900601B40 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( DC7DC4E814154E4900601B40 /* RegisteredLoggingTest */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ DC7DC4E714154E4900601B40 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( DC7DC4F814154E4900601B40 /* InfoPlist.strings in Resources */, DC7DC4FE14154E4900601B40 /* Credits.rtf in Resources */, DC7DC50414154E4900601B40 /* MainMenu.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ DC7DC4E514154E4900601B40 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( DC7DC4FA14154E4900601B40 /* main.m in Sources */, DC7DC50114154E4900601B40 /* RegisteredLoggingTestAppDelegate.m in Sources */, DC7DC51C14154E8E00601B40 /* Lions.m in Sources */, DC7DC51F14154FDA00601B40 /* Tigers.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ DC7DC4F614154E4900601B40 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( DC7DC4F714154E4900601B40 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; DC7DC4FC14154E4900601B40 /* Credits.rtf */ = { isa = PBXVariantGroup; children = ( DC7DC4FD14154E4900601B40 /* en */, ); name = Credits.rtf; sourceTree = ""; }; DC7DC50214154E4900601B40 /* MainMenu.xib */ = { isa = PBXVariantGroup; children = ( 07DFEA5C2912716F00344A40 /* Base */, ); name = MainMenu.xib; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ DC7DC50514154E4900601B40 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 43AF806A2174EEF000C0D9DC /* Module-Debug.xcconfig */; buildSettings = { }; name = Debug; }; DC7DC50614154E4900601B40 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 43AF80692174EEF000C0D9DC /* Module-Release.xcconfig */; buildSettings = { }; name = Release; }; DC7DC50814154E4900601B40 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "RegisteredLoggingTest/RegisteredLoggingTest-Prefix.pch"; INFOPLIST_FILE = "RegisteredLoggingTest/RegisteredLoggingTest-Info.plist"; SUPPORTED_PLATFORMS = macosx; TARGETED_DEVICE_FAMILY = ""; WRAPPER_EXTENSION = app; }; name = Debug; }; DC7DC50914154E4900601B40 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "RegisteredLoggingTest/RegisteredLoggingTest-Prefix.pch"; INFOPLIST_FILE = "RegisteredLoggingTest/RegisteredLoggingTest-Info.plist"; SUPPORTED_PLATFORMS = macosx; TARGETED_DEVICE_FAMILY = ""; WRAPPER_EXTENSION = app; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ DC7DC4E314154E4900601B40 /* Build configuration list for PBXProject "RegisteredLoggingTest" */ = { isa = XCConfigurationList; buildConfigurations = ( DC7DC50514154E4900601B40 /* Debug */, DC7DC50614154E4900601B40 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; DC7DC50714154E4900601B40 /* Build configuration list for PBXNativeTarget "RegisteredLoggingTest" */ = { isa = XCConfigurationList; buildConfigurations = ( DC7DC50814154E4900601B40 /* Debug */, DC7DC50914154E4900601B40 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = DC7DC4E014154E4900601B40 /* Project object */; }