Skip to content

Commit

Permalink
homework 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrejo1 committed Mar 9, 2018
1 parent 0a6ead1 commit a7a1f65
Show file tree
Hide file tree
Showing 36 changed files with 713 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/Users/phoenixtrejo/Desktop/fun/home3/Build/Intermediates/home3.build/Debug/home3.build/Objects-normal/x86_64/linear.o
/Users/phoenixtrejo/Desktop/fun/home3/Build/Intermediates/home3.build/Debug/home3.build/Objects-normal/x86_64/tree.o
/Users/phoenixtrejo/Desktop/fun/home3/Build/Intermediates/home3.build/Debug/home3.build/Objects-normal/x86_64/investment.o
/Users/phoenixtrejo/Desktop/fun/home3/Build/Intermediates/home3.build/Debug/home3.build/Objects-normal/x86_64/maze.o
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependencies: /Users/phoenixtrejo/Desktop/fun/home3/home3/investment.cpp
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependencies: /Users/phoenixtrejo/Desktop/fun/home3/home3/linear.cpp
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependencies: /Users/phoenixtrejo/Desktop/fun/home3/home3/main.cpp
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependencies: /Users/phoenixtrejo/Desktop/fun/home3/home3/maze.cpp
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependencies: /Users/phoenixtrejo/Desktop/fun/home3/home3/tree.cpp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added home3/Build/Products/Debug/home3
Binary file not shown.
259 changes: 259 additions & 0 deletions home3/home3.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,259 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
FA03D179204B575600367C03 /* investment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA03D178204B575600367C03 /* investment.cpp */; };
FA40D6D0204C87450031C1C2 /* linear.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA40D6CF204C87450031C1C2 /* linear.cpp */; };
FA40D6D2204D42A70031C1C2 /* maze.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA40D6D1204D42A70031C1C2 /* maze.cpp */; };
FAC58BB82051F60300FE31AF /* tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAC58BB72051F60300FE31AF /* tree.cpp */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
FA03D173204B575600367C03 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
FA03D175204B575600367C03 /* home3 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = home3; sourceTree = BUILT_PRODUCTS_DIR; };
FA03D178204B575600367C03 /* investment.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = investment.cpp; sourceTree = "<group>"; };
FA40D6CF204C87450031C1C2 /* linear.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linear.cpp; sourceTree = "<group>"; };
FA40D6D1204D42A70031C1C2 /* maze.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = maze.cpp; sourceTree = "<group>"; };
FAC58BB72051F60300FE31AF /* tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tree.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
FA03D16C204B575600367C03 = {
isa = PBXGroup;
children = (
FA03D177204B575600367C03 /* home3 */,
FA03D176204B575600367C03 /* Products */,
);
sourceTree = "<group>";
};
FA03D176204B575600367C03 /* Products */ = {
isa = PBXGroup;
children = (
FA03D175204B575600367C03 /* home3 */,
);
name = Products;
sourceTree = "<group>";
};
FA03D177204B575600367C03 /* home3 */ = {
isa = PBXGroup;
children = (
FA03D178204B575600367C03 /* investment.cpp */,
FA40D6CF204C87450031C1C2 /* linear.cpp */,
FA40D6D1204D42A70031C1C2 /* maze.cpp */,
FAC58BB72051F60300FE31AF /* tree.cpp */,
);
path = home3;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
FA03D174204B575600367C03 /* home3 */ = {
isa = PBXNativeTarget;
buildConfigurationList = FA03D17C204B575600367C03 /* Build configuration list for PBXNativeTarget "home3" */;
buildPhases = (
FA03D171204B575600367C03 /* Sources */,
FA03D172204B575600367C03 /* Frameworks */,
FA03D173204B575600367C03 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = home3;
productName = home3;
productReference = FA03D175204B575600367C03 /* home3 */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
FA03D16D204B575600367C03 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = "Phoenix Trejo";
TargetAttributes = {
FA03D174204B575600367C03 = {
CreatedOnToolsVersion = 7.3.1;
};
};
};
buildConfigurationList = FA03D170204B575600367C03 /* Build configuration list for PBXProject "home3" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = FA03D16C204B575600367C03;
productRefGroup = FA03D176204B575600367C03 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FA03D174204B575600367C03 /* home3 */,
);
};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
FA03D171204B575600367C03 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FA40D6D0204C87450031C1C2 /* linear.cpp in Sources */,
FAC58BB82051F60300FE31AF /* tree.cpp in Sources */,
FA03D179204B575600367C03 /* investment.cpp in Sources */,
FA40D6D2204D42A70031C1C2 /* maze.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
FA03D17A204B575600367C03 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
FA03D17B204B575600367C03 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
FA03D17D204B575600367C03 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
FA03D17E204B575600367C03 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
FA03D170204B575600367C03 /* Build configuration list for PBXProject "home3" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FA03D17A204B575600367C03 /* Debug */,
FA03D17B204B575600367C03 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FA03D17C204B575600367C03 /* Build configuration list for PBXNativeTarget "home3" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FA03D17D204B575600367C03 /* Debug */,
FA03D17E204B575600367C03 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = FA03D16D204B575600367C03 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA03D174204B575600367C03"
BuildableName = "home3"
BlueprintName = "home3"
ReferencedContainer = "container:home3.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA03D174204B575600367C03"
BuildableName = "home3"
BlueprintName = "home3"
ReferencedContainer = "container:home3.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA03D174204B575600367C03"
BuildableName = "home3"
BlueprintName = "home3"
ReferencedContainer = "container:home3.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA03D174204B575600367C03"
BuildableName = "home3"
BlueprintName = "home3"
ReferencedContainer = "container:home3.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit a7a1f65

Please sign in to comment.