Technical requirements
To test and debug the source code in this chapter, we need to install .NET MAUI on Windows and macOS. For complete details about environment setup, please refer to the Development environment setup section in Chapter 1, Getting Started with .NET MAUI.
We will build Windows and Android packages using Windows, while iOS and macOS packages will be built using macOS.
The source code for this chapter can be found at the following GitHub repository: https://github.com/PacktPublishing/.NET-MAUI-Cross-Platform-Application-Development-Second-edition/tree/main/2nd/chapter12.
To check out the source code for this chapter, use the command below:
$ git clone -b 2nd/chapter12 https://github.com/PacktPublishing/.NET-MAUI-Cross-Platform-Application-Development-Second-edition.git PassXYZ.Vault2
For more information about the source code in this book, please refer to the Managing the source code in this book section in Chapter 2, Building Our First .NET MAUI...