Skip to content

Commit

Permalink
Merge branch 'main' into guilherme/dont-send-non-jwts-in-authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev authored Jan 8, 2025
2 parents 628216c + bb0a89b commit d24ae78
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 d24ae78

Please sign in to comment.