summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-05-15 13:26:31 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2017-05-15 13:26:31 +0900
commitd24552649b5f33f420de1e6edb31091959f19704 (patch)
treecf3821025aa0ce98fb6383a01cfc02986cfc3bb2
parent73595b2b284f55fe1a6406494b590ae8e44a42f6 (diff)
downloadxamarin-forms-d24552649b5f33f420de1e6edb31091959f19704.tar.gz
xamarin-forms-d24552649b5f33f420de1e6edb31091959f19704.tar.bz2
xamarin-forms-d24552649b5f33f420de1e6edb31091959f19704.zip
Apply Tizen.Applications separation
Change-Id: Ibd271c1ca3c254c6567554e9ebfd7032ad714090
-rw-r--r--Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj7
-rw-r--r--[-rwxr-xr-x]Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj6
-rw-r--r--packaging/xamarin-forms-tizen.spec5
3 files changed, 10 insertions, 8 deletions
diff --git a/Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj b/Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj
index 03964ad7..a64a36db 100644
--- a/Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj
+++ b/Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj
@@ -6,10 +6,9 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="ElmSharp" Version="1.1.0-beta-018" />
- <PackageReference Include="Tizen.Applications" Version="1.3.2" />
- <PackageReference Include="Tizen.Location" Version="1.0.5" />
- <PackageReference Include="Tizen.Maps" Version="1.0.8" />
+ <PackageReference Include="ElmSharp" Version="1.1.0-beta-022" />
+ <PackageReference Include="Tizen.Location" Version="1.0.7" />
+ <PackageReference Include="Tizen.Maps" Version="1.0.9" />
</ItemGroup>
<ItemGroup>
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
index 9a13995c..22ff9d7d 100755..100644
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
@@ -6,9 +6,11 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="ElmSharp" Version="1.1.0-beta-021" />
+ <PackageReference Include="Tizen" Version="1.0.5" />
+ <PackageReference Include="Tizen.Applications.Common" Version="1.5.5" />
+ <PackageReference Include="Tizen.Applications.UI" Version="1.5.5" />
+ <PackageReference Include="ElmSharp" Version="1.1.0-beta-022" />
<PackageReference Include="System.Runtime.Serialization.Xml" Version="4.3.0" />
- <PackageReference Include="Tizen.Applications" Version="1.3.2" />
<PackageReference Include="Tizen.System.Information" Version="1.0.2" />
<PackageReference Include="Tizen.WebView" Version="1.0.0" />
</ItemGroup>
diff --git a/packaging/xamarin-forms-tizen.spec b/packaging/xamarin-forms-tizen.spec
index 02ba5d3d..002f4d56 100644
--- a/packaging/xamarin-forms-tizen.spec
+++ b/packaging/xamarin-forms-tizen.spec
@@ -2,7 +2,7 @@
%define XF_RELEASE 233
# Increase this XF_DEV_VERSION when any public APIs of Xamarin.Forms.Platform.Tizen are changed.
-%define XF_DEV_VERSION 004
+%define XF_DEV_VERSION 006
Name: xamarin-forms-tizen
Summary: Xamarin.Forms for Tizen platform
@@ -23,7 +23,8 @@ BuildRequires: dotnet-build-tools
# C# API Requires
BuildRequires: elm-sharp-nuget
BuildRequires: csapi-tizen-nuget
-BuildRequires: csapi-application-nuget
+BuildRequires: csapi-application-common-nuget
+BuildRequires: csapi-application-ui-nuget
BuildRequires: csapi-information-nuget
BuildRequires: csapi-location-nuget
BuildRequires: csapi-maps-nuget