Skip to content

Commit 0fe05a8

Browse files
authored
[skip ci] Correct Swift API in FIROptions.h doc (#9733)
1 parent e980b72 commit 0fe05a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ NS_SWIFT_NAME(FirebaseOptions)
3838
@property(nonatomic, copy, nullable) NSString *APIKey NS_SWIFT_NAME(apiKey);
3939

4040
/**
41-
* The bundle ID for the application. Defaults to `Bundle.mainBundle.bundleID()` when not set
41+
* The bundle ID for the application. Defaults to `Bundle.main.bundleIdentifier` when not set
4242
* manually or in a plist.
4343
*/
4444
@property(nonatomic, copy) NSString *bundleID;

0 commit comments

Comments
 (0)