xamarin-macios/msbuild/tests
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
..
IBToolTaskTests [msbuild] Avoid Dictionary clashes in IBToolTask's mapping dictionary (#1981) 2017-04-18 09:01:29 -04:00
MyActionExtension [msbuild] Properly decide on when to re-codesign app bundle (#1625) 2017-02-06 13:52:30 -05:00
MyBindingsReferences [msbuild] Remove BTouchReferencePath in order to fix bug 56317 (#2105) 2017-05-19 15:34:05 -04:00
MyDocumentPickerExtension Cycle8 codesign simulator (#674) 2016-08-25 18:22:20 -04:00
MyIBToolLinkTest [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
MyKeyboardExtension Cycle8 codesign simulator (#674) 2016-08-25 18:22:20 -04:00
MyLinkedAssets [msbuild] Added support for <Link>'d ImageAsset project files (#1543) 2017-01-25 13:00:29 -05:00
MyMasterDetailApp [msbuild/tests] Add TVServicesExtension test (#21) 2016-05-03 13:17:38 -04:00
MyMetalGame [msbuild/tests] Add TVServicesExtension test (#21) 2016-05-03 13:17:38 -04:00
MyOpenGLApp [msbuild/tests] Add TVServicesExtension test (#21) 2016-05-03 13:17:38 -04:00
MyPhotoEditingExtension [mtouch] Don't allow building for 32-bit when deployment target is >= 11. Fixes #57966. (#2303) 2017-07-11 08:54:50 +02:00
MyReleaseBuild [msbuild] Fixed the Inputs for the _CodesignAppBundle target (#1438) 2017-01-05 11:29:48 -05:00
MySatelliteAssembliesBug [msbuild] Remove BTouchReferencePath in order to fix bug 56317 (#2105) 2017-05-19 15:34:05 -04:00
MyShareExtension [mtouch] Don't allow building for 32-bit when deployment target is >= 11. Fixes #57966. (#2303) 2017-07-11 08:54:50 +02:00
MySingleView [msbuild] Fix MSBuild tests to build using Xcode 9. (#2201) 2017-06-10 04:04:26 -07:00
MySpriteKitGame Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
MyTVApp [tests][msbuild] Enable bitcode for tvOS/Release builds. 2017-02-13 15:42:14 +01:00
MyTVServicesExtension [msbuild tests] Make the MyTVServicesExtension project actually work. 2017-02-10 16:39:38 +01:00
MyTabbedApplication Cycle8 codesign simulator (#674) 2016-08-25 18:22:20 -04:00
MyTodayExtension [mtouch] Don't allow building for 32-bit when deployment target is >= 11. Fixes #57966. (#2303) 2017-07-11 08:54:50 +02:00
MyWatch2Container [msbuild] Fixed msbuild logic to properly codesign watchos2 intents extensions (#2024) 2017-04-19 08:19:29 -04:00
MyWatchApp [msbuild/tests] Add TVServicesExtension test (#21) 2016-05-03 13:17:38 -04:00
MyWatchApp2 [msbuild] Fixed msbuild logic to properly codesign watchos2 intents extensions (#2024) 2017-04-19 08:19:29 -04:00
MyWatchKit2Extension [msbuild] Fixed msbuild logic to properly codesign watchos2 intents extensions (#2024) 2017-04-19 08:19:29 -04:00
MyWatchKit2IntentsExtension [msbuild] Fixed msbuild logic to properly codesign watchos2 intents extensions (#2024) 2017-04-19 08:19:29 -04:00
MyWatchKitApp Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
MyWatchKitExtension [msbuild] Don't use a timestamped directory for the IPA (#1382) 2017-01-09 16:11:50 -05:00
MyWebViewApp [msbuild/tests] Add TVServicesExtension test (#21) 2016-05-03 13:17:38 -04:00
MyiOSAppWithBinding [msbuild/tests] Add TVServicesExtension test (#21) 2016-05-03 13:17:38 -04:00
MyiOSFrameworkBinding Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.iOS.Tasks.Tests Merge d15-3 (#2322) 2017-07-13 08:16:25 -04:00