From af30796ef4730d08472b90d7eb2e46fe3ebffaa6 Mon Sep 17 00:00:00 2001 From: yeonee Date: Wed, 19 Aug 2026 17:51:53 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20#503=20=EC=A4=91=EB=B3=B5=20?= =?UTF-8?q?=EC=98=B5=EC=A0=80=EB=B2=84=20=ED=98=B8=EC=B6=9C=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ByeBoo-iOS/ByeBoo-iOS/App/SceneDelegate.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ByeBoo-iOS/ByeBoo-iOS/App/SceneDelegate.swift b/ByeBoo-iOS/ByeBoo-iOS/App/SceneDelegate.swift index 4989b84a..865426ed 100644 --- a/ByeBoo-iOS/ByeBoo-iOS/App/SceneDelegate.swift +++ b/ByeBoo-iOS/ByeBoo-iOS/App/SceneDelegate.swift @@ -46,12 +46,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { NotificationCenter.default.removeObserver(self, name: .navigateLoginViewController, object: nil) } - func sceneDidBecomeActive(_ scene: UIScene) { - NotificationCenter.default.post( - name: UIApplication.didBecomeActiveNotification, - object: nil - ) - } + func sceneDidBecomeActive(_ scene: UIScene) { } func sceneWillResignActive(_ scene: UIScene) { } From 18c22e31f7403c1df5fcbf70093334cd41b97628 Mon Sep 17 00:00:00 2001 From: yeonee Date: Wed, 19 Aug 2026 17:56:54 +0900 Subject: [PATCH 2/2] =?UTF-8?q?setting:=20#503=20=EB=B2=84=EC=A0=84=201.2.?= =?UTF-8?q?5=20=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj b/ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj index cebb8afe..06c7a26d 100644 --- a/ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj +++ b/ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj @@ -310,7 +310,7 @@ CODE_SIGN_ENTITLEMENTS = "ByeBoo-iOS/ByeBoo-Dev.entitlements"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = Z6682N5G5D; @@ -328,7 +328,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.4; + MARKETING_VERSION = 1.2.5; PRODUCT_BUNDLE_IDENTIFIER = "com.heartz.ByeBoo-iOS"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -354,7 +354,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = Z6682N5G5D; GENERATE_INFOPLIST_FILE = YES; @@ -371,7 +371,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.4; + MARKETING_VERSION = 1.2.5; PRODUCT_BUNDLE_IDENTIFIER = "com.heartz.ByeBoo-iOS"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "";