Skip to content

Commit af8472c

Browse files
authored
Fix typo with iOS build instructions (#167)
1 parent 2339350 commit af8472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started/platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Building for Android also requires the Java 11 JDK (we recommend that you use [t
101101

102102
The iOS platform uses [Xamarin.iOS](https://docs.microsoft.com/en-us/xamarin/ios/). **OpenGL** is used for graphics, and OpenAL for audio.
103103

104-
Building for Android requires the .NET Xamarin component to be installed. You can install it with the Visual Studio installer (if you are using Visual Studio) or with the CLI command `dotnet workload install ios` (if you are working with Rider, VS Code, or the CLI).
104+
Building for iOS requires the .NET Xamarin component to be installed. You can install it with the Visual Studio installer (if you are using Visual Studio) or with the CLI command `dotnet workload install ios` (if you are working with Rider, VS Code, or the CLI).
105105

106106
The latest version of Xcode will also be required.
107107

0 commit comments

Comments
 (0)