Triples / assign3.xcodeproj / project.pbxproj
project.pbxproj
Raw
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 55;
	objects = {

/* Begin PBXBuildFile section */
		E0BAFCE927FFCD2C00CC9941 /* assign3App.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0BAFCE827FFCD2C00CC9941 /* assign3App.swift */; };
		E0BAFCEB27FFCD2C00CC9941 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0BAFCEA27FFCD2C00CC9941 /* ContentView.swift */; };
		E0BAFCED27FFCD2C00CC9941 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E0BAFCEC27FFCD2C00CC9941 /* Assets.xcassets */; };
		E0BAFCF027FFCD2C00CC9941 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E0BAFCEF27FFCD2C00CC9941 /* Preview Assets.xcassets */; };
		E0BAFCFB27FFCDC800CC9941 /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0BAFCFA27FFCDC800CC9941 /* Random.swift */; };
		E0BAFCFF27FFCF5B00CC9941 /* Tileview.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0BAFCFE27FFCF5B00CC9941 /* Tileview.swift */; };
		E0BAFD0127FFD06600CC9941 /* TileModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0BAFD0027FFD06600CC9941 /* TileModel.swift */; };
		E0BAFD0327FFDFC700CC9941 /* mainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0BAFD0227FFDFC700CC9941 /* mainView.swift */; };
		E0D4FC6F2800A3FB0041BC8B /* about.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D4FC6E2800A3FB0041BC8B /* about.swift */; };
		E0D4FC732800BF270041BC8B /* scoreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D4FC722800BF270041BC8B /* scoreview.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		E0BAFCE527FFCD2C00CC9941 /* Triples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Triples.app; sourceTree = BUILT_PRODUCTS_DIR; };
		E0BAFCE827FFCD2C00CC9941 /* assign3App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = assign3App.swift; sourceTree = "<group>"; };
		E0BAFCEA27FFCD2C00CC9941 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
		E0BAFCEC27FFCD2C00CC9941 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		E0BAFCEF27FFCD2C00CC9941 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
		E0BAFCFA27FFCDC800CC9941 /* Random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Random.swift; sourceTree = "<group>"; };
		E0BAFCFE27FFCF5B00CC9941 /* Tileview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tileview.swift; sourceTree = "<group>"; };
		E0BAFD0027FFD06600CC9941 /* TileModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TileModel.swift; sourceTree = "<group>"; };
		E0BAFD0227FFDFC700CC9941 /* mainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = mainView.swift; sourceTree = "<group>"; };
		E0D4FC6E2800A3FB0041BC8B /* about.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = about.swift; sourceTree = "<group>"; };
		E0D4FC722800BF270041BC8B /* scoreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = scoreview.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
		E0BAFCDC27FFCD2C00CC9941 = {
			isa = PBXGroup;
			children = (
				E0BAFCE727FFCD2C00CC9941 /* assign3 */,
				E0BAFCE627FFCD2C00CC9941 /* Products */,
			);
			sourceTree = "<group>";
		};
		E0BAFCE627FFCD2C00CC9941 /* Products */ = {
			isa = PBXGroup;
			children = (
				E0BAFCE527FFCD2C00CC9941 /* Triples.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		E0BAFCE727FFCD2C00CC9941 /* assign3 */ = {
			isa = PBXGroup;
			children = (
				E0BAFCE827FFCD2C00CC9941 /* assign3App.swift */,
				E0BAFCEA27FFCD2C00CC9941 /* ContentView.swift */,
				E0BAFCEC27FFCD2C00CC9941 /* Assets.xcassets */,
				E0BAFCEE27FFCD2C00CC9941 /* Preview Content */,
				E0BAFCFA27FFCDC800CC9941 /* Random.swift */,
				E0BAFCFE27FFCF5B00CC9941 /* Tileview.swift */,
				E0BAFD0027FFD06600CC9941 /* TileModel.swift */,
				E0BAFD0227FFDFC700CC9941 /* mainView.swift */,
				E0D4FC6E2800A3FB0041BC8B /* about.swift */,
				E0D4FC722800BF270041BC8B /* scoreview.swift */,
			);
			path = assign3;
			sourceTree = "<group>";
		};
		E0BAFCEE27FFCD2C00CC9941 /* Preview Content */ = {
			isa = PBXGroup;
			children = (
				E0BAFCEF27FFCD2C00CC9941 /* Preview Assets.xcassets */,
			);
			path = "Preview Content";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		E0BAFCE427FFCD2C00CC9941 /* assign3 */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = E0BAFCF327FFCD2C00CC9941 /* Build configuration list for PBXNativeTarget "assign3" */;
			buildPhases = (
				E0BAFCE127FFCD2C00CC9941 /* Sources */,
				E0BAFCE227FFCD2C00CC9941 /* Frameworks */,
				E0BAFCE327FFCD2C00CC9941 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = assign3;
			productName = assign3;
			productReference = E0BAFCE527FFCD2C00CC9941 /* Triples.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		E0BAFCDD27FFCD2C00CC9941 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				BuildIndependentTargetsInParallel = 1;
				LastSwiftUpdateCheck = 1320;
				LastUpgradeCheck = 1320;
				TargetAttributes = {
					E0BAFCE427FFCD2C00CC9941 = {
						CreatedOnToolsVersion = 13.2.1;
					};
				};
			};
			buildConfigurationList = E0BAFCE027FFCD2C00CC9941 /* Build configuration list for PBXProject "Triples" */;
			compatibilityVersion = "Xcode 13.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = E0BAFCDC27FFCD2C00CC9941;
			productRefGroup = E0BAFCE627FFCD2C00CC9941 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				E0BAFCE427FFCD2C00CC9941 /* assign3 */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		E0BAFCE327FFCD2C00CC9941 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E0BAFCF027FFCD2C00CC9941 /* Preview Assets.xcassets in Resources */,
				E0BAFCED27FFCD2C00CC9941 /* Assets.xcassets in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		E0BAFCE127FFCD2C00CC9941 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E0BAFD0127FFD06600CC9941 /* TileModel.swift in Sources */,
				E0BAFD0327FFDFC700CC9941 /* mainView.swift in Sources */,
				E0BAFCFF27FFCF5B00CC9941 /* Tileview.swift in Sources */,
				E0D4FC6F2800A3FB0041BC8B /* about.swift in Sources */,
				E0BAFCEB27FFCD2C00CC9941 /* ContentView.swift in Sources */,
				E0BAFCFB27FFCDC800CC9941 /* Random.swift in Sources */,
				E0BAFCE927FFCD2C00CC9941 /* assign3App.swift in Sources */,
				E0D4FC732800BF270041BC8B /* scoreview.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		E0BAFCF127FFCD2C00CC9941 /* 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++17";
				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;
				IPHONEOS_DEPLOYMENT_TARGET = 15.2;
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
				MTL_FAST_MATH = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
			};
			name = Debug;
		};
		E0BAFCF227FFCD2C00CC9941 /* 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++17";
				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;
				IPHONEOS_DEPLOYMENT_TARGET = 15.2;
				MTL_ENABLE_DEBUG_INFO = NO;
				MTL_FAST_MATH = YES;
				SDKROOT = iphoneos;
				SWIFT_COMPILATION_MODE = wholemodule;
				SWIFT_OPTIMIZATION_LEVEL = "-O";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		E0BAFCF427FFCD2C00CC9941 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
				CODE_SIGN_STYLE = Automatic;
				CURRENT_PROJECT_VERSION = 1;
				DEVELOPMENT_ASSET_PATHS = "\"assign3/Preview Content\"";
				ENABLE_PREVIEWS = YES;
				GENERATE_INFOPLIST_FILE = YES;
				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				MARKETING_VERSION = 1.0;
				PRODUCT_BUNDLE_IDENTIFIER = cmsc436.assign3;
				PRODUCT_NAME = Triples;
				SWIFT_EMIT_LOC_STRINGS = YES;
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		E0BAFCF527FFCD2C00CC9941 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
				CODE_SIGN_STYLE = Automatic;
				CURRENT_PROJECT_VERSION = 1;
				DEVELOPMENT_ASSET_PATHS = "\"assign3/Preview Content\"";
				ENABLE_PREVIEWS = YES;
				GENERATE_INFOPLIST_FILE = YES;
				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				MARKETING_VERSION = 1.0;
				PRODUCT_BUNDLE_IDENTIFIER = cmsc436.assign3;
				PRODUCT_NAME = Triples;
				SWIFT_EMIT_LOC_STRINGS = YES;
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		E0BAFCE027FFCD2C00CC9941 /* Build configuration list for PBXProject "Triples" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				E0BAFCF127FFCD2C00CC9941 /* Debug */,
				E0BAFCF227FFCD2C00CC9941 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		E0BAFCF327FFCD2C00CC9941 /* Build configuration list for PBXNativeTarget "assign3" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				E0BAFCF427FFCD2C00CC9941 /* Debug */,
				E0BAFCF527FFCD2C00CC9941 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = E0BAFCDD27FFCD2C00CC9941 /* Project object */;
}