xamarin-macios/msbuild
Sebastien Pouliot 35765ecc0f Merge d15-3 (#2322)
* [msbuild] Re-added wildcard (*) expandsion for application-identifier in Entitlements.plist (#2186)

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=57119

* Bump mono (#2213)

* Framework tests were still binding non-linked Simple class which errors now (#2216) (#2218)

- Improve Makefile to rebuild when projects build with errors

* Bump mono to get cecil fix for bug #56808. (#2222)

https://bugzilla.xamarin.com/show_bug.cgi?id=56808

* [msbuild] Use @(ReferencePath) instead of @(ResolvedFiles) (#2188) (#2214)

This allows things to work on both xbuild and msbuild.

In xbuild, both lists are exactly the same and on msbuild,
only @(ReferencePath) exists.

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=55147

* NSActivityOptions.IdleDisplaySleepDisabled had wrong value (#2232) (#2239)

This was due to an integer overflow.  The original value was based on Int32
1 << 40 == 256

The correct value should be based on a UInt64.
1UL << 40 == 1099511627776

* [tests] Fix bug 57699 - [iOS]InternalsTest failure (Linkall) tests on device (#2243)

Strip native debugging symbols should not be checked for debug builds

* Bump mono to get fix for bug #57780.

https://bugzilla.xamarin.com/show_bug.cgi?id=57780
2017-07-13 08:16:25 -04:00
..
Xamarin.Mac.Tasks Merge d15-3 (#2322) 2017-07-13 08:16:25 -04:00
Xamarin.Mac.Tasks.Core [macos] Fix target framework detection issues in mmp (#2096) 2017-05-30 09:23:28 -05:00
Xamarin.MacDev.Tasks [msbuild] Added logging for all of the overridden MSBuild default tasks (#1829) 2017-03-17 15:24:58 -04:00
Xamarin.MacDev.Tasks.Core Merge d15-3 (#2322) 2017-07-13 08:16:25 -04:00
Xamarin.ObjcBinding.Tasks [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.iOS.Tasks [msbuild] Implemented GetFiles and GetFullPath tasks to fix the vs build (#1895) 2017-03-23 15:54:46 -04:00
Xamarin.iOS.Tasks.Core [msbuild] Strip debug symbols even if MtouchDebug is true (#2160) 2017-06-02 11:00:11 -04:00
tests Merge d15-3 (#2322) 2017-07-13 08:16:25 -04:00
.editorconfig Provide .editorconfig support for easier contributor formatting 2016-06-13 00:43:37 -03:00
.gitignore [builds] Improve mono/llvm dependencies. (#1948) 2017-03-31 20:23:38 +02:00
Makefile [builds] Improve mono/llvm dependencies. (#1948) 2017-03-31 20:23:38 +02:00
Xamarin.MacDev.Tasks.sln [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
xbuild-in-place Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00