xamarin-macios/tests/dotnet
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
..
MyClassLibrary [dotnet] Bump to .NET 6.0.100-alpha.1.20556.2. and net6.0 2020-11-10 11:41:06 +01:00
MyCocoaApp [dotnet] Bump to .NET 6.0.100-alpha.1.20556.2. and net6.0 2020-11-10 11:41:06 +01:00
MySingleView [dotnet] Add support for some of the single-project MSBuild properties. (#10545) 2021-01-29 17:37:37 +01:00
MyTVApp [dotnet] Bump to .NET 6.0.100-alpha.1.20556.2. and net6.0 2020-11-10 11:41:06 +01:00
MyWatchApp [dotnet] Bump to .NET 6.0.100-alpha.1.20556.2. and net6.0 2020-11-10 11:41:06 +01:00
UnitTests [dotnet] Add support for some of the single-project MSBuild properties. (#10545) 2021-01-29 17:37:37 +01:00
.gitignore [dotnet] Add the Sdk build files to the Sdk NuGet. (#8644) 2020-05-25 15:22:29 +02:00
Makefile [dotnet] Bump to .NET 6.0.100-alpha.1.20556.2. and net6.0 2020-11-10 11:41:06 +01:00