xamarin-macios/msbuild/Xamarin.iOS.Tasks.Core
Rolf Bjarne Kvinge 626a859a46
[xcode11] Fix several issues to make the mtouch tests pass. Fixes #6259. (#6332)
* [tests] Minor refactor to get better Xcode version parsing.

* Rename Configuration.XcodeVersion to XcodeVersionString.
* Add Configuration.XcodeVersion a parsed Version instane of XcodeString.

* [tests] Ignore all 'MT0099: Not linking with WatchKit because Xcode 11 beta 1' warnings in tests.

* [tests] Adjust min OS version tests for Xcode 11b1.

* [tests] Adjust tests for changes in 'nm' output.

* [tests] Adjust tests for name changes in Clang.

* [tests] Adjust tests for changes in ld warning format.

* [msbuild] 'metal' and 'metallib' aren't in PATH anymore, so use xcrun to execute them.

* [msbuild] Fix DevicePlatformBinDir for the Metal and MetalLib targets on iOS.

Also set the SDKROOT variable, otherwise metal and metallib don't work
properly, and revert the previous attempt at a fix (use xcrun).

* [tests] Simplify version parsing code to not version parse anymore.

* [tests] Add FIXME for once Apple fixes the WatchKit disappearance.
2019-06-19 07:20:02 +02:00
..
Tasks [xcode11] Fix several issues to make the mtouch tests pass. Fixes #6259. (#6332) 2019-06-19 07:20:02 +02:00
IPhoneSdks.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
NoCode.cs Enables CoreCompile target for WatchOS App projects (#826) 2016-09-16 14:16:32 -04:00
Xamarin.MonoTouch.CSharp.targets [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.MonoTouch.FSharp.targets [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.TVOS-FrameworkList.xml.in [msbuild/tests] Ensure our FrameworkList files have correct assemblies (#5367) 2019-01-11 13:59:22 -05:00
Xamarin.TVOS.AppExtension.CSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.TVOS.AppExtension.Common.props [msbuild] Add tvOS AppExtension targets 2016-04-26 10:19:54 -04:00
Xamarin.TVOS.AppExtension.Common.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.TVOS.AppExtension.FSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.TVOS.CSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.TVOS.Common.props Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.TVOS.Common.targets Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.TVOS.FSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.TVOS.ObjCBinding.CSharp.targets [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
Xamarin.WatchOS-FrameworkList.xml.in [msbuild/tests] Ensure our FrameworkList files have correct assemblies (#5367) 2019-01-11 13:59:22 -05:00
Xamarin.WatchOS.App.CSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.WatchOS.App.Common.props Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.WatchOS.App.Common.targets [msbuild] Always set IOSDebugOverWiFi to true for WatchOS apps/extensions (#5035) 2018-10-24 20:11:17 -04:00
Xamarin.WatchOS.App.FSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.WatchOS.AppExtension.CSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.WatchOS.AppExtension.Common.props [msbuild] Fixed IsWatchExtension state property (#913) 2016-10-03 13:44:31 -04:00
Xamarin.WatchOS.AppExtension.Common.targets [msbuild] Make using the fake watchOS 4.3 SDK disabled by default. 2019-05-22 08:06:30 +02:00
Xamarin.WatchOS.AppExtension.FSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.WatchOS.CSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.WatchOS.Common.props Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.WatchOS.Common.targets Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.WatchOS.FSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.WatchOS.ObjCBinding.CSharp.targets [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
Xamarin.iOS-FrameworkList.xml.in [msbuild/tests] Ensure our FrameworkList files have correct assemblies (#5367) 2019-01-11 13:59:22 -05:00
Xamarin.iOS.AppExtension.CSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.iOS.AppExtension.Common.props Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.iOS.AppExtension.Common.targets [msbuild] Prevent rebuilds from re-codesigning if the app bundle is unchanged (#1373) 2016-12-17 22:51:25 -05:00
Xamarin.iOS.AppExtension.FSharp.targets [MSBuild] Fix the codesign of f# app extensions. (#5884) 2019-04-11 00:43:58 +02:00
Xamarin.iOS.CSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.iOS.Common.props Bump to mono:2018-06 (#4277) 2018-10-10 11:02:28 -04:00
Xamarin.iOS.Common.targets [xcode11] Fix several issues to make the mtouch tests pass. Fixes #6259. (#6332) 2019-06-19 07:20:02 +02:00
Xamarin.iOS.FSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.iOS.ObjCBinding.CSharp.props [msbuild] Remove smcs compiler overrides 2017-03-14 11:47:06 +01:00
Xamarin.iOS.ObjCBinding.CSharp.targets Add 'NoBindingEmbedding' style binding project support (#5167) 2018-12-12 09:55:57 -05:00
Xamarin.iOS.ObjCBinding.Common.props Adds pdb handling to mtouch 2017-03-14 11:51:08 +01:00
Xamarin.iOS.ObjCBinding.Common.targets [msbuild] Repack all iOS Task assemblies into Xamarin.iOS.Tasks.dll (#3168) 2018-01-08 14:29:52 -05:00
Xamarin.iOS.Tasks.Core.csproj Add 'NoBindingEmbedding' style binding project support (#5167) 2018-12-12 09:55:57 -05:00
Xamarin.iOS.WatchApp.CSharp.targets [msbuild] Enable nuget package conflict resolution (#4945) 2018-10-10 20:14:31 -04:00
Xamarin.iOS.WatchApp.Common.props Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.iOS.WatchApp.Common.targets [msbuild] Rename and unify to IsMacEnabled (#193) 2016-06-16 13:14:43 -04:00