Skip to content

Commit e931c29

Browse files
committed
chore: Fix the schemes of the example setting.
1 parent 77b58a2 commit e931c29

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

example/ios/example/Info.plist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,25 @@
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></string>
30+
<key>CFBundleURLSchemes</key>
31+
<array>
32+
<string>uiwjspay</string>
33+
</array>
34+
</dict>
35+
</array>
2336
<key>CFBundleVersion</key>
2437
<string>1</string>
38+
<key>LSApplicationQueriesSchemes</key>
39+
<array>
40+
<string>alipay</string>
41+
</array>
2542
<key>LSRequiresIPhoneOS</key>
2643
<true/>
2744
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)