xamarin-macios/msbuild
Chris Hamons 5657a63539
Add support for arbitrary extensions to be bundled in XI/XM apps (#9048)
- This commit adds a hook, "AdditionalAppExtensions", to the msbuild to allow
extensions written in other languages, such as Swift, to be embedded and signed in an
Xamarin App bundle easily.
- Example:
<AdditionalAppExtensions Include="$(MSBuildProjectDirectory)/../../native">
	<Name>NativeTodayExtension</Name>
	<BuildOutput Condition="'$(Platform)' == 'iPhone'">build/Debug-iphoneos</BuildOutput>
	<BuildOutput Condition="'$(Platform)' == 'iPhoneSimulator'">build/Debug-iphonesimulator</BuildOutput>
</AdditionalAppExtensions>
2020-07-16 10:13:15 -05:00
..
Xamarin.Localization.MSBuild [msbuild] Add a GetMinimumOSVersion target that reads the app manifest and outputs the MinimumOSVersion. (#8858) 2020-06-16 17:40:04 +02:00
Xamarin.Mac.Tasks Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) 2020-07-16 10:13:15 -05:00
Xamarin.Mac.Tasks.Core [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
Xamarin.MacDev.Tasks [msbuild] Make the ParseExtraMtouchArgs task platform-agnostic, and share it between Xamarin.iOS and Xamarin.Mac. (#9061) 2020-07-13 14:56:34 +02:00
Xamarin.MacDev.Tasks.Core [msbuild] Allow overriding CompileAppManifestTaskBase Execute method (#9090) 2020-07-15 16:50:48 +02:00
Xamarin.ObjcBinding.Tasks [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.Shared Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) 2020-07-16 10:13:15 -05:00
Xamarin.iOS.Tasks [msbuild] Make the ParseExtraMtouchArgs task platform-agnostic, and share it between Xamarin.iOS and Xamarin.Mac. (#9061) 2020-07-13 14:56:34 +02:00
Xamarin.iOS.Tasks.Core Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) 2020-07-16 10:13:15 -05:00
tests Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) 2020-07-16 10:13:15 -05:00
.gitignore [msbuild] Convert project files to sdk-style project files. (#7698) 2020-01-14 08:16:02 +01:00
ILMerge.targets [msbuild] Fix pdb generation, ship the pdb and improve build logic. (#8672) 2020-05-26 14:49:21 +02:00
Makefile [msbuild] Add a Xamarin.Shared.props. (#8711) 2020-06-02 14:26:25 +02:00
Xamarin.MacDev.Tasks.sln [Localization] MSBuild 2020-03-13 17:46:28 -04:00