Skip to content

Commit d24ae78

Browse files
authored
Merge branch 'main' into guilherme/dont-send-non-jwts-in-authorization
2 parents 628216c + bb0a89b commit d24ae78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Examples/Examples/Info.plist

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
</array>
1414
</dict>
15+
<dict>
16+
<key>CFBundleTypeRole</key>
17+
<string>Editor</string>
18+
<key>CFBundleURLSchemes</key>
19+
<array>
20+
<string>DOT_REVERSED_IOS_CLIENT_ID</string>
21+
</array>
22+
</dict>
1523
</array>
1624
<key>GIDClientID</key>
1725
<string>YOUR_IOS_CLIENT_ID</string>

0 commit comments

Comments
 (0)