xamarin-macios/msbuild/tests/MyActionExtension
Rolf Bjarne Kvinge d98a8f1792
[msbuild] Tweak the tests. (#7877)
This is a series of commits that tweaks the msbuild tests a little bit.

* [msbuild] Match configuration between MyWatchKit2Extension and MyWatchKit2IntentsExtension.

Fixes this warning:

>  MTOUCH : warning MT0113: Native code sharing has been disabled for the extension 'MyWatchKit2IntentsExtension' because the --assembly-build-target options are different between the container app () and the extension (--assembly-build-target:@all=dynamiclibrary). [MyWatchKit2Extension/MyWatchKit2Extension.csproj]

* [msbuild] Add the extra argument for the AppWithExtraArgumentThatOverrides test project to all configurations.

That way the test can be built in all configurations (and still test what it's
supposed to test).

* [msbuild] Clean up project files a bit.

* Removed default 'CodesignKey' values from simulator configurations.
* Removed 'MtouchFastDev' values from simulator configurations.
* Removed 'IOSDebuggerPort' values, not needed for these projects.

* [msbuild] Update test projects to use 64-bit architectures.

Also enable bitcode (+llvm) for release device builds for tvOS and watchOS.

* [msbuild] Simplify test project configuration a bit.

* [msbuild] Unify output path.

Using 'TV' and 'TVSimulator' in the OutputPath works fine, but it makes some
of the tests a bit more complex because they need to special-case this test to
find the path to the resulting .app.

* [msbuild] Fix the MyiOSFrameworkBinding test project to have the same assembly name as the project itself.

This simplifies upcoming testing code a bit.
2020-02-14 14:12:25 +01:00
..
ActionViewController.cs [msbuild] Properly decide on when to re-codesign app bundle (#1625) 2017-02-06 13:52:30 -05:00
ActionViewController.designer.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Entitlements.plist Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Info.plist [msbuild] Always codesign iOS frameworks (#642) 2016-08-25 13:08:03 -04:00
MainInterface.storyboard Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
MyActionExtension.csproj [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00