AccentPomodoro / Accent Pomodoro.xcodeproj / project.pbxproj
project.pbxproj
Raw
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 50;
	objects = {

/* Begin PBXBuildFile section */
		D90BB5F72751D55D00770B8C /* MenuBarColorChanger.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90BB5F62751D55D00770B8C /* MenuBarColorChanger.swift */; };
		D90BB5FD275279FA00770B8C /* ImageFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90BB5FC275279FA00770B8C /* ImageFunctions.swift */; };
		D90BB5FF27527A0300770B8C /* NSColor+HEX.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90BB5FE27527A0300770B8C /* NSColor+HEX.swift */; };
		D90BB60127527A0B00770B8C /* NSImage+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90BB60027527A0B00770B8C /* NSImage+Extensions.swift */; };
		D90BB60327527A1300770B8C /* NSScreen+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90BB60227527A1300770B8C /* NSScreen+Extensions.swift */; };
		D90BB60527527B7700770B8C /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90BB60427527B7700770B8C /* Files.swift */; };
		D94A987F2749728B00B0677A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D94A987E2749728B00B0677A /* AppDelegate.swift */; };
		D96D66BD274A10B700C0B471 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96D66BC274A10B700C0B471 /* SettingsView.swift */; };
		D9D87B2A2748C03000941DA2 /* Accent_PomodoroApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9D87B292748C03000941DA2 /* Accent_PomodoroApp.swift */; };
		D9D87B2C2748C03000941DA2 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9D87B2B2748C03000941DA2 /* ContentView.swift */; };
		D9D87B2E2748C03100941DA2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D9D87B2D2748C03100941DA2 /* Assets.xcassets */; };
		D9D87B312748C03100941DA2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D9D87B302748C03100941DA2 /* Preview Assets.xcassets */; };
		D9D87B3D2748C03100941DA2 /* Accent_PomodoroTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9D87B3C2748C03100941DA2 /* Accent_PomodoroTests.swift */; };
		D9D87B482748C03100941DA2 /* Accent_PomodoroUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9D87B472748C03100941DA2 /* Accent_PomodoroUITests.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		D9D87B392748C03100941DA2 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = D9D87B1E2748C03000941DA2 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = D9D87B252748C03000941DA2;
			remoteInfo = "Accent Pomodoro";
		};
		D9D87B442748C03100941DA2 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = D9D87B1E2748C03000941DA2 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = D9D87B252748C03000941DA2;
			remoteInfo = "Accent Pomodoro";
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		D90BB5F62751D55D00770B8C /* MenuBarColorChanger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarColorChanger.swift; sourceTree = "<group>"; };
		D90BB5FC275279FA00770B8C /* ImageFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageFunctions.swift; sourceTree = "<group>"; };
		D90BB5FE27527A0300770B8C /* NSColor+HEX.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSColor+HEX.swift"; sourceTree = "<group>"; };
		D90BB60027527A0B00770B8C /* NSImage+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSImage+Extensions.swift"; sourceTree = "<group>"; };
		D90BB60227527A1300770B8C /* NSScreen+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSScreen+Extensions.swift"; sourceTree = "<group>"; };
		D90BB60427527B7700770B8C /* Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Files.swift; sourceTree = "<group>"; };
		D94A987E2749728B00B0677A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
		D96D66BC274A10B700C0B471 /* SettingsView.swift */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
		D9D87B262748C03000941DA2 /* Accent Pomodoro.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Accent Pomodoro.app"; sourceTree = BUILT_PRODUCTS_DIR; };
		D9D87B292748C03000941DA2 /* Accent_PomodoroApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Accent_PomodoroApp.swift; sourceTree = "<group>"; };
		D9D87B2B2748C03000941DA2 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
		D9D87B2D2748C03100941DA2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		D9D87B302748C03100941DA2 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
		D9D87B322748C03100941DA2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		D9D87B332748C03100941DA2 /* Accent_Pomodoro.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Accent_Pomodoro.entitlements; sourceTree = "<group>"; };
		D9D87B382748C03100941DA2 /* Accent PomodoroTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Accent PomodoroTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
		D9D87B3C2748C03100941DA2 /* Accent_PomodoroTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Accent_PomodoroTests.swift; sourceTree = "<group>"; };
		D9D87B3E2748C03100941DA2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		D9D87B432748C03100941DA2 /* Accent PomodoroUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Accent PomodoroUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
		D9D87B472748C03100941DA2 /* Accent_PomodoroUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Accent_PomodoroUITests.swift; sourceTree = "<group>"; };
		D9D87B492748C03100941DA2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		D9D87B232748C03000941DA2 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D9D87B352748C03100941DA2 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D9D87B402748C03100941DA2 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		D9D87B1D2748C03000941DA2 = {
			isa = PBXGroup;
			children = (
				D9D87B282748C03000941DA2 /* Accent Pomodoro */,
				D9D87B3B2748C03100941DA2 /* Accent PomodoroTests */,
				D9D87B462748C03100941DA2 /* Accent PomodoroUITests */,
				D9D87B272748C03000941DA2 /* Products */,
			);
			sourceTree = "<group>";
		};
		D9D87B272748C03000941DA2 /* Products */ = {
			isa = PBXGroup;
			children = (
				D9D87B262748C03000941DA2 /* Accent Pomodoro.app */,
				D9D87B382748C03100941DA2 /* Accent PomodoroTests.xctest */,
				D9D87B432748C03100941DA2 /* Accent PomodoroUITests.xctest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		D9D87B282748C03000941DA2 /* Accent Pomodoro */ = {
			isa = PBXGroup;
			children = (
				D9D87B292748C03000941DA2 /* Accent_PomodoroApp.swift */,
				D94A987E2749728B00B0677A /* AppDelegate.swift */,
				D9D87B2B2748C03000941DA2 /* ContentView.swift */,
				D90BB60427527B7700770B8C /* Files.swift */,
				D90BB5F62751D55D00770B8C /* MenuBarColorChanger.swift */,
				D90BB5FC275279FA00770B8C /* ImageFunctions.swift */,
				D90BB5FE27527A0300770B8C /* NSColor+HEX.swift */,
				D90BB60027527A0B00770B8C /* NSImage+Extensions.swift */,
				D90BB60227527A1300770B8C /* NSScreen+Extensions.swift */,
				D9D87B2D2748C03100941DA2 /* Assets.xcassets */,
				D9D87B322748C03100941DA2 /* Info.plist */,
				D9D87B332748C03100941DA2 /* Accent_Pomodoro.entitlements */,
				D9D87B2F2748C03100941DA2 /* Preview Content */,
				D96D66BC274A10B700C0B471 /* SettingsView.swift */,
			);
			path = "Accent Pomodoro";
			sourceTree = "<group>";
		};
		D9D87B2F2748C03100941DA2 /* Preview Content */ = {
			isa = PBXGroup;
			children = (
				D9D87B302748C03100941DA2 /* Preview Assets.xcassets */,
			);
			path = "Preview Content";
			sourceTree = "<group>";
		};
		D9D87B3B2748C03100941DA2 /* Accent PomodoroTests */ = {
			isa = PBXGroup;
			children = (
				D9D87B3C2748C03100941DA2 /* Accent_PomodoroTests.swift */,
				D9D87B3E2748C03100941DA2 /* Info.plist */,
			);
			path = "Accent PomodoroTests";
			sourceTree = "<group>";
		};
		D9D87B462748C03100941DA2 /* Accent PomodoroUITests */ = {
			isa = PBXGroup;
			children = (
				D9D87B472748C03100941DA2 /* Accent_PomodoroUITests.swift */,
				D9D87B492748C03100941DA2 /* Info.plist */,
			);
			path = "Accent PomodoroUITests";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		D9D87B252748C03000941DA2 /* Accent Pomodoro */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = D9D87B4C2748C03100941DA2 /* Build configuration list for PBXNativeTarget "Accent Pomodoro" */;
			buildPhases = (
				D9D87B222748C03000941DA2 /* Sources */,
				D9D87B232748C03000941DA2 /* Frameworks */,
				D9D87B242748C03000941DA2 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "Accent Pomodoro";
			productName = "Accent Pomodoro";
			productReference = D9D87B262748C03000941DA2 /* Accent Pomodoro.app */;
			productType = "com.apple.product-type.application";
		};
		D9D87B372748C03100941DA2 /* Accent PomodoroTests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = D9D87B4F2748C03100941DA2 /* Build configuration list for PBXNativeTarget "Accent PomodoroTests" */;
			buildPhases = (
				D9D87B342748C03100941DA2 /* Sources */,
				D9D87B352748C03100941DA2 /* Frameworks */,
				D9D87B362748C03100941DA2 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				D9D87B3A2748C03100941DA2 /* PBXTargetDependency */,
			);
			name = "Accent PomodoroTests";
			productName = "Accent PomodoroTests";
			productReference = D9D87B382748C03100941DA2 /* Accent PomodoroTests.xctest */;
			productType = "com.apple.product-type.bundle.unit-test";
		};
		D9D87B422748C03100941DA2 /* Accent PomodoroUITests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = D9D87B522748C03100941DA2 /* Build configuration list for PBXNativeTarget "Accent PomodoroUITests" */;
			buildPhases = (
				D9D87B3F2748C03100941DA2 /* Sources */,
				D9D87B402748C03100941DA2 /* Frameworks */,
				D9D87B412748C03100941DA2 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				D9D87B452748C03100941DA2 /* PBXTargetDependency */,
			);
			name = "Accent PomodoroUITests";
			productName = "Accent PomodoroUITests";
			productReference = D9D87B432748C03100941DA2 /* Accent PomodoroUITests.xctest */;
			productType = "com.apple.product-type.bundle.ui-testing";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		D9D87B1E2748C03000941DA2 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastSwiftUpdateCheck = 1250;
				LastUpgradeCheck = 1310;
				TargetAttributes = {
					D9D87B252748C03000941DA2 = {
						CreatedOnToolsVersion = 12.5.1;
					};
					D9D87B372748C03100941DA2 = {
						CreatedOnToolsVersion = 12.5.1;
						TestTargetID = D9D87B252748C03000941DA2;
					};
					D9D87B422748C03100941DA2 = {
						CreatedOnToolsVersion = 12.5.1;
						TestTargetID = D9D87B252748C03000941DA2;
					};
				};
			};
			buildConfigurationList = D9D87B212748C03000941DA2 /* Build configuration list for PBXProject "Accent Pomodoro" */;
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = D9D87B1D2748C03000941DA2;
			productRefGroup = D9D87B272748C03000941DA2 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				D9D87B252748C03000941DA2 /* Accent Pomodoro */,
				D9D87B372748C03100941DA2 /* Accent PomodoroTests */,
				D9D87B422748C03100941DA2 /* Accent PomodoroUITests */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		D9D87B242748C03000941DA2 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				D9D87B312748C03100941DA2 /* Preview Assets.xcassets in Resources */,
				D9D87B2E2748C03100941DA2 /* Assets.xcassets in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D9D87B362748C03100941DA2 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D9D87B412748C03100941DA2 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		D9D87B222748C03000941DA2 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				D90BB5F72751D55D00770B8C /* MenuBarColorChanger.swift in Sources */,
				D94A987F2749728B00B0677A /* AppDelegate.swift in Sources */,
				D90BB60127527A0B00770B8C /* NSImage+Extensions.swift in Sources */,
				D90BB60327527A1300770B8C /* NSScreen+Extensions.swift in Sources */,
				D96D66BD274A10B700C0B471 /* SettingsView.swift in Sources */,
				D90BB5FD275279FA00770B8C /* ImageFunctions.swift in Sources */,
				D9D87B2C2748C03000941DA2 /* ContentView.swift in Sources */,
				D90BB60527527B7700770B8C /* Files.swift in Sources */,
				D9D87B2A2748C03000941DA2 /* Accent_PomodoroApp.swift in Sources */,
				D90BB5FF27527A0300770B8C /* NSColor+HEX.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D9D87B342748C03100941DA2 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				D9D87B3D2748C03100941DA2 /* Accent_PomodoroTests.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D9D87B3F2748C03100941DA2 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				D9D87B482748C03100941DA2 /* Accent_PomodoroUITests.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		D9D87B3A2748C03100941DA2 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = D9D87B252748C03000941DA2 /* Accent Pomodoro */;
			targetProxy = D9D87B392748C03100941DA2 /* PBXContainerItemProxy */;
		};
		D9D87B452748C03100941DA2 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = D9D87B252748C03000941DA2 /* Accent Pomodoro */;
			targetProxy = D9D87B442748C03100941DA2 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		D9D87B4A2748C03100941DA2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 11.3;
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
				MTL_FAST_MATH = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
			};
			name = Debug;
		};
		D9D87B4B2748C03100941DA2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 11.3;
				MTL_ENABLE_DEBUG_INFO = NO;
				MTL_FAST_MATH = YES;
				SDKROOT = macosx;
				SWIFT_COMPILATION_MODE = wholemodule;
				SWIFT_OPTIMIZATION_LEVEL = "-O";
			};
			name = Release;
		};
		D9D87B4D2748C03100941DA2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
				CODE_SIGN_ENTITLEMENTS = "Accent Pomodoro/Accent_Pomodoro.entitlements";
				CODE_SIGN_IDENTITY = "-";
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEVELOPMENT_ASSET_PATHS = "\"Accent Pomodoro/Preview Content\"";
				DEVELOPMENT_TEAM = XC9MN3PU6Q;
				ENABLE_HARDENED_RUNTIME = YES;
				ENABLE_PREVIEWS = YES;
				INFOPLIST_FILE = "Accent Pomodoro/Info.plist";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
				);
				MACOSX_DEPLOYMENT_TARGET = 11.0;
				PRODUCT_BUNDLE_IDENTIFIER = "com.lukejenquin.Accent-Pomodoro";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
			};
			name = Debug;
		};
		D9D87B4E2748C03100941DA2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
				CODE_SIGN_ENTITLEMENTS = "Accent Pomodoro/Accent_Pomodoro.entitlements";
				CODE_SIGN_IDENTITY = "-";
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEVELOPMENT_ASSET_PATHS = "\"Accent Pomodoro/Preview Content\"";
				DEVELOPMENT_TEAM = XC9MN3PU6Q;
				ENABLE_HARDENED_RUNTIME = YES;
				ENABLE_PREVIEWS = YES;
				INFOPLIST_FILE = "Accent Pomodoro/Info.plist";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
				);
				MACOSX_DEPLOYMENT_TARGET = 11.0;
				PRODUCT_BUNDLE_IDENTIFIER = "com.lukejenquin.Accent-Pomodoro";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
			};
			name = Release;
		};
		D9D87B502748C03100941DA2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
				BUNDLE_LOADER = "$(TEST_HOST)";
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEVELOPMENT_TEAM = XC9MN3PU6Q;
				INFOPLIST_FILE = "Accent PomodoroTests/Info.plist";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
					"@loader_path/../Frameworks",
				);
				MACOSX_DEPLOYMENT_TARGET = 11.0;
				PRODUCT_BUNDLE_IDENTIFIER = "com.lukejenquin.Accent-PomodoroTests";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Accent Pomodoro.app/Contents/MacOS/Accent Pomodoro";
			};
			name = Debug;
		};
		D9D87B512748C03100941DA2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
				BUNDLE_LOADER = "$(TEST_HOST)";
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEVELOPMENT_TEAM = XC9MN3PU6Q;
				INFOPLIST_FILE = "Accent PomodoroTests/Info.plist";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
					"@loader_path/../Frameworks",
				);
				MACOSX_DEPLOYMENT_TARGET = 11.0;
				PRODUCT_BUNDLE_IDENTIFIER = "com.lukejenquin.Accent-PomodoroTests";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Accent Pomodoro.app/Contents/MacOS/Accent Pomodoro";
			};
			name = Release;
		};
		D9D87B532748C03100941DA2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEVELOPMENT_TEAM = XC9MN3PU6Q;
				INFOPLIST_FILE = "Accent PomodoroUITests/Info.plist";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
					"@loader_path/../Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = "com.lukejenquin.Accent-PomodoroUITests";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
				TEST_TARGET_NAME = "Accent Pomodoro";
			};
			name = Debug;
		};
		D9D87B542748C03100941DA2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEVELOPMENT_TEAM = XC9MN3PU6Q;
				INFOPLIST_FILE = "Accent PomodoroUITests/Info.plist";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
					"@loader_path/../Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = "com.lukejenquin.Accent-PomodoroUITests";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
				TEST_TARGET_NAME = "Accent Pomodoro";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		D9D87B212748C03000941DA2 /* Build configuration list for PBXProject "Accent Pomodoro" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				D9D87B4A2748C03100941DA2 /* Debug */,
				D9D87B4B2748C03100941DA2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		D9D87B4C2748C03100941DA2 /* Build configuration list for PBXNativeTarget "Accent Pomodoro" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				D9D87B4D2748C03100941DA2 /* Debug */,
				D9D87B4E2748C03100941DA2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		D9D87B4F2748C03100941DA2 /* Build configuration list for PBXNativeTarget "Accent PomodoroTests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				D9D87B502748C03100941DA2 /* Debug */,
				D9D87B512748C03100941DA2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		D9D87B522748C03100941DA2 /* Build configuration list for PBXNativeTarget "Accent PomodoroUITests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				D9D87B532748C03100941DA2 /* Debug */,
				D9D87B542748C03100941DA2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = D9D87B1E2748C03000941DA2 /* Project object */;
}