You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: APP_README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ This repository was generated using the **nventive Mobile Template**.
20
20
### Local Development Requirements
21
21
All development is expected to be done from Visual Studio in a Windows environment.
22
22
23
-
- .NET 8
24
-
- Visual Studio 2022 (17.4 and above)
23
+
- .NET 9
24
+
- Visual Studio 2022 (17.12 and above)
25
25
- We recommend validating your components using this [Uno guide](https://platform.uno/docs/articles/get-started-vs-2022.html).
26
26
- For mobile development, MAUI workloads are required.
27
27
- You can install them using [`uno-check`](https://platform.uno/docs/articles/external/uno.check/doc/using-uno-check.html).
28
-
- For local iOS compilation and debugging, you need access to Mac with Xcode 14.2 (more recent versions may work too).
28
+
- For local iOS compilation and debugging, you need access to Mac with Xcode 16 (more recent versions may work too).
29
29
> 💡 You'll need an [Apple provisioning profile](https://developer.apple.com/help/account/manage-profiles/create-a-development-provisioning-profile/) to start your application.
30
30
31
31
### Pipelines Requirements
@@ -42,7 +42,7 @@ If you're unfamiliar with Azure Pipeline, you should at least read about the fol
42
42
- You can follow [this guide](https://learn.microsoft.com/en-us/azure/devops/pipelines/get-started/pipelines-sign-up?view=azure-devops) for more details.
43
43
- For compilation, access to the the following [Microsoft-hosted agents](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml) is required.
44
44
-`windows-2022`
45
-
-`macOS-13`
45
+
-`macOS-15`
46
46
- For deployment, access to Mac agents with the following capabilities is required.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ From left to right: WinUI, iOS, and Android.
21
21
22
22
## Requirements
23
23
24
-
Visual Studio 2022 with .NET 8 are required.
24
+
Visual Studio 2022 with .NET 9 are required.
25
25
26
26
This template largely relies on Uno Platform, if you want to make sure you got everything installed correctly on your machine, we encourage you to use `uno-check`, the documentation is available [here](https://platform.uno/docs/articles/uno-check.html)
0 commit comments