Untitled

 avatar
unknown
plain_text
3 years ago
19 kB
3
Indexable
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 50;
	objects = {

/* Begin PBXBuildFile section */
		7780A124255AF2A800F8C8E7 /* HelloSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7780A11A255AF2A800F8C8E7 /* HelloSwift.framework */; };
		7780A12B255AF2A800F8C8E7 /* HelloSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 7780A11D255AF2A800F8C8E7 /* HelloSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
		7780A13E255AF2D400F8C8E7 /* MathToolsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7780A13C255AF2D300F8C8E7 /* MathToolsTests.swift */; };
		7780A13F255AF2D400F8C8E7 /* StringToolsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7780A13D255AF2D400F8C8E7 /* StringToolsTests.swift */; };
		7780A150255AF56600F8C8E7 /* IntExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7780A142255AF2E700F8C8E7 /* IntExtensionTests.swift */; };
		82419B9C274052840077F72A /* MathTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82419B9B274052840077F72A /* MathTools.swift */; };
		82419B9E2740531C0077F72A /* StringTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82419B9D2740531C0077F72A /* StringTools.swift */; };
		82419BA0274053B50077F72A /* Int+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82419B9F274053B50077F72A /* Int+Extension.swift */; };
		82419BA22740585F0077F72A /* FactorizationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82419BA12740585F0077F72A /* FactorizationTests.swift */; };
		82419BA4274058EE0077F72A /* Factorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82419BA3274058EE0077F72A /* Factorization.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		7780A125255AF2A800F8C8E7 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 7780A111255AF2A800F8C8E7 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 7780A119255AF2A800F8C8E7;
			remoteInfo = HelloSwift;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		7780A11A255AF2A800F8C8E7 /* HelloSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = HelloSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		7780A11D255AF2A800F8C8E7 /* HelloSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HelloSwift.h; sourceTree = "<group>"; };
		7780A11E255AF2A800F8C8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		7780A123255AF2A800F8C8E7 /* HelloSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HelloSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
		7780A12A255AF2A800F8C8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		7780A13C255AF2D300F8C8E7 /* MathToolsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MathToolsTests.swift; sourceTree = "<group>"; };
		7780A13D255AF2D400F8C8E7 /* StringToolsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringToolsTests.swift; sourceTree = "<group>"; };
		7780A142255AF2E700F8C8E7 /* IntExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntExtensionTests.swift; sourceTree = "<group>"; };
		82419B9B274052840077F72A /* MathTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MathTools.swift; sourceTree = "<group>"; };
		82419B9D2740531C0077F72A /* StringTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringTools.swift; sourceTree = "<group>"; };
		82419B9F274053B50077F72A /* Int+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Int+Extension.swift"; sourceTree = "<group>"; };
		82419BA12740585F0077F72A /* FactorizationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FactorizationTests.swift; sourceTree = "<group>"; };
		82419BA3274058EE0077F72A /* Factorization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Factorization.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		7780A117255AF2A800F8C8E7 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		7780A120255AF2A800F8C8E7 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				7780A124255AF2A800F8C8E7 /* HelloSwift.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		7780A110255AF2A800F8C8E7 = {
			isa = PBXGroup;
			children = (
				7780A11C255AF2A800F8C8E7 /* HelloSwift */,
				7780A127255AF2A800F8C8E7 /* HelloSwiftTests */,
				7780A11B255AF2A800F8C8E7 /* Products */,
			);
			sourceTree = "<group>";
		};
		7780A11B255AF2A800F8C8E7 /* Products */ = {
			isa = PBXGroup;
			children = (
				7780A11A255AF2A800F8C8E7 /* HelloSwift.framework */,
				7780A123255AF2A800F8C8E7 /* HelloSwiftTests.xctest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		7780A11C255AF2A800F8C8E7 /* HelloSwift */ = {
			isa = PBXGroup;
			children = (
				7780A11D255AF2A800F8C8E7 /* HelloSwift.h */,
				7780A11E255AF2A800F8C8E7 /* Info.plist */,
				82419B9B274052840077F72A /* MathTools.swift */,
				82419B9D2740531C0077F72A /* StringTools.swift */,
				82419B9F274053B50077F72A /* Int+Extension.swift */,
				82419BA3274058EE0077F72A /* Factorization.swift */,
			);
			path = HelloSwift;
			sourceTree = "<group>";
		};
		7780A127255AF2A800F8C8E7 /* HelloSwiftTests */ = {
			isa = PBXGroup;
			children = (
				7780A13C255AF2D300F8C8E7 /* MathToolsTests.swift */,
				7780A13D255AF2D400F8C8E7 /* StringToolsTests.swift */,
				7780A142255AF2E700F8C8E7 /* IntExtensionTests.swift */,
				7780A12A255AF2A800F8C8E7 /* Info.plist */,
				82419BA12740585F0077F72A /* FactorizationTests.swift */,
			);
			path = HelloSwiftTests;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		7780A115255AF2A800F8C8E7 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				7780A12B255AF2A800F8C8E7 /* HelloSwift.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		7780A119255AF2A800F8C8E7 /* HelloSwift */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 7780A12E255AF2A800F8C8E7 /* Build configuration list for PBXNativeTarget "HelloSwift" */;
			buildPhases = (
				7780A115255AF2A800F8C8E7 /* Headers */,
				7780A116255AF2A800F8C8E7 /* Sources */,
				7780A117255AF2A800F8C8E7 /* Frameworks */,
				7780A118255AF2A800F8C8E7 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = HelloSwift;
			productName = HelloSwift;
			productReference = 7780A11A255AF2A800F8C8E7 /* HelloSwift.framework */;
			productType = "com.apple.product-type.framework";
		};
		7780A122255AF2A800F8C8E7 /* HelloSwiftTests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 7780A131255AF2A800F8C8E7 /* Build configuration list for PBXNativeTarget "HelloSwiftTests" */;
			buildPhases = (
				7780A11F255AF2A800F8C8E7 /* Sources */,
				7780A120255AF2A800F8C8E7 /* Frameworks */,
				7780A121255AF2A800F8C8E7 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				7780A126255AF2A800F8C8E7 /* PBXTargetDependency */,
			);
			name = HelloSwiftTests;
			productName = HelloSwiftTests;
			productReference = 7780A123255AF2A800F8C8E7 /* HelloSwiftTests.xctest */;
			productType = "com.apple.product-type.bundle.unit-test";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		7780A111255AF2A800F8C8E7 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastSwiftUpdateCheck = 1210;
				LastUpgradeCheck = 1210;
				TargetAttributes = {
					7780A119255AF2A800F8C8E7 = {
						CreatedOnToolsVersion = 12.1;
						LastSwiftMigration = 1310;
					};
					7780A122255AF2A800F8C8E7 = {
						CreatedOnToolsVersion = 12.1;
						LastSwiftMigration = 1210;
					};
				};
			};
			buildConfigurationList = 7780A114255AF2A800F8C8E7 /* Build configuration list for PBXProject "HelloSwift" */;
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = 7780A110255AF2A800F8C8E7;
			productRefGroup = 7780A11B255AF2A800F8C8E7 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				7780A119255AF2A800F8C8E7 /* HelloSwift */,
				7780A122255AF2A800F8C8E7 /* HelloSwiftTests */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		7780A118255AF2A800F8C8E7 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		7780A121255AF2A800F8C8E7 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		7780A116255AF2A800F8C8E7 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				82419B9E2740531C0077F72A /* StringTools.swift in Sources */,
				82419B9C274052840077F72A /* MathTools.swift in Sources */,
				82419BA0274053B50077F72A /* Int+Extension.swift in Sources */,
				82419BA4274058EE0077F72A /* Factorization.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		7780A11F255AF2A800F8C8E7 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				7780A13F255AF2D400F8C8E7 /* StringToolsTests.swift in Sources */,
				7780A150255AF56600F8C8E7 /* IntExtensionTests.swift in Sources */,
				7780A13E255AF2D400F8C8E7 /* MathToolsTests.swift in Sources */,
				82419BA22740585F0077F72A /* FactorizationTests.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		7780A126255AF2A800F8C8E7 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 7780A119255AF2A800F8C8E7 /* HelloSwift */;
			targetProxy = 7780A125255AF2A800F8C8E7 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		7780A12C255AF2A800F8C8E7 /* 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;
				CURRENT_PROJECT_VERSION = 1;
				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 = 10.15;
				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";
				VERSIONING_SYSTEM = "apple-generic";
				VERSION_INFO_PREFIX = "";
			};
			name = Debug;
		};
		7780A12D255AF2A800F8C8E7 /* 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;
				CURRENT_PROJECT_VERSION = 1;
				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 = 10.15;
				MTL_ENABLE_DEBUG_INFO = NO;
				MTL_FAST_MATH = YES;
				SDKROOT = macosx;
				SWIFT_COMPILATION_MODE = wholemodule;
				SWIFT_OPTIMIZATION_LEVEL = "-O";
				VERSIONING_SYSTEM = "apple-generic";
				VERSION_INFO_PREFIX = "";
			};
			name = Release;
		};
		7780A12F255AF2A800F8C8E7 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEFINES_MODULE = YES;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
				INFOPLIST_FILE = HelloSwift/Info.plist;
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
					"@loader_path/Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = pl.daftacademy.HelloSwift;
				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
				SKIP_INSTALL = YES;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
				SWIFT_VERSION = 5.0;
			};
			name = Debug;
		};
		7780A130255AF2A800F8C8E7 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				DEFINES_MODULE = YES;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
				INFOPLIST_FILE = HelloSwift/Info.plist;
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
					"@loader_path/Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = pl.daftacademy.HelloSwift;
				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
				SKIP_INSTALL = YES;
				SWIFT_VERSION = 5.0;
			};
			name = Release;
		};
		7780A132255AF2A800F8C8E7 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				INFOPLIST_FILE = HelloSwiftTests/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
					"@loader_path/../Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = pl.daftacademy.HelloSwiftTests;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
				SWIFT_VERSION = 5.0;
			};
			name = Debug;
		};
		7780A133255AF2A800F8C8E7 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_STYLE = Automatic;
				COMBINE_HIDPI_IMAGES = YES;
				INFOPLIST_FILE = HelloSwiftTests/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/../Frameworks",
					"@loader_path/../Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = pl.daftacademy.HelloSwiftTests;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		7780A114255AF2A800F8C8E7 /* Build configuration list for PBXProject "HelloSwift" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				7780A12C255AF2A800F8C8E7 /* Debug */,
				7780A12D255AF2A800F8C8E7 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		7780A12E255AF2A800F8C8E7 /* Build configuration list for PBXNativeTarget "HelloSwift" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				7780A12F255AF2A800F8C8E7 /* Debug */,
				7780A130255AF2A800F8C8E7 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		7780A131255AF2A800F8C8E7 /* Build configuration list for PBXNativeTarget "HelloSwiftTests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				7780A132255AF2A800F8C8E7 /* Debug */,
				7780A133255AF2A800F8C8E7 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 7780A111255AF2A800F8C8E7 /* Project object */;
}
Editor is loading...