Skip to content

Commit

Permalink
(chore): Configure MOCK GoogleServices.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Oct 27, 2024
1 parent 5474891 commit 28c02b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ScribbleLab/App/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class AppDelegate: NSObject, UIApplicationDelegate {
gPlistFilePath = localPlistPath
#endif

// swiftlint:disable:next identifier_name
guard let opts_file = FirebaseOptions(contentsOfFile: gPlistFilePath) else {
fatalError("Couldn't load options from file: \(gPlistFilePath)")
}
Expand Down

0 comments on commit 28c02b3

Please sign in to comment.