From e0bcca8512f89f167761f18005144834798fbe20 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 26 May 2017 14:08:40 +0900 Subject: [PATCH] Modify dotnet-generate-ni post script Generate Tizen.Applications.Common and Tizen.Applications.UI ni dll instead of Tizen.Applications.dll. Tizen.Applications.dll will be removed. Change-Id: Id4b4289b1ef891378c920018709f50f19a1a2b42 Signed-off-by: Jiyoung Yun --- scripts/tv-dotnet-generate-ni.post | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/tv-dotnet-generate-ni.post b/scripts/tv-dotnet-generate-ni.post index aa7c26a..4d340ee 100755 --- a/scripts/tv-dotnet-generate-ni.post +++ b/scripts/tv-dotnet-generate-ni.post @@ -15,7 +15,8 @@ nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.Re # Generate NI for Xamarin and Device API nitool --dll /usr/share/dotnet.tizen/framework/ElmSharp.dll nitool --dll /usr/share/dotnet.tizen/framework/Tizen.dll -nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.dll +nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.Common.dll +nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.UI.dll nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Core.dll nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.dll nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.Tizen.dll -- 2.7.4