Skip to content

Commit 214b111

Browse files
committed
Code review
1 parent 9ae8acf commit 214b111

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

example/ios/example/Info.plist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@
2020
<string>1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
23+
<key>CFBundleURLTypes</key>
24+
<array>
25+
<dict>
26+
<key>CFBundleTypeRole</key>
27+
<string>Editor</string>
28+
<key>CFBundleURLName</key>
29+
<string>my-demo</string>
30+
<key>CFBundleURLSchemes</key>
31+
<array>
32+
<string>my-demo</string>
33+
</array>
34+
</dict>
35+
</array>
2336
<key>CFBundleVersion</key>
2437
<string>1</string>
2538
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)