Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 59 additions & 4 deletions ForQualification/ForQualification.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -18,6 +18,16 @@
BA09FC2226E4446F006BEAD8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BA09FC2026E4446F006BEAD8 /* LaunchScreen.storyboard */; };
BA09FC2D26E4446F006BEAD8 /* ForQualificationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA09FC2C26E4446F006BEAD8 /* ForQualificationTests.swift */; };
BA09FC3826E4446F006BEAD8 /* ForQualificationUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA09FC3726E4446F006BEAD8 /* ForQualificationUITests.swift */; };
BAD7048026EC426100508AE7 /* MenuProblem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAD7047E26EC426100508AE7 /* MenuProblem.swift */; };
BAD7048126EC426100508AE7 /* MenuProblem.xib in Resources */ = {isa = PBXBuildFile; fileRef = BAD7047F26EC426100508AE7 /* MenuProblem.xib */; };
BAD7048526EC5ACA00508AE7 /* MenuChallengeProblem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAD7048326EC5ACA00508AE7 /* MenuChallengeProblem.swift */; };
BAD7048626EC5ACA00508AE7 /* MenuChallengeProblem.xib in Resources */ = {isa = PBXBuildFile; fileRef = BAD7048426EC5ACA00508AE7 /* MenuChallengeProblem.xib */; };
BAD7048926EC610600508AE7 /* RegisterProblem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAD7048726EC610600508AE7 /* RegisterProblem.swift */; };
BAD7048A26EC610600508AE7 /* RegisterProblem.xib in Resources */ = {isa = PBXBuildFile; fileRef = BAD7048826EC610600508AE7 /* RegisterProblem.xib */; };
BAD7048D26EC6CCA00508AE7 /* ChallengeProblem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAD7048B26EC6CCA00508AE7 /* ChallengeProblem.swift */; };
BAD7048E26EC6CCA00508AE7 /* ChallengeProblem.xib in Resources */ = {isa = PBXBuildFile; fileRef = BAD7048C26EC6CCA00508AE7 /* ChallengeProblem.xib */; };
BAD7049B26ECA79600508AE7 /* EditProblem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAD7049926ECA79600508AE7 /* EditProblem.swift */; };
BAD7049C26ECA79600508AE7 /* EditProblem.xib in Resources */ = {isa = PBXBuildFile; fileRef = BAD7049A26ECA79600508AE7 /* EditProblem.xib */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -55,6 +65,16 @@
BA09FC3326E4446F006BEAD8 /* ForQualificationUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ForQualificationUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
BA09FC3726E4446F006BEAD8 /* ForQualificationUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForQualificationUITests.swift; sourceTree = "<group>"; };
BA09FC3926E4446F006BEAD8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BAD7047E26EC426100508AE7 /* MenuProblem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuProblem.swift; sourceTree = "<group>"; };
BAD7047F26EC426100508AE7 /* MenuProblem.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MenuProblem.xib; sourceTree = "<group>"; };
BAD7048326EC5ACA00508AE7 /* MenuChallengeProblem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuChallengeProblem.swift; sourceTree = "<group>"; };
BAD7048426EC5ACA00508AE7 /* MenuChallengeProblem.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MenuChallengeProblem.xib; sourceTree = "<group>"; };
BAD7048726EC610600508AE7 /* RegisterProblem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterProblem.swift; sourceTree = "<group>"; };
BAD7048826EC610600508AE7 /* RegisterProblem.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RegisterProblem.xib; sourceTree = "<group>"; };
BAD7048B26EC6CCA00508AE7 /* ChallengeProblem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChallengeProblem.swift; sourceTree = "<group>"; };
BAD7048C26EC6CCA00508AE7 /* ChallengeProblem.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ChallengeProblem.xib; sourceTree = "<group>"; };
BAD7049926ECA79600508AE7 /* EditProblem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditProblem.swift; sourceTree = "<group>"; };
BAD7049A26ECA79600508AE7 /* EditProblem.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = EditProblem.xib; sourceTree = "<group>"; };
CAF755ACA505BB73844BB561 /* Pods_ForQualificationTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ForQualificationTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D8B0763A36C8807E744A0274 /* Pods-ForQualification.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ForQualification.release.xcconfig"; path = "Target Support Files/Pods-ForQualification/Pods-ForQualification.release.xcconfig"; sourceTree = "<group>"; };
E47F57C6DDE6DA50D976C3E5 /* Pods-ForQualificationTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ForQualificationTests.debug.xcconfig"; path = "Target Support Files/Pods-ForQualificationTests/Pods-ForQualificationTests.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -101,7 +121,6 @@
E47F57C6DDE6DA50D976C3E5 /* Pods-ForQualificationTests.debug.xcconfig */,
9CD5BCCAC58CBF04FA5DE808 /* Pods-ForQualificationTests.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -142,8 +161,8 @@
children = (
BA09FC1526E4446E006BEAD8 /* AppDelegate.swift */,
BA09FC1726E4446E006BEAD8 /* SceneDelegate.swift */,
BA09FC1926E4446E006BEAD8 /* ViewController.swift */,
BA09FC1B26E4446E006BEAD8 /* Main.storyboard */,
BAD7047D26EC40DD00508AE7 /* View */,
BAD7048226EC427200508AE7 /* Controller */,
BA09FC1E26E4446F006BEAD8 /* Assets.xcassets */,
BA09FC2026E4446F006BEAD8 /* LaunchScreen.storyboard */,
BA09FC2326E4446F006BEAD8 /* Info.plist */,
Expand All @@ -169,6 +188,32 @@
path = ForQualificationUITests;
sourceTree = "<group>";
};
BAD7047D26EC40DD00508AE7 /* View */ = {
isa = PBXGroup;
children = (
BA09FC1B26E4446E006BEAD8 /* Main.storyboard */,
BAD7047F26EC426100508AE7 /* MenuProblem.xib */,
BAD7048426EC5ACA00508AE7 /* MenuChallengeProblem.xib */,
BAD7048826EC610600508AE7 /* RegisterProblem.xib */,
BAD7048C26EC6CCA00508AE7 /* ChallengeProblem.xib */,
BAD7049A26ECA79600508AE7 /* EditProblem.xib */,
);
path = View;
sourceTree = "<group>";
};
BAD7048226EC427200508AE7 /* Controller */ = {
isa = PBXGroup;
children = (
BAD7049926ECA79600508AE7 /* EditProblem.swift */,
BAD7048B26EC6CCA00508AE7 /* ChallengeProblem.swift */,
BAD7048726EC610600508AE7 /* RegisterProblem.swift */,
BAD7048326EC5ACA00508AE7 /* MenuChallengeProblem.swift */,
BA09FC1926E4446E006BEAD8 /* ViewController.swift */,
BAD7047E26EC426100508AE7 /* MenuProblem.swift */,
);
path = Controller;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -278,9 +323,14 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BAD7048A26EC610600508AE7 /* RegisterProblem.xib in Resources */,
BAD7048E26EC6CCA00508AE7 /* ChallengeProblem.xib in Resources */,
BA09FC2226E4446F006BEAD8 /* LaunchScreen.storyboard in Resources */,
BA09FC1F26E4446F006BEAD8 /* Assets.xcassets in Resources */,
BAD7048126EC426100508AE7 /* MenuProblem.xib in Resources */,
BA09FC1D26E4446E006BEAD8 /* Main.storyboard in Resources */,
BAD7048626EC5ACA00508AE7 /* MenuChallengeProblem.xib in Resources */,
BAD7049C26ECA79600508AE7 /* EditProblem.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -427,6 +477,11 @@
files = (
BA09FC1A26E4446E006BEAD8 /* ViewController.swift in Sources */,
BA09FC1626E4446E006BEAD8 /* AppDelegate.swift in Sources */,
BAD7048926EC610600508AE7 /* RegisterProblem.swift in Sources */,
BAD7049B26ECA79600508AE7 /* EditProblem.swift in Sources */,
BAD7048526EC5ACA00508AE7 /* MenuChallengeProblem.swift in Sources */,
BAD7048026EC426100508AE7 /* MenuProblem.swift in Sources */,
BAD7048D26EC6CCA00508AE7 /* ChallengeProblem.swift in Sources */,
BA09FC1826E4446E006BEAD8 /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.241",
"green" : "0.000",
"red" : "0.000"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "contrast",
"value" : "high"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
},
{
"appearance" : "contrast",
"value" : "high"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.241",
"green" : "0.000",
"red" : "0.000"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.000",
"green" : "0.000",
"red" : "0.000"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"images" : [
{
"filename" : "カメラのアイコン素材 7.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "カメラのアイコン素材 7 ホワイト.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 0 additions & 24 deletions ForQualification/ForQualification/Base.lproj/Main.storyboard

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
//
// ChallengeProblem.swift
// ForQualification
//
// Created by 祥平 on 2021/09/11.
//

import UIKit

class ChallengeProblem: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

// Do any additional setup after loading the view.
}


/*
// MARK: - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/

}
29 changes: 29 additions & 0 deletions ForQualification/ForQualification/Controller/EditProblem.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
//
// EditProblem.swift
// ForQualification
//
// Created by 祥平 on 2021/09/11.
//

import UIKit

class EditProblem: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

// Do any additional setup after loading the view.
}


/*
// MARK: - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/

}
Loading