Skip to content

Commit

Permalink
chore(examples): add reversed client id as URL scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Jan 6, 2025
1 parent 4fd8252 commit 5770c77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Examples/Examples/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>DOT_REVERSED_IOS_CLIENT_ID</string>
</array>
</dict>
</array>
<key>GIDClientID</key>
<string>YOUR_IOS_CLIENT_ID</string>
Expand Down

0 comments on commit 5770c77

Please sign in to comment.