-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a4d2f0a
Showing
34 changed files
with
878 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,295 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 46; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
4984250E1C6E1D07009309ED /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4984250D1C6E1D07009309ED /* AppDelegate.swift */; }; | ||
498425101C6E1D07009309ED /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4984250F1C6E1D07009309ED /* FirstViewController.swift */; }; | ||
498425121C6E1D07009309ED /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 498425111C6E1D07009309ED /* SecondViewController.swift */; }; | ||
498425151C6E1D07009309ED /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 498425131C6E1D07009309ED /* Main.storyboard */; }; | ||
498425171C6E1D07009309ED /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 498425161C6E1D07009309ED /* Assets.xcassets */; }; | ||
4984251A1C6E1D07009309ED /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 498425181C6E1D07009309ED /* LaunchScreen.storyboard */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
4984250A1C6E1D07009309ED /* Dartmouth Coach.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dartmouth Coach.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
4984250D1C6E1D07009309ED /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; | ||
4984250F1C6E1D07009309ED /* FirstViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = "<group>"; }; | ||
498425111C6E1D07009309ED /* SecondViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = "<group>"; }; | ||
498425141C6E1D07009309ED /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | ||
498425161C6E1D07009309ED /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | ||
498425191C6E1D07009309ED /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | ||
4984251B1C6E1D07009309ED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
498425071C6E1D07009309ED /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
498425011C6E1D07009309ED = { | ||
isa = PBXGroup; | ||
children = ( | ||
4984250C1C6E1D07009309ED /* Dartmouth Coach */, | ||
4984250B1C6E1D07009309ED /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
4984250B1C6E1D07009309ED /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
4984250A1C6E1D07009309ED /* Dartmouth Coach.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
4984250C1C6E1D07009309ED /* Dartmouth Coach */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
4984250D1C6E1D07009309ED /* AppDelegate.swift */, | ||
4984250F1C6E1D07009309ED /* FirstViewController.swift */, | ||
498425111C6E1D07009309ED /* SecondViewController.swift */, | ||
498425131C6E1D07009309ED /* Main.storyboard */, | ||
498425161C6E1D07009309ED /* Assets.xcassets */, | ||
498425181C6E1D07009309ED /* LaunchScreen.storyboard */, | ||
4984251B1C6E1D07009309ED /* Info.plist */, | ||
); | ||
path = "Dartmouth Coach"; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
498425091C6E1D07009309ED /* Dartmouth Coach */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 4984251E1C6E1D07009309ED /* Build configuration list for PBXNativeTarget "Dartmouth Coach" */; | ||
buildPhases = ( | ||
498425061C6E1D07009309ED /* Sources */, | ||
498425071C6E1D07009309ED /* Frameworks */, | ||
498425081C6E1D07009309ED /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = "Dartmouth Coach"; | ||
productName = "Dartmouth Coach"; | ||
productReference = 4984250A1C6E1D07009309ED /* Dartmouth Coach.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
498425021C6E1D07009309ED /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastSwiftUpdateCheck = 0720; | ||
LastUpgradeCheck = 0720; | ||
ORGANIZATIONNAME = CS89; | ||
TargetAttributes = { | ||
498425091C6E1D07009309ED = { | ||
CreatedOnToolsVersion = 7.2.1; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = 498425051C6E1D07009309ED /* Build configuration list for PBXProject "Dartmouth Coach" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = 498425011C6E1D07009309ED; | ||
productRefGroup = 4984250B1C6E1D07009309ED /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
498425091C6E1D07009309ED /* Dartmouth Coach */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
498425081C6E1D07009309ED /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
4984251A1C6E1D07009309ED /* LaunchScreen.storyboard in Resources */, | ||
498425171C6E1D07009309ED /* Assets.xcassets in Resources */, | ||
498425151C6E1D07009309ED /* Main.storyboard in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
498425061C6E1D07009309ED /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
498425121C6E1D07009309ED /* SecondViewController.swift in Sources */, | ||
4984250E1C6E1D07009309ED /* AppDelegate.swift in Sources */, | ||
498425101C6E1D07009309ED /* FirstViewController.swift in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
498425131C6E1D07009309ED /* Main.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
498425141C6E1D07009309ED /* Base */, | ||
); | ||
name = Main.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
498425181C6E1D07009309ED /* LaunchScreen.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
498425191C6E1D07009309ED /* Base */, | ||
); | ||
name = LaunchScreen.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
4984251C1C6E1D07009309ED /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
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[sdk=iphoneos*]" = "iPhone Developer"; | ||
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; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.2; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
}; | ||
name = Debug; | ||
}; | ||
4984251D1C6E1D07009309ED /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
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[sdk=iphoneos*]" = "iPhone Developer"; | ||
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; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.2; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
SDKROOT = iphoneos; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
}; | ||
4984251F1C6E1D07009309ED /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
INFOPLIST_FILE = "Dartmouth Coach/Info.plist"; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = "cs89.Dartmouth-Coach"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
}; | ||
name = Debug; | ||
}; | ||
498425201C6E1D07009309ED /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
INFOPLIST_FILE = "Dartmouth Coach/Info.plist"; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = "cs89.Dartmouth-Coach"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
498425051C6E1D07009309ED /* Build configuration list for PBXProject "Dartmouth Coach" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
4984251C1C6E1D07009309ED /* Debug */, | ||
4984251D1C6E1D07009309ED /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
4984251E1C6E1D07009309ED /* Build configuration list for PBXNativeTarget "Dartmouth Coach" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
4984251F1C6E1D07009309ED /* Debug */, | ||
498425201C6E1D07009309ED /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = 498425021C6E1D07009309ED /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
Dartmouth Coach.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+12.5 KB
...codeproj/project.xcworkspace/xcuserdata/Andrew.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
91 changes: 91 additions & 0 deletions
91
Dartmouth Coach.xcodeproj/xcuserdata/Andrew.xcuserdatad/xcschemes/Dartmouth Coach.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "0720" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "498425091C6E1D07009309ED" | ||
BuildableName = "Dartmouth Coach.app" | ||
BlueprintName = "Dartmouth Coach" | ||
ReferencedContainer = "container:Dartmouth Coach.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 = "498425091C6E1D07009309ED" | ||
BuildableName = "Dartmouth Coach.app" | ||
BlueprintName = "Dartmouth Coach" | ||
ReferencedContainer = "container:Dartmouth Coach.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 = "498425091C6E1D07009309ED" | ||
BuildableName = "Dartmouth Coach.app" | ||
BlueprintName = "Dartmouth Coach" | ||
ReferencedContainer = "container:Dartmouth Coach.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
<AdditionalOptions> | ||
</AdditionalOptions> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "498425091C6E1D07009309ED" | ||
BuildableName = "Dartmouth Coach.app" | ||
BlueprintName = "Dartmouth Coach" | ||
ReferencedContainer = "container:Dartmouth Coach.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
Oops, something went wrong.