From cfdb33d46898a0f543f245e35a1f5601f71b2200 Mon Sep 17 00:00:00 2001 From: hyun99999 Date: Mon, 7 Nov 2022 17:46:20 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20CocoaPods=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20=20(#329)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile.lock | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 800fdbe2..136e8331 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,18 +1,18 @@ PODS: - - Alamofire (5.4.3) - - IQKeyboardManagerSwift (6.5.6) - - KakaoSDKAuth (2.5.6): - - KakaoSDKCommon (= 2.5.6) - - KakaoSDKCommon (2.5.6): - - KakaoSDKCommon/Common (= 2.5.6) - - KakaoSDKCommon/Network (= 2.5.6) - - KakaoSDKCommon/Common (2.5.6) - - KakaoSDKCommon/Network (2.5.6): + - Alamofire (5.6.2) + - IQKeyboardManagerSwift (6.5.10) + - KakaoSDKAuth (2.11.3): + - KakaoSDKCommon (= 2.11.3) + - KakaoSDKCommon (2.11.3): + - KakaoSDKCommon/Common (= 2.11.3) + - KakaoSDKCommon/Network (= 2.11.3) + - KakaoSDKCommon/Common (2.11.3) + - KakaoSDKCommon/Network (2.11.3): - Alamofire (~> 5.1) - - KakaoSDKCommon/Common (= 2.5.6) - - KakaoSDKUser (2.5.6): - - KakaoSDKAuth (= 2.5.6) - - Kingfisher (7.1.1) + - KakaoSDKCommon/Common (= 2.11.3) + - KakaoSDKUser (2.11.3): + - KakaoSDKAuth (= 2.11.3) + - Kingfisher (7.4.1) - Moya (14.0.0): - Moya/Core (= 14.0.0) - Moya/Core (14.0.0): @@ -20,8 +20,8 @@ PODS: - NVActivityIndicatorView (5.1.1): - NVActivityIndicatorView/Base (= 5.1.1) - NVActivityIndicatorView/Base (5.1.1) - - SkeletonView (1.21.2) - - SwiftLint (0.43.1) + - SkeletonView (1.30.4) + - SwiftLint (0.49.1) - VerticalCardSwiper (2.3.1) DEPENDENCIES: @@ -51,18 +51,18 @@ SPEC REPOS: - VerticalCardSwiper SPEC CHECKSUMS: - Alamofire: e447a2774a40c996748296fa2c55112fdbbc42f9 - IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe - KakaoSDKAuth: 1e1fa737e78eed3f301ab5c164526781a37a42f9 - KakaoSDKCommon: cdf340a8f671eef75f4ca012003cb350af3c4b6d - KakaoSDKUser: f488aa4699b3fd3a836ab5c7e25e2cb4cea190c1 - Kingfisher: f738f9c4a3415823b8e2985d10aa2d6a9f37bc4d + Alamofire: d368e1ff8a298e6dde360e35a3e68e6c610e7204 + IQKeyboardManagerSwift: 52962c76ab33532f15ad9f3ff4e5715eda5335bb + KakaoSDKAuth: a64dde90516e18fdfc35b83bbad2677c3675c329 + KakaoSDKCommon: b4235203f67a5b6ee2df75eaf9bbc863c6d92e09 + KakaoSDKUser: 9a42e9b74855ce876b071c841418aa6726534010 + Kingfisher: cd762a593a61b2fbecf7645c00f9a801a3ebfc9c Moya: 5b45dacb75adb009f97fde91c204c1e565d31916 NVActivityIndicatorView: 1f6c5687f1171810aa27a3296814dc2d7dec3667 - SkeletonView: a085533443fed0198309f1979780afb6e80eaedd - SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52 + SkeletonView: 5a050f6411e697abd4cda0a8d767013399dccd69 + SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 VerticalCardSwiper: 68df635b354500f86934ea044ade37a264c044c6 PODFILE CHECKSUM: ee00f6411308bc32732ea2efc98ad9cb9bd27f5d -COCOAPODS: 1.11.2 +COCOAPODS: 1.11.3 From aa8adfc5a96ae457e0c7e3494412f017cfa8c3ed Mon Sep 17 00:00:00 2001 From: hyun99999 Date: Mon, 7 Nov 2022 17:48:18 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20KakaoSDK=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20=EB=B0=98=EC=98=81=20(#329)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - initSDK 타입 메소드가 KakaoSDKCommon 클래스에서 KakaoSDK 클래스로 변경됨. --- NADA-iOS-forRelease/Sources/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NADA-iOS-forRelease/Sources/AppDelegate.swift b/NADA-iOS-forRelease/Sources/AppDelegate.swift index e7c503ec..297b9129 100644 --- a/NADA-iOS-forRelease/Sources/AppDelegate.swift +++ b/NADA-iOS-forRelease/Sources/AppDelegate.swift @@ -19,7 +19,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. - KakaoSDKCommon.initSDK(appKey: "5b8dd8cc878344bb7532eeca4365a4aa") + KakaoSDK.initSDK(appKey: "5b8dd8cc878344bb7532eeca4365a4aa") // 기존 사용자 로그아웃 인식을 위한 부분 if UserDefaults.standard.string(forKey: "accessToken") != nil {