Recently Xamarin and NUI app types has been separated.
Apply new app type for NUI application.
Change-Id: Ieddd74da9f0db72b9d1084c3c9523de56e28a40b
<?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" />