Skip to content

Commit

Permalink
♻️ :: [#1314] 네이버 로그인 on
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Dec 7, 2024
1 parent 1499ec5 commit c8d590a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/naver/naveridlogin-sdk-ios.git",
"state" : {
"branch" : "master",
"revision" : "d8d2128b8bcef8cd93068a058ea898d6dbb7d486"
"revision" : "0d89660344926a625824387a130f7e38e0fad2d7",
"version" : "4.2.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let package = Package(
.package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "5.0.2"),
.package(url: "https://github.com/RxSwiftCommunity/RxKeyboard.git", from: "2.0.1"),
.package(url: "https://github.com/huri000/SwiftEntryKit", from: "2.0.0"),
.package(url: "https://github.com/naver/naveridlogin-sdk-ios.git", branch: "master"),
.package(url: "https://github.com/naver/naveridlogin-sdk-ios.git", from: "4.2.3"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.8.2"),
.package(url: "https://github.com/cbpowell/MarqueeLabel.git", from: "4.5.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.25.0"),
Expand Down
2 changes: 1 addition & 1 deletion Projects/App/Sources/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {

// configure NaverThirdPartyLoginConnection
let naverInstance = NaverThirdPartyLoginConnection.getSharedInstance()
naverInstance?.isNaverAppOauthEnable = false // 네이버앱 로그인 설정
naverInstance?.isNaverAppOauthEnable = true // 네이버앱 로그인 설정
naverInstance?.isInAppOauthEnable = true // 사파리 로그인 설정
naverInstance?.setOnlyPortraitSupportInIphone(true)

Expand Down
2 changes: 2 additions & 0 deletions Projects/App/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>naversearchapp</string>
<string>naversearchthirdlogin</string>
<string>youtube</string>
<string>youtubemusic</string>
</array>
Expand Down

0 comments on commit c8d590a

Please sign in to comment.