diff --git a/ScribbleLab/App/AppDelegate.swift b/ScribbleLab/App/AppDelegate.swift index f8ac9f490..f8bee4d32 100644 --- a/ScribbleLab/App/AppDelegate.swift +++ b/ScribbleLab/App/AppDelegate.swift @@ -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)") }