Skip to content

Commit bb0a89b

Browse files
authored
chore(examples): add reversed client id as URL scheme (#631)
1 parent 4fd8252 commit bb0a89b

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)