Skip to content

Commit

Permalink
오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyumbi committed Dec 30, 2024
1 parent 163c797 commit bb7ec69
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Projects/App/Sources/Application/GPleApp.swift
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
import SwiftUI
import FirebaseCore
import Firebase


class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
FirebaseApp.configure()
return true
}
}
import GoogleSignIn

@main
struct GoogleSignInProjectApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) var delegate
@StateObject var viewModel: LoginViewModel = LoginViewModel()
@StateObject var userInfoViewModel: UserInfoViewModel = UserInfoViewModel()

Expand Down

0 comments on commit bb7ec69

Please sign in to comment.