Skip to content

Commit 36703d9

Browse files
boring-kmclaude
andcommitted
chore: flutter_naver_login 제거 (NidCore dSYM 경고 해결)
- 오프라인 전용 앱에서 불필요한 네이버 로그인 SDK 제거 - AppDelegate에서 NidThirdPartyLogin import 및 URL 핸들러 제거 - oss_licenses.dart 재생성 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ba25008 commit 36703d9

File tree

3 files changed

+2197
-1030
lines changed

3 files changed

+2197
-1030
lines changed

ios/Runner/AppDelegate.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import UIKit
22
import Flutter
3-
import NidThirdPartyLogin
43
import app_links
54

65
@main
@@ -44,8 +43,6 @@ import app_links
4443
if url.absoluteString.hasPrefix("kakao"){
4544
super.application(app, open:url, options: options)
4645
return true
47-
} else if (NidOAuth.shared.handleURL(url) == true) { // If the URL was passed from the Naver app
48-
return true
4946
} else {
5047
AppLinks.shared.handleLink(url: url)
5148
return true

0 commit comments

Comments
 (0)