jonathanpeppers / Xamarin.Android.Lite

Prototype/proof of concept of a "lite" Xamarin.Android that only supports Xamarin.Forms
MIT License
121 stars 6 forks source link

[build] bundle a debug keystore file #7

Closed jonathanpeppers closed 6 years ago

jonathanpeppers commented 6 years ago

Currently Xamarin.Android.Lite relies on Xamarin.Android having created a debug keystore file at some point in time: https://github.com/jonathanpeppers/Xamarin.Android.Lite/blob/3da408e2379000db17a8134bc243f333f4c60117/Xamarin.Android.Lite.Tasks/Xamarin.Android.Lite.targets#L88-L91

Since this is not exactly ideal, we could easily bundle our own in the NuGet package.