Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ease into feature/#331
  • Loading branch information
hyun99999 committed Jan 3, 2023
2 parents 225477a + 9a79074 commit 94f33b1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion NADA-iOS-forRelease/Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
48 changes: 24 additions & 24 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
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):
- Alamofire (~> 5.0)
- 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:
Expand Down Expand Up @@ -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

0 comments on commit 94f33b1

Please sign in to comment.