From 1dfc6d84f874e9562e68daaab9392e0b31d9cb02 Mon Sep 17 00:00:00 2001 From: Ejiro Asiuwhu Date: Wed, 15 Nov 2023 13:11:07 +0100 Subject: [PATCH] docs: update to reflect package release --- packages/website/docs/Operations/ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/docs/Operations/ios.md b/packages/website/docs/Operations/ios.md index 4969894..cb46083 100644 --- a/packages/website/docs/Operations/ios.md +++ b/packages/website/docs/Operations/ios.md @@ -139,7 +139,7 @@ platforms: Updates values in the `INFOPLIST_FILE` for the given target and build, or updates the given plist `file`. Set `replace` to `true` to overwrite the entire target object (if `false`, the values will be merged): -**New in 7.0.3 (not yet released)**: +**New in 7.0.3**: Raw plist XML can be supplied using `xml` (which can be supplied directly or through an env var). When using this option along with `file`, the entire plist file is overwritten with the given source. When not using `file` the values are merged into the `INFOPLIST_FILE`.