From 2aedde3a786a6fd75aa378d185e1fca48bc0816e Mon Sep 17 00:00:00 2001 From: LeeMyeongJin Date: Fri, 6 Dec 2024 10:21:28 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[Setting]=20#228=20-=20v1.0.5=20=EC=95=B1?= =?UTF-8?q?=EC=8A=A4=ED=86=A0=EC=96=B4=20=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Terning-iOS/Terning-iOS.xcodeproj/project.pbxproj | 12 ++++++++---- Terning-iOS/Terning-iOS/Info.plist | 4 ++-- .../Data/Network/Service/AuthInterceptor.swift | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Terning-iOS/Terning-iOS.xcodeproj/project.pbxproj b/Terning-iOS/Terning-iOS.xcodeproj/project.pbxproj index 0821e09..d53610d 100644 --- a/Terning-iOS/Terning-iOS.xcodeproj/project.pbxproj +++ b/Terning-iOS/Terning-iOS.xcodeproj/project.pbxproj @@ -1737,12 +1737,13 @@ CODE_SIGN_ENTITLEMENTS = "Terning-iOS/Terning-iOS.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2024.1119.2145; + CURRENT_PROJECT_VERSION = 2024.1206.0304; DEVELOPMENT_TEAM = 8Q4H7X3Q58; ENABLE_USER_SCRIPT_SANDBOXING = NO; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = "Terning-iOS/Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = terning; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity"; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; @@ -1753,7 +1754,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.4; + MARKETING_VERSION = 1.0.5; OTHER_LDFLAGS = ( "-Xlinker", "-interposable", @@ -1764,6 +1765,7 @@ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; @@ -1779,12 +1781,13 @@ CODE_SIGN_ENTITLEMENTS = "Terning-iOS/Terning-iOS.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2024.1119.2145; + CURRENT_PROJECT_VERSION = 2024.1206.0304; DEVELOPMENT_TEAM = 8Q4H7X3Q58; ENABLE_USER_SCRIPT_SANDBOXING = NO; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = "Terning-iOS/Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = terning; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity"; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; @@ -1795,13 +1798,14 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.4; + MARKETING_VERSION = 1.0.5; PRODUCT_BUNDLE_IDENTIFIER = "com.terning.Terning-iOS"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; diff --git a/Terning-iOS/Terning-iOS/Info.plist b/Terning-iOS/Terning-iOS/Info.plist index 29de42e..b4786bc 100644 --- a/Terning-iOS/Terning-iOS/Info.plist +++ b/Terning-iOS/Terning-iOS/Info.plist @@ -7,9 +7,9 @@ CFBundleDisplayName terning CFBundleShortVersionString - 1.0.4 + 1.0.5 CFBundleVersion - 2024.1119.2145 + 2024.1206.0304 CFBundleName $(PRODUCT_NAME) CFBundleURLTypes diff --git a/Terning-iOS/Terning-iOS/Source/Data/Network/Service/AuthInterceptor.swift b/Terning-iOS/Terning-iOS/Source/Data/Network/Service/AuthInterceptor.swift index d220b02..41d8894 100644 --- a/Terning-iOS/Terning-iOS/Source/Data/Network/Service/AuthInterceptor.swift +++ b/Terning-iOS/Terning-iOS/Source/Data/Network/Service/AuthInterceptor.swift @@ -14,7 +14,7 @@ import Moya final class AuthInterceptor: RequestInterceptor { static let shared = AuthInterceptor() - + private init() {} func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result) -> Void) { From e292f871c7b7a020b2ee937c73fdef613011a985 Mon Sep 17 00:00:00 2001 From: LeeMyeongJin Date: Fri, 6 Dec 2024 10:25:11 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[Docs]=20#228=20-=20=EC=95=B1=EC=8A=A4?= =?UTF-8?q?=ED=86=A0=EC=96=B4=20=EB=B0=B0=ED=8F=AC=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb18b54..a25b26b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # πŸ‘” terning 터닝 - λŒ€ν•™μƒ 인턴, 곡고 관리 μΊ˜λ¦°λ” -## μ•±μŠ€ν† μ–΄ 링크 : [μ•±μŠ€ν† μ–΄](https://apps.apple.com/kr/app/terning-%ED%84%B0%EB%8B%9D-%EB%8C%80%ED%95%99%EC%83%9D-%EC%9D%B8%ED%84%B4-%EA%B3%B5%EA%B3%A0-%EA%B4%80%EB%A6%AC-%EC%BA%98%EB%A6%B0%EB%8D%94/id6547866420) v1.0.4 +## μ•±μŠ€ν† μ–΄ 링크 : [μ•±μŠ€ν† μ–΄](https://apps.apple.com/kr/app/terning-%ED%84%B0%EB%8B%9D-%EB%8C%80%ED%95%99%EC%83%9D-%EC%9D%B8%ED%84%B4-%EA%B3%B5%EA%B3%A0-%EA%B4%80%EB%A6%AC-%EC%BA%98%EB%A6%B0%EB%8D%94/id6547866420) v1.0.5

**λ‚΄ κ³„νšμ— λ”± λ§žλŠ” λŒ€ν•™μƒ μΈν„΄μ˜ μ‹œμž‘, 터닝**