xamarin-macios/tools
Sebastien Pouliot d90d96ab2b
[mtouch] Consider deployment and simulator availability versions for frameworks. Fixes #5753 (#5765)
E.g. `MetalPerformanceShaders` is unusable in 10.3.1 on the simulator so
trying to build with the static registrar cause simlauncher to be rebuilt
with a **strong** (and not _weak_) reference to the framework. This cause
a crash then the application start

```
Dyld Error Message:
  Library not loaded: /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
  Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/95679F95-CCE7-4733-8376-35E91E97039C/data/Containers/Bundle/Application/0F665B2D-ADAC-4CA0-BD04-33E968B3F268/FailerApp.app/FailerApp
  Reason: no suitable image found.  Did find:
	/System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders: mach-o, but not built for iOS simulator
```

ref: https://github.com/xamarin/xamarin-macios/issues/5753
2019-03-14 08:12:42 -05:00
..
apidiff [apidiff] Remove the `_*` noise in XM diffs (#5721) 2019-03-06 11:02:50 -05:00
bcl-test-importer [XHarness] Reenable the NUnit System.Data tests on mac os x. (#5749) 2019-03-11 18:50:18 +01:00
common [mtouch] Consider deployment and simulator availability versions for frameworks. Fixes #5753 (#5765) 2019-03-14 08:12:42 -05:00
install-source Clone files if possible whenever it makes sense. (#5049) 2018-10-29 16:09:30 +01:00
linker Merge branch 'master' into mono-2018-10 2019-02-21 19:30:39 +01:00
mlaunch Clone files if possible whenever it makes sense. (#5049) 2018-10-29 16:09:30 +01:00
mmp Merge remote-tracking branch 'origin/master' into mono-2018-10 2019-02-27 07:43:02 +01:00
mtouch [mtouch] Make the SealerSubStep a configurable optimization (#5766) 2019-03-14 08:12:17 -05:00
siminstaller [siminstaller] Improve failure scenarios. (#5662) 2019-02-25 07:33:37 +01:00
xibuild [xibuild] Add support for /verbose, and use it accordingly. (#5224) 2019-01-09 07:43:22 +01:00
.gitignore Add scripts to calculate API diffs and generated code diff between the current build and another revision. (#3447) 2018-02-13 07:47:47 +01:00
Makefile Add tool to download and install simulators, and use it to provision the iOS 10.3 simulator if needed. Fixes maccore#1442. (#5645) 2019-02-22 10:39:16 +01:00
compare-commits.sh [jenkins] Try to give better information when api comparison / generator diff fails. (#5477) 2019-01-25 17:33:58 +01:00
diff-to-html Add scripts to calculate API diffs and generated code diff between the current build and another revision. (#3447) 2018-02-13 07:47:47 +01:00