diff --git a/ScribbleLab/App/AppDelegate.swift b/ScribbleLab/App/AppDelegate.swift index c6e437e09..3c9c3ff33 100644 --- a/ScribbleLab/App/AppDelegate.swift +++ b/ScribbleLab/App/AppDelegate.swift @@ -43,36 +43,7 @@ class AppDelegate: NSObject, UIApplicationDelegate { didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil ) -> Bool { -// // MARK: - GoogleService-Info.plist Selection -// let gPlistFilePath: String -// -// #if CI_ENV -// guard let mockPlistPath = Bundle.main.path( -// forResource: "GoogleService-Info-Mock", -// ofType: "plist" -// ) else { -// fatalError("CI Mock GoogleService-Info plist not found") -// } -// -// gPlistFilePath = mockPlistPath -// #else -// guard let localPlistPath = Bundle.main.path( -// forResource: "GoogleService-Info", -// ofType: "plist" -// ) else { -// fatalError("Local GoogleService-Info plist not found") -// } -// -// gPlistFilePath = localPlistPath -// #endif -// -// // swiftlint:disable:next identifier_name -// guard let opts_file = FirebaseOptions(contentsOfFile: gPlistFilePath) else { -// fatalError("Couldn't load options from file: \(gPlistFilePath)") -// } - // MARK: - Firebase Configuration -// FirebaseApp.configure(options: opts_file) FirebaseApp.configure() // MARK: - User Notification Configuration