xamarin-macios/msbuild/Xamarin.Mac.Tasks
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
..
Tasks [msbuild] Unify the CompileAppManifest target. (#8875) 2020-06-18 15:46:45 +02:00
Xamarin.Mac-Full-FrameworkList.xml.in Fix version numbers in FrameworkList.xml files (#7161) 2019-10-04 14:26:28 -04:00
Xamarin.Mac-Mobile-FrameworkList.xml.in Fix version numbers in FrameworkList.xml files (#7161) 2019-10-04 14:26:28 -04:00
Xamarin.Mac.AppExtension.CSharp.targets [msbuild] Don't import Microsoft.CSharp.targets if we're building using net5. 2020-05-26 14:49:31 +02:00
Xamarin.Mac.AppExtension.Common.props Add bindings for NSXpcConnection and related types (#7001) 2019-10-22 15:38:01 +02:00
Xamarin.Mac.AppExtension.Common.targets [msbuild] Share the DeviceSpecificIntermediateOutputPath property. (#8854) 2020-06-16 17:39:47 +02:00
Xamarin.Mac.CSharp.targets [msbuild] Don't import Microsoft.CSharp.targets if we're building using net5. 2020-05-26 14:49:31 +02:00
Xamarin.Mac.Common.ImplicitFacade.msbuild.targets [msbuild] Remove xbuild-specific code since we don't support building with xbuild anymore. (#7601) 2019-12-16 19:05:40 +01:00
Xamarin.Mac.Common.props [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.Mac.Common.targets Add support for arbitrary extensions to be bundled in XI/XM apps (#9048) 2020-07-16 10:13:15 -05:00
Xamarin.Mac.FSharp.targets Add correct casing for Microsoft.FSharp.targets (#6722) 2019-08-14 13:20:32 +02:00
Xamarin.Mac.ObjCBinding.CSharp.props [macos] Fix XM binding projects to work with Full 2018-03-21 14:27:53 -05:00
Xamarin.Mac.ObjCBinding.CSharp.targets [msbuild] Unify all the UsingTask statements. (#8998) 2020-07-07 15:52:06 +02:00
Xamarin.Mac.ObjCBinding.Common.props [msbuild] Unify the _GenerateBindings target and a few properties related to binding projects. (#8997) 2020-07-07 15:46:23 +02:00
Xamarin.Mac.ObjCBinding.Common.targets [msbuild] Unify all the UsingTask statements. (#8998) 2020-07-07 15:52:06 +02:00
Xamarin.Mac.TargetFrameworkFix.targets [msbuild] Unbreak netstd2 project msbuild support (#4109) 2018-05-22 10:39:59 -04:00
Xamarin.Mac.Tasks.csproj [msbuild] Add a Xamarin.Shared.props. (#8711) 2020-06-02 14:26:25 +02:00
Xamarin.Mac.msbuild.targets [macos] Fix XM binding projects to work with Full 2018-03-21 14:27:53 -05:00