| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- // !$*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 = "<group>"; };
- 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 = "<group>"; };
- 43AF806A2174EEF000C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
- 43AF806B2174EEF000C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
- 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 = "<group>"; };
- DC7DC4F714154E4900601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- DC7DC4F914154E4900601B40 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- DC7DC4FB14154E4900601B40 /* RegisteredLoggingTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RegisteredLoggingTest-Prefix.pch"; sourceTree = "<group>"; };
- DC7DC4FD14154E4900601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
- DC7DC4FF14154E4900601B40 /* RegisteredLoggingTestAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegisteredLoggingTestAppDelegate.h; sourceTree = "<group>"; };
- DC7DC50014154E4900601B40 /* RegisteredLoggingTestAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegisteredLoggingTestAppDelegate.m; sourceTree = "<group>"; };
- DC7DC51A14154E8E00601B40 /* Lions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lions.h; sourceTree = "<group>"; };
- DC7DC51B14154E8E00601B40 /* Lions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Lions.m; sourceTree = "<group>"; };
- DC7DC51D14154FDA00601B40 /* Tigers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tigers.h; sourceTree = "<group>"; };
- DC7DC51E14154FDA00601B40 /* Tigers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tigers.m; sourceTree = "<group>"; };
- /* 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 = "<group>";
- };
- DC7DC4DE14154E4900601B40 = {
- isa = PBXGroup;
- children = (
- 43AF80682174EEF000C0D9DC /* Configs */,
- DC7DC4F314154E4900601B40 /* RegisteredLoggingTest */,
- DC7DC4EC14154E4900601B40 /* Frameworks */,
- DC7DC4EA14154E4900601B40 /* Products */,
- );
- sourceTree = "<group>";
- };
- DC7DC4EA14154E4900601B40 /* Products */ = {
- isa = PBXGroup;
- children = (
- DC7DC4E914154E4900601B40 /* RegisteredLoggingTest.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- DC7DC4EC14154E4900601B40 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 0A7D8FBF217A10EB00B496D7 /* CocoaLumberjack.framework */,
- DC7DC4ED14154E4900601B40 /* Cocoa.framework */,
- DC7DC4EF14154E4900601B40 /* Other Frameworks */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- DC7DC4EF14154E4900601B40 /* Other Frameworks */ = {
- isa = PBXGroup;
- children = (
- DC7DC4F014154E4900601B40 /* AppKit.framework */,
- DC7DC4F114154E4900601B40 /* CoreData.framework */,
- DC7DC4F214154E4900601B40 /* Foundation.framework */,
- );
- name = "Other Frameworks";
- sourceTree = "<group>";
- };
- 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 = "<group>";
- };
- 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 = "<group>";
- };
- /* 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 = "<group>";
- };
- DC7DC4FC14154E4900601B40 /* Credits.rtf */ = {
- isa = PBXVariantGroup;
- children = (
- DC7DC4FD14154E4900601B40 /* en */,
- );
- name = Credits.rtf;
- sourceTree = "<group>";
- };
- DC7DC50214154E4900601B40 /* MainMenu.xib */ = {
- isa = PBXVariantGroup;
- children = (
- 07DFEA5C2912716F00344A40 /* Base */,
- );
- name = MainMenu.xib;
- sourceTree = "<group>";
- };
- /* 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 */;
- }
|