Change app type to "dotnet-nui" 87/238587/1
authorLukasz Stanislawski <lukasz.stanislawski@gmail.com>
Wed, 15 Jul 2020 06:58:18 +0000 (08:58 +0200)
committerLukasz Stanislawski <lukasz.stanislawski@gmail.com>
Wed, 15 Jul 2020 06:59:41 +0000 (08:59 +0200)
Recently Xamarin and NUI app types has been separated.
Apply new app type for NUI application.

Change-Id: Ieddd74da9f0db72b9d1084c3c9523de56e28a40b

Oobe/Oobe/tizen-manifest.xml

index 733048ed7d180077eaf13e5ba2a18ecb2a598b4b..d4afe4852758aa3526b0a9d1d5c72df316966955 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="org.tizen.oobe" version="1.0.16" api-version="5" xmlns="http://tizen.org/ns/packages">
   <profile name="common" />
-  <ui-application appid="org.tizen.oobe" exec="Oobe.dll" multiple="false" nodisplay="true" taskmanage="false" type="dotnet" launch_mode="single">
+  <ui-application appid="org.tizen.oobe" exec="Oobe.dll" multiple="false" nodisplay="true" taskmanage="false" type="dotnet-nui" launch_mode="single">
     <label>Oobe</label>
     <icon>Oobe.png</icon>
     <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />