Skip to content

Commit

Permalink
chore(examples): add reversed client id as URL scheme (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev authored Jan 7, 2025
1 parent 4fd8252 commit bb0a89b
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 bb0a89b

Please sign in to comment.