[mtouch] Generate assembly to framework mapping for the simulator when in embeddinator mode.

This commit is contained in:
Rolf Bjarne Kvinge 2017-04-12 18:34:07 +02:00
Родитель fceb49c4cd
Коммит ef31d1fcd3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -569,7 +569,7 @@ namespace Xamarin.Bundler
}
}
if ((abi & Abi.SimulatorArchMask) == 0) {
if ((abi & Abi.SimulatorArchMask) == 0 || app.Embeddinator) {
var frameworks = assemblies.Where ((a) => a.BuildTarget == AssemblyBuildTarget.Framework)
.OrderBy ((a) => a.Identity, StringComparer.Ordinal);
foreach (var asm_fw in frameworks) {