Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JoJo #7

Open
wants to merge 12 commits into
base: 1_JoJo
Choose a base branch
from
Binary file added .DS_Store
Binary file not shown.
16 changes: 16 additions & 0 deletions Git_ Exercise.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

/* Begin PBXBuildFile section */
2768CA08294F453B00990B98 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2768CA07294F453B00990B98 /* main.swift */; };
EBE68051294FFF3200EB47C3 /* Student.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE68050294FFF3200EB47C3 /* Student.swift */; };
EBE68053294FFF5C00EB47C3 /* Grade.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE68052294FFF5C00EB47C3 /* Grade.swift */; };
EBE680552950010A00EB47C3 /* InputError.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE680542950010A00EB47C3 /* InputError.swift */; };
EBE680572950043B00EB47C3 /* InputManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE680562950043B00EB47C3 /* InputManager.swift */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -25,6 +29,10 @@
/* Begin PBXFileReference section */
2768CA04294F453B00990B98 /* Git_ Exercise */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Git_ Exercise"; sourceTree = BUILT_PRODUCTS_DIR; };
2768CA07294F453B00990B98 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
EBE68050294FFF3200EB47C3 /* Student.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Student.swift; path = ../../../../../Documents/Student.swift; sourceTree = "<group>"; };
EBE68052294FFF5C00EB47C3 /* Grade.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Grade.swift; path = ../../../../../Documents/Grade.swift; sourceTree = "<group>"; };
EBE680542950010A00EB47C3 /* InputError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = InputError.swift; path = ../../../../../Documents/InputError.swift; sourceTree = "<group>"; };
EBE680562950043B00EB47C3 /* InputManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = InputManager.swift; path = ../../../../../Documents/InputManager.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -58,6 +66,10 @@
isa = PBXGroup;
children = (
2768CA07294F453B00990B98 /* main.swift */,
EBE68050294FFF3200EB47C3 /* Student.swift */,
EBE68052294FFF5C00EB47C3 /* Grade.swift */,
EBE680542950010A00EB47C3 /* InputError.swift */,
EBE680562950043B00EB47C3 /* InputManager.swift */,
);
path = "Git_ Exercise";
sourceTree = "<group>";
Expand Down Expand Up @@ -120,7 +132,11 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EBE680572950043B00EB47C3 /* InputManager.swift in Sources */,
2768CA08294F453B00990B98 /* main.swift in Sources */,
EBE680552950010A00EB47C3 /* InputError.swift in Sources */,
EBE68051294FFF3200EB47C3 /* Student.swift in Sources */,
EBE68053294FFF5C00EB47C3 /* Grade.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>Git_ Exercise.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>