Skip to content

Commit

Permalink
Merge pull request #11289 from Youssef1313/issues/11279
Browse files Browse the repository at this point in the history
docs: Replace Visual Studio for Mac 2022 with Visual Studio 2022 for Mac
  • Loading branch information
jeromelaban authored Feb 14, 2023
2 parents 99d322b + 593141d commit a5ebaf0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions doc/articles/get-started-vsmac.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Get Started on Visual Studio For Mac 2022
# Get Started on Visual Studio 2022 For Mac

While it is easier to create apps using Uno Platform on Windows, you can also create all but UWP/WinUI apps on your Mac.

## Prerequisites
* [**Visual Studio for Mac 2022 Preview**](https://visualstudio.microsoft.com/vs/mac/preview/)
* [**Visual Studio 2022 for Mac Preview**](https://visualstudio.microsoft.com/vs/mac/preview/)
* [**Xcode**](https://apps.apple.com/us/app/xcode/id497799835?mt=12) 14.1 or higher
* An [**Apple ID**](https://support.apple.com/en-us/HT204316)
* [**GTK+3**](https://formulae.brew.sh/formula/gtk+3) for running the Skia/GTK projects
Expand All @@ -21,7 +21,7 @@ In order to create a new Uno Project, you'll need to install the [`dotnet new` U
```
1. Once created, open the `MyApp-vsmac.slnf` file
- This `slnf` is called a solution filter, which automatically excludes projects which are not compatible with Visual Studio for Mac 2022.
- This `slnf` is called a solution filter, which automatically excludes projects which are not compatible with Visual Studio 2022 for Mac.
- If you have a warning symbol on your iOS project, make sure you have the minimum version of Xcode installed.
![update-xcode](Assets/quick-start/xcode-version-warning.jpg)\
Expand All @@ -42,7 +42,7 @@ You can create a new Uno Platform solution with the following terminal command:
dotnet new unoapp -o MyProject --wasm=false
```
Once created, you can open it using Visual Studio for Mac 2022.
Once created, you can open it using Visual Studio 2022 for Mac.
### Build and Run for WebAssembly
Expand Down
22 changes: 11 additions & 11 deletions doc/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
href: get-started-vs-2022.md
- name: VS Code
href: get-started-vscode.md
- name: Visual Studio for Mac 2022
- name: Visual Studio 2022 for Mac
href: get-started-vsmac.md
- name: Rider
href: get-started-rider.md
Expand Down Expand Up @@ -225,7 +225,7 @@
- name: ProgressRing
href: features/progressring.md
- name: ScrollViewer
href: controls/ScrollViewer.md
href: controls/ScrollViewer.md
- name: TextBox
href: controls/TextBox.md
- name: TimePicker
Expand All @@ -239,17 +239,17 @@
- name: App Actions
href: features/windows-ui-startscreen.md
- name: App Close Handler
href: features/app-close-handler.md
href: features/app-close-handler.md
- name: App Suspension
href: features/windows-ui-xaml-application.md
- name: Badge Notifications
href: features/windows-ui-notifications.md
- name: Barometer
href: features/barometer.md
href: features/barometer.md
- name: Bluetooth
href: features/bluetoothdevice.md
- name: Clipboard
href: features/clipboard.md
href: features/clipboard.md
- name: Contacts
href: features/windows-applicationmodel-contacts.md
- name: Credential Storage
Expand All @@ -269,21 +269,21 @@
- name: Geolocation (GPS)
href: features/windows-devices-geolocation.md
- name: Gyrometer
href: features/gyrometer.md
href: features/gyrometer.md
- name: Haptics
href: features/windows-devices-haptics.md
- name: Keeping Screen On
href: features/windows-system-display.md
- name: Light Sensor
href: features/lightsensor.md
- name: Magnetometer
href: features/magnetometer.md
href: features/magnetometer.md
- name: MIDI
href: features/windows-devices-midi.md
- name: Network Information
href: features/windows-networking.md
- name: Orientation Sensor
href: features/orientation-sensor.md
href: features/orientation-sensor.md
- name: Package Information
href: features/windows-applicationmodel.md
- name: Personalization
Expand All @@ -297,11 +297,11 @@
- name: SMS
href: features/windows-applicationmodel-chat.md
- name: Settings
href: features/settings.md
href: features/settings.md
- name: Speech Recognition
href: features/SpeechRecognition.md
href: features/SpeechRecognition.md
- name: Step Counter
href: features/step-counter.md
href: features/step-counter.md
- name: Title Bar Customization
href: features/windows-ui-viewmanagement.md
- name: URI Launcher
Expand Down

0 comments on commit a5ebaf0

Please sign in to comment.