xamarin-macios/mk
Rolf Bjarne Kvinge 24dacc6d02 [runtime] Don't look in shared memory for debug data in normal apps (#1841)
* Bump maccore to get fix for launching the simulator for app extensions.

* [runtime] Don't look in shared memory for debug data in normal apps.

Don't look in shared memory for debug data in normal apps, because it
interferes when debugging extensions from the same solution as a container
app:

Example, for a keyboard extension:

1. Run extension in XS.
2. Manually launch the extension's container app (which contains a textbox
   that can be used to launch the keyboard).
3. The container app reads the debug data in shared memory which was intented
   for the extension, and takes over the debugger.
4. Launch keyboard, which will not be able to connect to the IDE because the
   container app already connected to the IDE.
2017-03-08 20:00:58 +01:00
..
quiet.mk [XM] AOT support in Xamarin.Mac (#1340) 2017-01-11 14:10:39 -06:00
rules.mk Use @rpath instead of @executable_path in dylibs. (#1552) 2017-01-24 20:24:32 +01:00
subdirs.mk Add build system. 2016-04-21 19:11:24 +02:00
versions.mk Remove the watch-mono repository, and use a single mono repository. (#941) 2016-10-05 16:21:01 +02:00
xamarin.mk [runtime] Don't look in shared memory for debug data in normal apps (#1841) 2017-03-08 20:00:58 +01:00