From 4abc33ed05b7d61adf48c2128fae58cd0949c36e Mon Sep 17 00:00:00 2001 From: LeeJoEun-01 Date: Tue, 7 Jan 2025 20:25:53 +0900 Subject: [PATCH 1/2] [NON_ISSUE] version 3.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 현재 학기 가져오는 로직 삭제 --- Soomsil-USaint.xcodeproj/project.pbxproj | 4 ++-- .../Semester/SemesterList/SemesterListView.swift | 6 +++--- .../Semester/SemesterList/SemesterListViewModel.swift | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Soomsil-USaint.xcodeproj/project.pbxproj b/Soomsil-USaint.xcodeproj/project.pbxproj index f6dcf00..aa89f2f 100644 --- a/Soomsil-USaint.xcodeproj/project.pbxproj +++ b/Soomsil-USaint.xcodeproj/project.pbxproj @@ -312,7 +312,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.0.2; + MARKETING_VERSION = 3.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.yourssu.SaintKit; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -350,7 +350,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.0.2; + MARKETING_VERSION = 3.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.yourssu.SaintKit; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; diff --git a/Soomsil-USaint/Application/Semester/SemesterList/SemesterListView.swift b/Soomsil-USaint/Application/Semester/SemesterList/SemesterListView.swift index 745d7a9..a266fa7 100644 --- a/Soomsil-USaint/Application/Semester/SemesterList/SemesterListView.swift +++ b/Soomsil-USaint/Application/Semester/SemesterList/SemesterListView.swift @@ -256,9 +256,9 @@ struct SemesterRow: View { HStack { Text("\(year)년 \(semester)") .font(YDSFont.subtitle2) - if isLatestSemesterNotYetConfirmed { - YDSChip(text: "성적 처리 기간", isSelected: true) - } +// if isLatestSemesterNotYetConfirmed { +// YDSChip(text: "성적 처리 기간", isSelected: true) +// } } Text("\(String(format: "%.1f", earnedCredit))학점") .font(YDSFont.body1) diff --git a/Soomsil-USaint/Application/Semester/SemesterList/SemesterListViewModel.swift b/Soomsil-USaint/Application/Semester/SemesterList/SemesterListViewModel.swift index 3461a88..a2cbf98 100644 --- a/Soomsil-USaint/Application/Semester/SemesterList/SemesterListViewModel.swift +++ b/Soomsil-USaint/Application/Semester/SemesterList/SemesterListViewModel.swift @@ -207,7 +207,7 @@ final class DefaultSemesterListViewModel: BaseViewModel, SemesterListViewModel { // 이전학기 호출 (CoreData -> Rusaint) await loadSemesterListData() // 현재학기 호출 (Rusaint) - await loadCurrentSemesterData() +// await loadCurrentSemesterData() reportList = semesterRepository.getSemesterList() case .failure(let error): @@ -226,7 +226,7 @@ final class DefaultSemesterListViewModel: BaseViewModel, SemesterListViewModel { // 이전학기 호출 (Rusaint) await loadSemesterListFromRusaint() // 현재학기 호출 (Rusaint) - await loadCurrentSemesterData() +// await loadCurrentSemesterData() reportList = semesterRepository.getSemesterList() case .failure(let error): From 6aeb0a6eed21c70b37b611ad67d19d7c1df54220 Mon Sep 17 00:00:00 2001 From: LeeJoEun-01 Date: Thu, 9 Jan 2025 00:46:23 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[NON=5FISSUE]=20=ED=94=84=EB=A1=9C=EC=A0=9D?= =?UTF-8?q?=ED=8A=B8=20=EB=B2=84=EC=A0=84=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Soomsil-USaint.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Soomsil-USaint.xcodeproj/project.pbxproj b/Soomsil-USaint.xcodeproj/project.pbxproj index aa89f2f..738085e 100644 --- a/Soomsil-USaint.xcodeproj/project.pbxproj +++ b/Soomsil-USaint.xcodeproj/project.pbxproj @@ -293,7 +293,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2024122801; + CURRENT_PROJECT_VERSION = 2025010701; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = 2N3PMJ78CA; ENABLE_PREVIEWS = YES; @@ -331,7 +331,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2024122801; + CURRENT_PROJECT_VERSION = 2025010701; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = 2N3PMJ78CA; ENABLE_PREVIEWS = YES;