diff --git a/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/Contents.json b/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/Contents.json index a6fd2fa..3f7e630 100644 --- a/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/Contents.json +++ b/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "apple_button.svg", + "filename" : "btn_apple_button.svg", "idiom" : "universal" } ], diff --git a/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/apple_button.svg b/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/apple_button.svg deleted file mode 100644 index 47773e6..0000000 --- a/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/apple_button.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/btn_apple_button.svg b/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/btn_apple_button.svg new file mode 100644 index 0000000..573591d --- /dev/null +++ b/Projects/DesignSystem/Resources/Assets.xcassets/btn_apple_button.imageset/btn_apple_button.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/Projects/DesignSystem/Resources/Assets.xcassets/btn_kakao_login.imageset/btn_kakao_login.svg b/Projects/DesignSystem/Resources/Assets.xcassets/btn_kakao_login.imageset/btn_kakao_login.svg index 2c888a6..fe128b1 100644 --- a/Projects/DesignSystem/Resources/Assets.xcassets/btn_kakao_login.imageset/btn_kakao_login.svg +++ b/Projects/DesignSystem/Resources/Assets.xcassets/btn_kakao_login.imageset/btn_kakao_login.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/Projects/Features/LikeRequest/Targets/Scene/Sources/LikeRequestInteractor.swift b/Projects/Features/LikeRequest/Targets/Scene/Sources/LikeRequestInteractor.swift index 2bb033d..28d4485 100644 --- a/Projects/Features/LikeRequest/Targets/Scene/Sources/LikeRequestInteractor.swift +++ b/Projects/Features/LikeRequest/Targets/Scene/Sources/LikeRequestInteractor.swift @@ -53,8 +53,6 @@ class LikeRequestInteractor: LikeRequestBusinessLogic, LikeRequestDataStore { Task { do { - - print(weddingId) let _ = try await worker.requestLike(message: request.message, receiverProfileId: receiverProfileId, weddingId: weddingId) presenter?.presentLikeRequestSuccess() } diff --git a/Projects/Features/ProfileRegister/Sources/ProfileRegisterInteractor.swift b/Projects/Features/ProfileRegister/Sources/ProfileRegisterInteractor.swift index 937242e..4647afd 100644 --- a/Projects/Features/ProfileRegister/Sources/ProfileRegisterInteractor.swift +++ b/Projects/Features/ProfileRegister/Sources/ProfileRegisterInteractor.swift @@ -37,12 +37,12 @@ class ProfileRegisterInteractor: ProfileRegisterBusinessLogic, ProfileRegisterDa var thirdPartyToken: String? { didSet { - print(thirdPartyToken) +// print(thirdPartyToken) } } var oauthType: String? { didSet { - print(oauthType) +// print(oauthType) } } diff --git a/Projects/Marryting/Project.swift b/Projects/Marryting/Project.swift index c22c021..d1f7f39 100644 --- a/Projects/Marryting/Project.swift +++ b/Projects/Marryting/Project.swift @@ -4,6 +4,7 @@ import ProjectDescriptionHelpers // MARK: - Project let infoPlist: [String: InfoPlist.Value] = [ + "CFBundleDevelopmentRegion": "ko_KR", "CFBundleShortVersionString": "1.0", "CFBundleVersion": "1", "CFBundleDisplayName": "메리팅", diff --git a/Projects/Marryting/Sources/AppDelegate.swift b/Projects/Marryting/Sources/AppDelegate.swift index 4f3bead..a26a633 100644 --- a/Projects/Marryting/Sources/AppDelegate.swift +++ b/Projects/Marryting/Sources/AppDelegate.swift @@ -22,9 +22,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil ) -> Bool { - for framework in Bundle.allBundles { - print(framework) - } KakaoSDK.initSDK(appKey: "bd614625345b00170f51b167c97e96e9") Font.registerFonts() window = UIWindow(frame: UIScreen.main.bounds)