From 03f352a427f6c81116745abb35555f70cb88f32b Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Tue, 30 Apr 2024 13:46:31 -0700 Subject: [PATCH] [googlecast] Fix warnings in the sample app (#17) The google cast sample has been updated to resolve all build warnings and improve formatting. --- googlecast/macios/README.md | 12 ++++++++++++ googlecast/macios/sample/GoogleCast.Sample.csproj | 5 +---- googlecast/macios/sample/MainPage.xaml | 5 +++++ googlecast/macios/sample/MainPage.xaml.cs | 14 ++++++-------- 4 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 googlecast/macios/README.md diff --git a/googlecast/macios/README.md b/googlecast/macios/README.md new file mode 100644 index 0000000..26d153d --- /dev/null +++ b/googlecast/macios/README.md @@ -0,0 +1,12 @@ +# Google Cast Slim Binding +This folder contains a slim binding for the Google Cast SDK. + +### Build and Run +```shell + dotnet build sample -t:Run +``` + +### Configure +For more details, reference the [Get Started][0] page. + +[0]: https://developers.google.com/cast diff --git a/googlecast/macios/sample/GoogleCast.Sample.csproj b/googlecast/macios/sample/GoogleCast.Sample.csproj index e2aab0d..f590ae6 100644 --- a/googlecast/macios/sample/GoogleCast.Sample.csproj +++ b/googlecast/macios/sample/GoogleCast.Sample.csproj @@ -1,10 +1,7 @@  - net8.0-ios - - - + net8.0-ios