Mobile.BuildTools
Mobile.BuildTools copied to clipboard
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...
fixes #334
# Description The tokenized values in the Info.plist or AndroidManifest.xml are not be replaced. ## Reproduction Steps Steps to reproduce the behavior: 1. Tokenize any value in the Info.plist or...
# Description Build crashes with "Could not load file or assembly System.Security.Permissions" . https://learn.microsoft.com/en-us/dotnet/core/compatibility/extensions/8.0/configurationmanager-package https://learn.microsoft.com/en-us/dotnet/core/compatibility/8.0#extensions ## Reproduction Steps Steps to reproduce the behavior: 1. Install https://github.com/dotnet/core/blob/main/release-notes/8.0/preview/8.0.0-rc.2.md 2. Create .NET 8.0...
### SUMMARY ### DETAILS ``` // How to use of your requested feature ``` ### PLATFORMS - [ ] Android - [ ] iOS - [ ] UWP
# Description On the https://mobilebuildtools.com/config/appsettings/ one of the lines of documentation has been truncated... not sure what else is missing. Was there something here that tells you how to tell...
# Description Android + iOS Maui Mobile.BuildTools.Configuration seems to work fine! Trying to initialise the configuration manager/register the dependency causes an exception for WinUI. Full error message: `System.UnauthorizedAccessException: 'Access to...
# Description I need to use mobile.buildtools in a xamarin native project. here is my solution structure: ``` -Apps --App1 ---App1.iOS ---App1.android --App2 ---App2.iOS ---App2.android --Shared --AppShared(PCL) -Backend ... -Libs...
# Description Fixing TargetFramework evaluation to determine platform