I'm using Visual Studio for Mac and I have a Xamarin Forms 3.0 app. I'm trying to change the package name based on the build configuration for Android. Is it possible to do this without having a separate AndroidManifest.xml? It looks like you can change several values via the ApplicationAttribute and MetadataAttribute, but I don't see any ManifestAttribute (or similar).
↧