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