xamarin-macios/msbuild/Xamarin.Shared
Rolf Bjarne Kvinge a9c21ef791
[dotnet] Add support for some of the single-project MSBuild properties. (#10545)
* [tests] Add test case for single-project properties in .NET.

* [msbuild] Add support for the single-project ApplicationId MSBuild property.

* [msbuild] Add support for the single-project ApplicationTitle, ApplicationVersion and AppleShortVersion MSBuild properties.

* [dotnet] Enable the single-project MSBuild properties by default.

* [dotnet] Add a short doc about single project properties.

* [tests] Fix the GeneratePlistTaskTests.BundleIdentifier test according to bundle identifier changes.

This test asserts that the CFBundleIdentifier value in the Info.plist isn't
overwritten, and does so by calling the CompileAppManifest task, giving it a
different value for the bundle identifier than what's in the Info.plist.

The behavior change is that now we do things in the following manner:

DetectSigningIdentityTask will read the Info.plist, compute a bundle
identifier (which will be the value from the Info.plist if it's there), and
returns it to the MSBuild code. Eventually that value will be passed to the
CompileAppManifestTask, which will write it to the Info.plist.

However, this test doesn't run the DetectSigningIdentityTask, which means that
the initial value for the bundle identifier doesn't come from the Info.plist.
2021-01-29 17:37:37 +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] Emit binding resources to the EmbeddedResource item group instead of ManifestResourceWithNoCulture. Fixes #3876. (#9525) 2020-08-27 17:47:21 +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 [macos] Add correct support for producing/archiving `dSYM` (#10409) 2021-01-14 08:42:24 -05:00
Xamarin.Shared.targets [dotnet] Add support for some of the single-project MSBuild properties. (#10545) 2021-01-29 17:37:37 +01:00