xamarin-macios/msbuild/Xamarin.Shared
Tim Miller 97ec7c12c8
Add Accent Color to ACTool task (#16844)
This PR addresses https://github.com/xamarin/xamarin-macios/issues/10275

`actool` can set an application's "Global" color set, overwriting the system defaults. XCode sets this as "AccentColor," but when we call it directly, we don't pass in anything. This means a user cannot overwrite this setting themselves unless they rewrite the ACTool task.

This PR adds support for the "AccentColor" property to set the accent color.

To use this:

- Create a new Asset Catalog or use the default.
- Add a new ColorSet.
- Set the "AccentColor" property in the project file:

    <PropertyGroup>
        <AccentColor>AccentColor</AccentColor>
    </PropertyGroup>

You should now see the colors reflected in the application.
2022-11-23 17:15:04 +01:00
..
Xamarin.ImplicitFacade.targets [msbuild] Share the logic to implicitly include netstandard.dll in the build. (#9146) 2020-07-22 14:57:35 +02:00
Xamarin.Shared.ObjCBinding.targets [msbuild] Simplify some code and remove usage of the 'GeneratedSources' item group, which looks public, but really isn't. (#12757) 2021-09-17 16:17:26 +02:00
Xamarin.Shared.Stubs.targets [msbuild] Share three stub targets for Windows between Xamarin.iOS and Xamarin.Mac. (#9443) 2020-08-21 18:10:32 +02:00
Xamarin.Shared.props [msbuild] Only require a provisioning profile if we have non-empty entitlements. (#15918) 2022-09-13 10:51:41 +02:00
Xamarin.Shared.targets Add Accent Color to ACTool task (#16844) 2022-11-23 17:15:04 +01:00