Skip to content
20 changes: 20 additions & 0 deletions Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

/* Begin PBXBuildFile section */
0AEBD608F3973389E8E1C6D6 /* Pods_Runnect_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 015778D02D5CDE0838284CD7 /* Pods_Runnect_iOS.framework */; };
A3BC2F2B2962C3D500198261 /* GoalRewardInfoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BC2F2A2962C3D500198261 /* GoalRewardInfoVC.swift */; };
A3BC2F2D2962C3F200198261 /* ActivityRecordInfoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BC2F2C2962C3F200198261 /* ActivityRecordInfoVC.swift */; };
A3BC2F2F2962C40A00198261 /* UploadedCourseInfoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BC2F2E2962C40A00198261 /* UploadedCourseInfoVC.swift */; };
CE17F02D2961BBA100E1DED0 /* ColorLiterals.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE17F02C2961BBA100E1DED0 /* ColorLiterals.swift */; };
CE17F0332961BEF800E1DED0 /* Pretendard-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = CE17F02F2961BEF800E1DED0 /* Pretendard-Medium.otf */; };
CE17F0342961BEF800E1DED0 /* Pretendard-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = CE17F0302961BEF800E1DED0 /* Pretendard-Bold.otf */; };
Expand Down Expand Up @@ -75,6 +78,9 @@
/* Begin PBXFileReference section */
015778D02D5CDE0838284CD7 /* Pods_Runnect_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runnect_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3C3033C911343B5C57EB68E7 /* Pods-Runnect-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runnect-iOS.debug.xcconfig"; path = "Target Support Files/Pods-Runnect-iOS/Pods-Runnect-iOS.debug.xcconfig"; sourceTree = "<group>"; };
A3BC2F2A2962C3D500198261 /* GoalRewardInfoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalRewardInfoVC.swift; sourceTree = "<group>"; };
A3BC2F2C2962C3F200198261 /* ActivityRecordInfoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityRecordInfoVC.swift; sourceTree = "<group>"; };
A3BC2F2E2962C40A00198261 /* UploadedCourseInfoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UploadedCourseInfoVC.swift; sourceTree = "<group>"; };
CE17F02C2961BBA100E1DED0 /* ColorLiterals.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorLiterals.swift; sourceTree = "<group>"; };
CE17F02F2961BEF800E1DED0 /* Pretendard-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Pretendard-Medium.otf"; sourceTree = "<group>"; };
CE17F0302961BEF800E1DED0 /* Pretendard-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Pretendard-Bold.otf"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -182,6 +188,16 @@
name = Frameworks;
sourceTree = "<group>";
};
A3BC2F292962C39F00198261 /* InfoVC */ = {
isa = PBXGroup;
children = (
A3BC2F2A2962C3D500198261 /* GoalRewardInfoVC.swift */,
A3BC2F2C2962C3F200198261 /* ActivityRecordInfoVC.swift */,
A3BC2F2E2962C40A00198261 /* UploadedCourseInfoVC.swift */,
);
path = InfoVC;
sourceTree = "<group>";
};
CE17F02E2961BEAE00E1DED0 /* Fonts */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -297,6 +313,7 @@
CE17F0452961C3DD00E1DED0 /* VC */ = {
isa = PBXGroup;
children = (
A3BC2F292962C39F00198261 /* InfoVC */,
CEEC6B3F2961C55000D00E1E /* MyPageVC.swift */,
);
path = VC;
Expand Down Expand Up @@ -741,6 +758,7 @@
buildActionMask = 2147483647;
files = (
CE665604295D91B100C64E12 /* makeAlert.swift in Sources */,
A3BC2F2F2962C40A00198261 /* UploadedCourseInfoVC.swift in Sources */,
CE6655EA295D88B200C64E12 /* UITabBar+.swift in Sources */,
CEC2A68729629B9B00160BF7 /* SignInVC.swift in Sources */,
CE665602295D918000C64E12 /* JsonCoder.swift in Sources */,
Expand All @@ -750,6 +768,7 @@
CE6655CD295D856300C64E12 /* KeyPathFindable.swift in Sources */,
CE6655E4295D884600C64E12 /* UILabel+.swift in Sources */,
CE6655FA295D90E000C64E12 /* applyShadow.swift in Sources */,
A3BC2F2B2962C3D500198261 /* GoalRewardInfoVC.swift in Sources */,
CE665606295D91C500C64E12 /* makeVibrate.swift in Sources */,
CE66560A295D924A00C64E12 /* Result+.swift in Sources */,
CE66560E295D92A500C64E12 /* setStatusBarBackgroundColor.swift in Sources */,
Expand Down Expand Up @@ -793,6 +812,7 @@
CE6655CA295D84DD00C64E12 /* UserDefaultKeyList.swift in Sources */,
CE6655F2295D894D00C64E12 /* UIView+.swift in Sources */,
CE665600295D915D00C64E12 /* getClassName.swift in Sources */,
A3BC2F2D2962C3F200198261 /* ActivityRecordInfoVC.swift in Sources */,
CE6655FC295D90F500C64E12 /* calculatePastTime.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
4 changes: 4 additions & 0 deletions Runnect-iOS/Runnect-iOS/Global/Literal/ColorLiterals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ extension UIColor {
return UIColor(hex: "#ECECEC")
}

static var g5: UIColor {
return UIColor(hex: "#F3F3F3")
}

static var m1: UIColor {
return UIColor(hex: "#593EEC")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
guard let windowScene = (scene as? UIWindowScene) else { return }

let window = UIWindow(windowScene: windowScene)
window.rootViewController = UINavigationController(rootViewController: SplashVC())
window.rootViewController = TabBarController()
self.window = window
window.makeKeyAndVisible()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ final class CourseDrawingHomeVC: UIViewController, CustomNavigationBarDelegate {
print(text)
}
}


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//
// ActivityRecordInfoVC.swift
// Runnect-iOS
//
// Created by 몽이 누나 on 2023/01/02.
//

import UIKit

final class ActivityRecordInfoVC: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
setUI()
// Do any additional setup after loading the view.
}
}

extension ActivityRecordInfoVC {
private func setUI() {
view.backgroundColor = .w1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//
// GoalRewardInfoVC.swift
// Runnect-iOS
//
// Created by 몽이 누나 on 2023/01/02.
//

import UIKit

final class GoalRewardInfoVC: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
setUI()
// Do any additional setup after loading the view.
}
}

extension GoalRewardInfoVC {
private func setUI() {
view.backgroundColor = .w1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//
// UploadedCourseInfoVC.swift
// Runnect-iOS
//
// Created by 몽이 누나 on 2023/01/02.
//

import UIKit

final class UploadedCourseInfoVC: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
setUI()
// Do any additional setup after loading the view.
}
}

extension UploadedCourseInfoVC {
private func setUI() {
view.backgroundColor = .w1
}
}
Loading