Merge pull request #3884 from dalexsoto/bcfix94

[BusinessChat] Make mtouch and mmp aware of BusinessChat framework (#3882) - Backport
This commit is contained in:
Alex Soto 2018-04-05 18:38:40 -05:00 коммит произвёл GitHub
Родитель 347160cf51 db6cfeca20
Коммит 701d28dde9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -143,6 +143,8 @@ public class Frameworks : Dictionary <string, Framework>
{ "CoreML", "CoreML", 10, 13 },
{ "Vision", "Vision", 10, 13 },
{ "MetalPerformanceShaders", "MetalPerformanceShaders", 10, 13 },
{ "BusinessChat", "BusinessChat", 10, 13, 4 },
};
}
return mac_frameworks;
@ -258,6 +260,8 @@ public class Frameworks : Dictionary <string, Framework>
{ "FileProviderUI", "FileProviderUI", 11 },
{ "PdfKit", "PDFKit", 11 },
{ "BusinessChat", "BusinessChat", 11, 3 },
{ "ClassKit", "ClassKit", 11,4 },
};
}