You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This repository is a community-supported continuation of the Xamarin Google/Fire
8
8
9
9
The goal is to give .NET for iOS and Mac Catalyst developers a common binding baseline for Google, Firebase, and ML Kit native SDKs. That helps downstream libraries share the same native dependencies instead of each shipping incompatible copies of overlapping xcframeworks.
10
10
11
-
This repo contains the binding projects, Cake build automation, documentation, and sample apps used to build and validate those packages.
11
+
This repo contains the binding projects, Cake build automation, and documentation used to build and validate those packages.
12
12
13
13
## Quick links
14
14
@@ -166,7 +166,7 @@ If package extraction appears to be failing on Windows, see [this issue comment]
166
166
167
167
## Contributing and support
168
168
169
-
Pull requests are welcome, especially for stale bindings, dependency updates, docs improvements, and sample fixes. For anything non-trivial, please open an issue or discussion first so we can align on the approach before you spend time on build tooling or binding surface changes.
169
+
Pull requests are welcome, especially for stale bindings, dependency updates, docs improvements, and build fixes. For anything non-trivial, please open an issue or discussion first so we can align on the approach before you spend time on build tooling or binding surface changes.
170
170
171
171
For contributor workflow details, see [CONTRIBUTING.md](CONTRIBUTING.md) and [docs/BUILDING.md](docs/BUILDING.md).
dotnet tool run dotnet-cake -- --target=samples --names=Google.SignIn
51
-
```
52
-
53
-
### Configure the Google Sign-In sample
54
-
55
-
For a runnable sign-in flow on iOS, the app must register an URL scheme callback. When you provide your own `GoogleService-Info.plist` (or fill in `samples/Google/SignIn/SignInExample/GoogleService-Info.plist.template`), also update `samples/Google/SignIn/SignInExample/Info.plist` so `CFBundleURLSchemes` matches your `REVERSED_CLIENT_ID`.
0 commit comments