Skip to content

Commit 4a96aac

Browse files
Update user guide to clarify iOS development environment and camera permission instructions
1 parent 56067cc commit 4a96aac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

programming/maui/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ noTitleIndex: true
5050

5151
- Supported OS: **iOS 13.0** or higher.
5252
- Supported ABI: **arm64** and **x86_64**.
53-
- Development Environment: VS Code with the [.NET MAUI extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-maui) and Xcode 14.3+ recommended.
53+
- Development Environment: VS Code with the [.NET MAUI extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-maui) and latest Xcode version recommended.
5454

5555
## Installation
5656

@@ -200,7 +200,7 @@ View the [installation section](#installation) on how to add the library.
200200

201201
### Configure the Camera Permission
202202

203-
Open the **Info.plist** file under the **Platforms/iOS/** folder (Open with XML Text Editor). Add the following lines to request camera permission on iOS platform:
203+
Open the **Info.plist** file under the **Platforms/iOS/** folder (Open with XML Text Editor). Add the following lines inside the `<dict>` element to request camera permission on iOS platform:
204204

205205
```xml
206206
<key>NSCameraUsageDescription</key>

0 commit comments

Comments
 (0)