| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 55;
- objects = {
- /* Begin PBXBuildFile section */
- 0A7D8FAA217A10BD00B496D7 /* CocoaLumberjack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A7D8FA9217A10BD00B496D7 /* CocoaLumberjack.framework */; };
- DC25B76B146A0294000F32F4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC25B76A146A0294000F32F4 /* Cocoa.framework */; };
- DC25B775146A0294000F32F4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DC25B773146A0294000F32F4 /* InfoPlist.strings */; };
- DC25B777146A0294000F32F4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC25B776146A0294000F32F4 /* main.m */; };
- DC25B77B146A0294000F32F4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DC25B779146A0294000F32F4 /* Credits.rtf */; };
- DC25B77E146A0294000F32F4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC25B77D146A0294000F32F4 /* AppDelegate.m */; };
- DC25B781146A0295000F32F4 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC25B77F146A0295000F32F4 /* MainMenu.xib */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 0A7D8FA9217A10BD00B496D7 /* CocoaLumberjack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 43AF803D2174E5DC00C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
- 43AF803E2174E5DC00C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
- 43AF803F2174E5DC00C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
- DC25B766146A0294000F32F4 /* DispatchQueueLogger.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DispatchQueueLogger.app; sourceTree = BUILT_PRODUCTS_DIR; };
- DC25B76A146A0294000F32F4 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
- DC25B76D146A0294000F32F4 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
- DC25B76E146A0294000F32F4 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
- DC25B76F146A0294000F32F4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- DC25B772146A0294000F32F4 /* DispatchQueueLogger-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DispatchQueueLogger-Info.plist"; sourceTree = "<group>"; };
- DC25B774146A0294000F32F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- DC25B776146A0294000F32F4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- DC25B778146A0294000F32F4 /* DispatchQueueLogger-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DispatchQueueLogger-Prefix.pch"; sourceTree = "<group>"; };
- DC25B77A146A0294000F32F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
- DC25B77C146A0294000F32F4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- DC25B77D146A0294000F32F4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- DC25B780146A0295000F32F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- DC25B763146A0294000F32F4 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0A7D8FAA217A10BD00B496D7 /* CocoaLumberjack.framework in Frameworks */,
- DC25B76B146A0294000F32F4 /* Cocoa.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 43AF803C2174E5DC00C0D9DC /* Configs */ = {
- isa = PBXGroup;
- children = (
- 43AF803D2174E5DC00C0D9DC /* Module-Release.xcconfig */,
- 43AF803E2174E5DC00C0D9DC /* Module-Debug.xcconfig */,
- 43AF803F2174E5DC00C0D9DC /* Module-Shared.xcconfig */,
- );
- name = Configs;
- path = ../../Configs;
- sourceTree = "<group>";
- };
- DC25B75B146A0294000F32F4 = {
- isa = PBXGroup;
- children = (
- 43AF803C2174E5DC00C0D9DC /* Configs */,
- DC25B770146A0294000F32F4 /* DispatchQueueLogger */,
- DC25B769146A0294000F32F4 /* Frameworks */,
- DC25B767146A0294000F32F4 /* Products */,
- );
- sourceTree = "<group>";
- };
- DC25B767146A0294000F32F4 /* Products */ = {
- isa = PBXGroup;
- children = (
- DC25B766146A0294000F32F4 /* DispatchQueueLogger.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- DC25B769146A0294000F32F4 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 0A7D8FA9217A10BD00B496D7 /* CocoaLumberjack.framework */,
- DC25B76A146A0294000F32F4 /* Cocoa.framework */,
- DC25B76C146A0294000F32F4 /* Other Frameworks */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- DC25B76C146A0294000F32F4 /* Other Frameworks */ = {
- isa = PBXGroup;
- children = (
- DC25B76D146A0294000F32F4 /* AppKit.framework */,
- DC25B76E146A0294000F32F4 /* CoreData.framework */,
- DC25B76F146A0294000F32F4 /* Foundation.framework */,
- );
- name = "Other Frameworks";
- sourceTree = "<group>";
- };
- DC25B770146A0294000F32F4 /* DispatchQueueLogger */ = {
- isa = PBXGroup;
- children = (
- DC25B77C146A0294000F32F4 /* AppDelegate.h */,
- DC25B77D146A0294000F32F4 /* AppDelegate.m */,
- DC25B77F146A0295000F32F4 /* MainMenu.xib */,
- DC25B771146A0294000F32F4 /* Supporting Files */,
- );
- path = DispatchQueueLogger;
- sourceTree = "<group>";
- };
- DC25B771146A0294000F32F4 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- DC25B772146A0294000F32F4 /* DispatchQueueLogger-Info.plist */,
- DC25B773146A0294000F32F4 /* InfoPlist.strings */,
- DC25B776146A0294000F32F4 /* main.m */,
- DC25B778146A0294000F32F4 /* DispatchQueueLogger-Prefix.pch */,
- DC25B779146A0294000F32F4 /* Credits.rtf */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- DC25B765146A0294000F32F4 /* DispatchQueueLogger */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = DC25B784146A0295000F32F4 /* Build configuration list for PBXNativeTarget "DispatchQueueLogger" */;
- buildPhases = (
- DC25B762146A0294000F32F4 /* Sources */,
- DC25B763146A0294000F32F4 /* Frameworks */,
- DC25B764146A0294000F32F4 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = DispatchQueueLogger;
- productName = DispatchQueueLogger;
- productReference = DC25B766146A0294000F32F4 /* DispatchQueueLogger.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- DC25B75D146A0294000F32F4 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 1410;
- };
- buildConfigurationList = DC25B760146A0294000F32F4 /* Build configuration list for PBXProject "DispatchQueueLogger" */;
- compatibilityVersion = "Xcode 13.0";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = DC25B75B146A0294000F32F4;
- productRefGroup = DC25B767146A0294000F32F4 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- DC25B765146A0294000F32F4 /* DispatchQueueLogger */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- DC25B764146A0294000F32F4 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DC25B775146A0294000F32F4 /* InfoPlist.strings in Resources */,
- DC25B77B146A0294000F32F4 /* Credits.rtf in Resources */,
- DC25B781146A0295000F32F4 /* MainMenu.xib in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- DC25B762146A0294000F32F4 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DC25B777146A0294000F32F4 /* main.m in Sources */,
- DC25B77E146A0294000F32F4 /* AppDelegate.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- DC25B773146A0294000F32F4 /* InfoPlist.strings */ = {
- isa = PBXVariantGroup;
- children = (
- DC25B774146A0294000F32F4 /* en */,
- );
- name = InfoPlist.strings;
- sourceTree = "<group>";
- };
- DC25B779146A0294000F32F4 /* Credits.rtf */ = {
- isa = PBXVariantGroup;
- children = (
- DC25B77A146A0294000F32F4 /* en */,
- );
- name = Credits.rtf;
- sourceTree = "<group>";
- };
- DC25B77F146A0295000F32F4 /* MainMenu.xib */ = {
- isa = PBXVariantGroup;
- children = (
- DC25B780146A0295000F32F4 /* en */,
- );
- name = MainMenu.xib;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- DC25B782146A0295000F32F4 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 43AF803E2174E5DC00C0D9DC /* Module-Debug.xcconfig */;
- buildSettings = {
- };
- name = Debug;
- };
- DC25B783146A0295000F32F4 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 43AF803D2174E5DC00C0D9DC /* Module-Release.xcconfig */;
- buildSettings = {
- };
- name = Release;
- };
- DC25B785146A0295000F32F4 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "DispatchQueueLogger/DispatchQueueLogger-Prefix.pch";
- INFOPLIST_FILE = "DispatchQueueLogger/DispatchQueueLogger-Info.plist";
- SUPPORTED_PLATFORMS = macosx;
- TARGETED_DEVICE_FAMILY = "";
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- DC25B786146A0295000F32F4 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "DispatchQueueLogger/DispatchQueueLogger-Prefix.pch";
- INFOPLIST_FILE = "DispatchQueueLogger/DispatchQueueLogger-Info.plist";
- SUPPORTED_PLATFORMS = macosx;
- TARGETED_DEVICE_FAMILY = "";
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- DC25B760146A0294000F32F4 /* Build configuration list for PBXProject "DispatchQueueLogger" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DC25B782146A0295000F32F4 /* Debug */,
- DC25B783146A0295000F32F4 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- DC25B784146A0295000F32F4 /* Build configuration list for PBXNativeTarget "DispatchQueueLogger" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DC25B785146A0295000F32F4 /* Debug */,
- DC25B786146A0295000F32F4 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = DC25B75D146A0294000F32F4 /* Project object */;
- }
|