mrlacey / MauiAppAccelerator

A Visual Studio extension to accelerate the creation of new .NET MAUI apps.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.MauiAppAccelerator
MIT License
326 stars 10 forks source link

Add: AppCenter configuration [Feature] #5

Closed mrlacey closed 1 year ago

mrlacey commented 1 year ago

Add a feature option for including AppCenter

Mephisztoe commented 1 year ago

Regarding this: Should this one include an option to prevent production use keys find their way into the repo? Azure KeyVault might be an option or Mobile.BuildTools. Also, when testing locally, the keys could exist as environment variables. Especially Mobile.BuildTools offers a kinda nice way of setting things up so that it works locally as well as when being built by Azure DevOps for instance.

mrlacey commented 1 year ago

Doing this in a simple way first. Have created a follow-up issue (#14) for managing the storage of keys, etc.

mrlacey commented 1 year ago

implemented ready for 1.2 release