diff --git a/tools/common/Frameworks.cs b/tools/common/Frameworks.cs index c4b2e907ae..11e0bc1f7f 100644 --- a/tools/common/Frameworks.cs +++ b/tools/common/Frameworks.cs @@ -143,6 +143,8 @@ public class Frameworks : Dictionary { "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 { "FileProviderUI", "FileProviderUI", 11 }, { "PdfKit", "PDFKit", 11 }, + { "BusinessChat", "BusinessChat", 11, 3 }, + { "ClassKit", "ClassKit", 11,4 }, }; }