lpw
20 hours ago ad1dcdc0e165b639a2a8916c624ea03d7feac27d
frameworks/FirebaseCore.xcframework/macos-arm64_x86_64/FirebaseCore.framework/Versions/A/Headers/FIROptions.h
@@ -102,12 +102,12 @@
 * This will read the file synchronously from disk.
 * For example:
 * ```swift
 *   if let path = Bundle.main.path(forResource:"GoogleServices-Info", ofType:"plist") {
 *   if let path = Bundle.main.path(forResource:"GoogleService-Info", ofType:"plist") {
 *       let options = FirebaseOptions(contentsOfFile: path)
 *   }
 * ```
 * Note that it is not possible to customize `FirebaseOptions` for Firebase Analytics which expects
 * a static file named `GoogleServices-Info.plist` -
 * a static file named `GoogleService-Info.plist` -
 * https://github.com/firebase/firebase-ios-sdk/issues/230.
 * Returns `nil` if the plist file does not exist or is invalid.
 */