Skip to content

Commit 09aae23

Browse files
authored
[Docs] Add note clarifying PLIST_VERSION field (#10834)
Added a note to clarify that PLIST_VERSION in GoogleService-Info.plist does not refer to the <plist version="1.0"> declaration in a Property List file. PLIST_VERSION is a Firebase field within the <dict></dict> in the plist file and is accurately listed as being unused. #no-changelog
1 parent 52f246c commit 09aae23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/FirebaseOptionsPerProduct.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Proposal: Deprecate these in the SDK and stop generating them for GoogleService-
5151
Proposal: Stop generating these for GoogleService-Info.plist.
5252

5353
* PLIST_VERSION
54+
* Note: This is different from the `<plist version="1.0">` declaration that is part of the
55+
[Property List XML Schema](https://www.apple.com/DTDs/PropertyList-1.0.dtd).
5456
* IS_ADS_ENABLED
5557
* IS_ANALYTICS_ENABLED
5658
* IS_APPINVITE_ENABLED

0 commit comments

Comments
 (0)