dansiegel / Mobile.BuildTools

The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
http://mobilebuildtools.com
MIT License
228 stars 29 forks source link

Support processing Info.plist #255

Closed dansiegel closed 3 years ago

dansiegel commented 3 years ago

Description

Adds support for processing Templated Info.plist and app verisoning Fixes issue with AndroidManifest on Mac

dansiegel commented 3 years ago

This is working however upon closer inspection the DetectSigningIdentity pulls the wrong BundleIdentifier if it was tokenized. https://github.com/xamarin/xamarin-macios/issues/12051

dansiegel commented 3 years ago

There is a known bug with the Xamarin.iOS SDK if you use a token for the Bundle ID. Track the issue reference above if you need to do that. This should be working before .NET 6 releases stable.