xamarin-macios/msbuild
Chris Hamons b101d7e8b9
Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) (#9107)
- 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-27 09:27:19 -05:00
..
Xamarin.Localization.MSBuild [msbuild] Remove comment tags to fix translations out of sync issue (#8157) 2020-03-20 17:33:40 -04:00
Xamarin.Mac.Tasks Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) (#9107) 2020-07-27 09:27:19 -05:00
Xamarin.Mac.Tasks.Core [msbuild] The Mmp/Mtouch tasks are passed the expected TargetFrameworkMoniker, so no need to have any custom logic here. (#8118) 2020-03-16 15:01:57 +01:00
Xamarin.MacDev.Tasks [msbuild] Dispose the AssemblyBuilder in the UnpackLibraryResource when done with it. (#8949) 2020-06-25 20:58:11 -04:00
Xamarin.MacDev.Tasks.Core [msbuild] Remove comment tags to fix translations out of sync issue (#8157) 2020-03-20 17:33:40 -04: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) (#9107) 2020-07-27 09:27:19 -05:00
Xamarin.iOS.Tasks [d16-7] Fixes msbuild.zip (#8368) 2020-04-14 08:19:08 +02:00
Xamarin.iOS.Tasks.Core Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) (#9107) 2020-07-27 09:27:19 -05:00
tests Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) (#9107) 2020-07-27 09:27:19 -05:00
.editorconfig Provide .editorconfig support for easier contributor formatting 2016-06-13 00:43:37 -03:00
.gitignore [msbuild] Convert project files to sdk-style project files. (#7698) 2020-01-14 08:16:02 +01:00
ILMerge.targets [msbuild] Make code a bit more future-proof. (#7790) 2020-02-05 07:29:29 +01:00
Makefile [Localization] MSBuild 2020-03-13 17:46:28 -04:00
Xamarin.MacDev.Tasks.sln [Localization] MSBuild 2020-03-13 17:46:28 -04:00