File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -43,36 +43,7 @@ class AppDelegate: NSObject, UIApplicationDelegate {
4343 didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ? = nil
4444 ) -> Bool {
4545
46- // // MARK: - GoogleService-Info.plist Selection
47- // let gPlistFilePath: String
48- //
49- // #if CI_ENV
50- // guard let mockPlistPath = Bundle.main.path(
51- // forResource: "GoogleService-Info-Mock",
52- // ofType: "plist"
53- // ) else {
54- // fatalError("CI Mock GoogleService-Info plist not found")
55- // }
56- //
57- // gPlistFilePath = mockPlistPath
58- // #else
59- // guard let localPlistPath = Bundle.main.path(
60- // forResource: "GoogleService-Info",
61- // ofType: "plist"
62- // ) else {
63- // fatalError("Local GoogleService-Info plist not found")
64- // }
65- //
66- // gPlistFilePath = localPlistPath
67- // #endif
68- //
69- // // swiftlint:disable:next identifier_name
70- // guard let opts_file = FirebaseOptions(contentsOfFile: gPlistFilePath) else {
71- // fatalError("Couldn't load options from file: \(gPlistFilePath)")
72- // }
73-
7446 // MARK: - Firebase Configuration
75- // FirebaseApp.configure(options: opts_file)
7647 FirebaseApp . configure ( )
7748
7849 // MARK: - User Notification Configuration
You can’t perform that action at this time.
0 commit comments