| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 55;
- objects = {
- /* Begin PBXBuildFile section */
- 0A7D8FC2217A10F000B496D7 /* CocoaLumberjack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A7D8FC1217A10F000B496D7 /* CocoaLumberjack.framework */; };
- DC7DC5301415523E00601B40 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC7DC52F1415523E00601B40 /* UIKit.framework */; };
- DC7DC5321415523E00601B40 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC7DC5311415523E00601B40 /* Foundation.framework */; };
- DC7DC5341415523E00601B40 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC7DC5331415523E00601B40 /* CoreGraphics.framework */; };
- DC7DC53A1415523E00601B40 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC5381415523E00601B40 /* InfoPlist.strings */; };
- DC7DC53C1415523E00601B40 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC53B1415523E00601B40 /* main.m */; };
- DC7DC5401415523F00601B40 /* RegisteredLoggingTestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC53F1415523F00601B40 /* RegisteredLoggingTestAppDelegate.m */; };
- DC7DC5431415523F00601B40 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC5411415523F00601B40 /* MainWindow.xib */; };
- DC7DC5461415523F00601B40 /* RegisteredLoggingTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC5451415523F00601B40 /* RegisteredLoggingTestViewController.m */; };
- DC7DC5491415523F00601B40 /* RegisteredLoggingTestViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC7DC5471415523F00601B40 /* RegisteredLoggingTestViewController.xib */; };
- DC7DC5671415538700601B40 /* Lions.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC5641415538700601B40 /* Lions.m */; };
- DC7DC5681415538700601B40 /* Tigers.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7DC5661415538700601B40 /* Tigers.m */; };
- DCD6EACA16FFC34C00710668 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DCD6EAC916FFC34C00710668 /* Default-568h@2x.png */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 0A7D8FC1217A10F000B496D7 /* CocoaLumberjack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 43AF806D2174EF6200C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
- 43AF806E2174EF6200C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
- 43AF806F2174EF6200C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
- DC7DC52B1415523E00601B40 /* RegisteredLoggingTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RegisteredLoggingTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
- DC7DC52F1415523E00601B40 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- DC7DC5311415523E00601B40 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- DC7DC5331415523E00601B40 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
- DC7DC5371415523E00601B40 /* RegisteredLoggingTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RegisteredLoggingTest-Info.plist"; sourceTree = "<group>"; };
- DC7DC5391415523E00601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- DC7DC53B1415523E00601B40 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- DC7DC53D1415523E00601B40 /* RegisteredLoggingTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RegisteredLoggingTest-Prefix.pch"; sourceTree = "<group>"; };
- DC7DC53E1415523F00601B40 /* RegisteredLoggingTestAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegisteredLoggingTestAppDelegate.h; sourceTree = "<group>"; };
- DC7DC53F1415523F00601B40 /* RegisteredLoggingTestAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegisteredLoggingTestAppDelegate.m; sourceTree = "<group>"; };
- DC7DC5421415523F00601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
- DC7DC5441415523F00601B40 /* RegisteredLoggingTestViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegisteredLoggingTestViewController.h; sourceTree = "<group>"; };
- DC7DC5451415523F00601B40 /* RegisteredLoggingTestViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegisteredLoggingTestViewController.m; sourceTree = "<group>"; };
- DC7DC5481415523F00601B40 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/RegisteredLoggingTestViewController.xib; sourceTree = "<group>"; };
- DC7DC5631415538700601B40 /* Lions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lions.h; sourceTree = "<group>"; };
- DC7DC5641415538700601B40 /* Lions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Lions.m; sourceTree = "<group>"; };
- DC7DC5651415538700601B40 /* Tigers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tigers.h; sourceTree = "<group>"; };
- DC7DC5661415538700601B40 /* Tigers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tigers.m; sourceTree = "<group>"; };
- DCD6EAC916FFC34C00710668 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- DC7DC5281415523E00601B40 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0A7D8FC2217A10F000B496D7 /* CocoaLumberjack.framework in Frameworks */,
- DC7DC5301415523E00601B40 /* UIKit.framework in Frameworks */,
- DC7DC5321415523E00601B40 /* Foundation.framework in Frameworks */,
- DC7DC5341415523E00601B40 /* CoreGraphics.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 43AF806C2174EF6200C0D9DC /* Configs */ = {
- isa = PBXGroup;
- children = (
- 43AF806D2174EF6200C0D9DC /* Module-Release.xcconfig */,
- 43AF806E2174EF6200C0D9DC /* Module-Debug.xcconfig */,
- 43AF806F2174EF6200C0D9DC /* Module-Shared.xcconfig */,
- );
- name = Configs;
- path = ../../../Configs;
- sourceTree = "<group>";
- };
- DC7DC5201415523E00601B40 = {
- isa = PBXGroup;
- children = (
- 43AF806C2174EF6200C0D9DC /* Configs */,
- DCD6EAC916FFC34C00710668 /* Default-568h@2x.png */,
- DC7DC5351415523E00601B40 /* RegisteredLoggingTest */,
- DC7DC52E1415523E00601B40 /* Frameworks */,
- DC7DC52C1415523E00601B40 /* Products */,
- );
- sourceTree = "<group>";
- };
- DC7DC52C1415523E00601B40 /* Products */ = {
- isa = PBXGroup;
- children = (
- DC7DC52B1415523E00601B40 /* RegisteredLoggingTest.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- DC7DC52E1415523E00601B40 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 0A7D8FC1217A10F000B496D7 /* CocoaLumberjack.framework */,
- DC7DC52F1415523E00601B40 /* UIKit.framework */,
- DC7DC5311415523E00601B40 /* Foundation.framework */,
- DC7DC5331415523E00601B40 /* CoreGraphics.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- DC7DC5351415523E00601B40 /* RegisteredLoggingTest */ = {
- isa = PBXGroup;
- children = (
- DC7DC5631415538700601B40 /* Lions.h */,
- DC7DC5641415538700601B40 /* Lions.m */,
- DC7DC5651415538700601B40 /* Tigers.h */,
- DC7DC5661415538700601B40 /* Tigers.m */,
- DC7DC53E1415523F00601B40 /* RegisteredLoggingTestAppDelegate.h */,
- DC7DC53F1415523F00601B40 /* RegisteredLoggingTestAppDelegate.m */,
- DC7DC5411415523F00601B40 /* MainWindow.xib */,
- DC7DC5441415523F00601B40 /* RegisteredLoggingTestViewController.h */,
- DC7DC5451415523F00601B40 /* RegisteredLoggingTestViewController.m */,
- DC7DC5471415523F00601B40 /* RegisteredLoggingTestViewController.xib */,
- DC7DC5361415523E00601B40 /* Supporting Files */,
- );
- path = RegisteredLoggingTest;
- sourceTree = "<group>";
- };
- DC7DC5361415523E00601B40 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- DC7DC5371415523E00601B40 /* RegisteredLoggingTest-Info.plist */,
- DC7DC5381415523E00601B40 /* InfoPlist.strings */,
- DC7DC53B1415523E00601B40 /* main.m */,
- DC7DC53D1415523E00601B40 /* RegisteredLoggingTest-Prefix.pch */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- DC7DC52A1415523E00601B40 /* RegisteredLoggingTest */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = DC7DC54C1415523F00601B40 /* Build configuration list for PBXNativeTarget "RegisteredLoggingTest" */;
- buildPhases = (
- DC7DC5271415523E00601B40 /* Sources */,
- DC7DC5281415523E00601B40 /* Frameworks */,
- DC7DC5291415523E00601B40 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = RegisteredLoggingTest;
- productName = RegisteredLoggingTest;
- productReference = DC7DC52B1415523E00601B40 /* RegisteredLoggingTest.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- DC7DC5221415523E00601B40 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 1410;
- };
- buildConfigurationList = DC7DC5251415523E00601B40 /* Build configuration list for PBXProject "RegisteredLoggingTest" */;
- compatibilityVersion = "Xcode 13.0";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = DC7DC5201415523E00601B40;
- productRefGroup = DC7DC52C1415523E00601B40 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- DC7DC52A1415523E00601B40 /* RegisteredLoggingTest */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- DC7DC5291415523E00601B40 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DC7DC53A1415523E00601B40 /* InfoPlist.strings in Resources */,
- DC7DC5431415523F00601B40 /* MainWindow.xib in Resources */,
- DC7DC5491415523F00601B40 /* RegisteredLoggingTestViewController.xib in Resources */,
- DCD6EACA16FFC34C00710668 /* Default-568h@2x.png in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- DC7DC5271415523E00601B40 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DC7DC53C1415523E00601B40 /* main.m in Sources */,
- DC7DC5401415523F00601B40 /* RegisteredLoggingTestAppDelegate.m in Sources */,
- DC7DC5461415523F00601B40 /* RegisteredLoggingTestViewController.m in Sources */,
- DC7DC5671415538700601B40 /* Lions.m in Sources */,
- DC7DC5681415538700601B40 /* Tigers.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- DC7DC5381415523E00601B40 /* InfoPlist.strings */ = {
- isa = PBXVariantGroup;
- children = (
- DC7DC5391415523E00601B40 /* en */,
- );
- name = InfoPlist.strings;
- sourceTree = "<group>";
- };
- DC7DC5411415523F00601B40 /* MainWindow.xib */ = {
- isa = PBXVariantGroup;
- children = (
- DC7DC5421415523F00601B40 /* en */,
- );
- name = MainWindow.xib;
- sourceTree = "<group>";
- };
- DC7DC5471415523F00601B40 /* RegisteredLoggingTestViewController.xib */ = {
- isa = PBXVariantGroup;
- children = (
- DC7DC5481415523F00601B40 /* en */,
- );
- name = RegisteredLoggingTestViewController.xib;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- DC7DC54A1415523F00601B40 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 43AF806E2174EF6200C0D9DC /* Module-Debug.xcconfig */;
- buildSettings = {
- };
- name = Debug;
- };
- DC7DC54B1415523F00601B40 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 43AF806D2174EF6200C0D9DC /* Module-Release.xcconfig */;
- buildSettings = {
- };
- name = Release;
- };
- DC7DC54D1415523F00601B40 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "RegisteredLoggingTest/RegisteredLoggingTest-Prefix.pch";
- INFOPLIST_FILE = "RegisteredLoggingTest/RegisteredLoggingTest-Info.plist";
- SDKROOT = iphoneos;
- SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
- TARGETED_DEVICE_FAMILY = "1,2";
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- DC7DC54E1415523F00601B40 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "RegisteredLoggingTest/RegisteredLoggingTest-Prefix.pch";
- INFOPLIST_FILE = "RegisteredLoggingTest/RegisteredLoggingTest-Info.plist";
- SDKROOT = iphoneos;
- SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
- TARGETED_DEVICE_FAMILY = "1,2";
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- DC7DC5251415523E00601B40 /* Build configuration list for PBXProject "RegisteredLoggingTest" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DC7DC54A1415523F00601B40 /* Debug */,
- DC7DC54B1415523F00601B40 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- DC7DC54C1415523F00601B40 /* Build configuration list for PBXNativeTarget "RegisteredLoggingTest" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DC7DC54D1415523F00601B40 /* Debug */,
- DC7DC54E1415523F00601B40 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = DC7DC5221415523E00601B40 /* Project object */;
- }
|