Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 1e6ddb5

Browse files
committed
Remove instantvideo bindings
They never made it past 26.0.0-alpha1 status from Google.
1 parent 5ef7587 commit 1e6ddb5

File tree

10 files changed

+2
-165
lines changed

10 files changed

+2
-165
lines changed

AndroidSupport.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Annotations", "support-anno
5757
EndProject
5858
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicAnimation", "support-dynamic-animation\source\DynamicAnimation.csproj", "{157F6FC3-90D1-40D5-91D0-A2552034B41A}"
5959
EndProject
60-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstantVideo", "instantvideo\source\InstantVideo.csproj", "{137DABCD-BAC3-4CA6-B55B-A0ED565DC20E}"
61-
EndProject
6260
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TV-Provider", "support-tv-provider\source\TV-Provider.csproj", "{0F4287F5-1E32-4E81-88B1-6E37F54BC6A2}"
6361
EndProject
6462
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emoji-Bundled", "support-emoji-bundled\source\Emoji-Bundled.csproj", "{44CC369D-0196-4C80-88D1-C2016998263F}"
@@ -187,10 +185,6 @@ Global
187185
{157F6FC3-90D1-40D5-91D0-A2552034B41A}.Debug|Any CPU.Build.0 = Debug|Any CPU
188186
{157F6FC3-90D1-40D5-91D0-A2552034B41A}.Release|Any CPU.ActiveCfg = Release|Any CPU
189187
{157F6FC3-90D1-40D5-91D0-A2552034B41A}.Release|Any CPU.Build.0 = Release|Any CPU
190-
{137DABCD-BAC3-4CA6-B55B-A0ED565DC20E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
191-
{137DABCD-BAC3-4CA6-B55B-A0ED565DC20E}.Debug|Any CPU.Build.0 = Debug|Any CPU
192-
{137DABCD-BAC3-4CA6-B55B-A0ED565DC20E}.Release|Any CPU.ActiveCfg = Release|Any CPU
193-
{137DABCD-BAC3-4CA6-B55B-A0ED565DC20E}.Release|Any CPU.Build.0 = Release|Any CPU
194188
{0F4287F5-1E32-4E81-88B1-6E37F54BC6A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
195189
{0F4287F5-1E32-4E81-88B1-6E37F54BC6A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
196190
{0F4287F5-1E32-4E81-88B1-6E37F54BC6A2}.Release|Any CPU.ActiveCfg = Release|Any CPU

build.cake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ var ARTIFACTS = new [] {
5757
new ArtifactInfo (SUPPORT_PKG_NAME, "leanback-v17", "Xamarin.Android.Support.v17.Leanback", AAR_VERSION, NUGET_VERSION, COMPONENT_VERSION),
5858
new ArtifactInfo (SUPPORT_PKG_NAME, "design", "Xamarin.Android.Support.Design", AAR_VERSION, NUGET_VERSION, COMPONENT_VERSION),
5959
new ArtifactInfo (SUPPORT_PKG_NAME, "percent", "Xamarin.Android.Support.Percent", AAR_VERSION, NUGET_VERSION, COMPONENT_VERSION),
60-
new ArtifactInfo (SUPPORT_PKG_NAME, "instantvideo", "Xamarin.Android.Support.InstantVideo", "26.0.0-alpha1", "26.0.0-alpha1", COMPONENT_VERSION),
6160
new ArtifactInfo (SUPPORT_PKG_NAME, "customtabs", "Xamarin.Android.Support.CustomTabs", AAR_VERSION, NUGET_VERSION, COMPONENT_VERSION),
6261
new ArtifactInfo (SUPPORT_PKG_NAME, "preference-v7", "Xamarin.Android.Support.v7.Preference", AAR_VERSION, NUGET_VERSION, COMPONENT_VERSION),
6362
new ArtifactInfo (SUPPORT_PKG_NAME, "preference-v14", "Xamarin.Android.Support.v14.Preference", AAR_VERSION, NUGET_VERSION, COMPONENT_VERSION),

instantvideo/nuget/template.nuspec

Lines changed: 0 additions & 29 deletions
This file was deleted.

instantvideo/source/InstantVideo.csproj

Lines changed: 0 additions & 81 deletions
This file was deleted.

instantvideo/source/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

instantvideo/source/Transforms/EnumFields.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

instantvideo/source/Transforms/EnumMethods.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

instantvideo/source/Transforms/Metadata.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

instantvideo/source/packages.config

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/AndroidSupport.Tests/AndroidSupport.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
<Reference Include="Xamarin.Android.Support.Vector.Drawable">
150150
<HintPath>..\..\output\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
151151
</Reference>
152-
<Reference Include="Xamarin.Android.Support.InstantVideo">
153-
<HintPath>..\..\output\Xamarin.Android.Support.InstantVideo.dll</HintPath>
152+
<Reference Include="Xamarin.Android.Support.Wear">
153+
<HintPath>..\..\output\Xamarin.Android.Support.Wear.dll</HintPath>
154154
</Reference>
155155
</ItemGroup>
156156
<ItemGroup>

0 commit comments

Comments
 (0)