We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b58a2 commit e931c29Copy full SHA for e931c29
example/ios/example/Info.plist
@@ -20,8 +20,25 @@
20
<string>1.0</string>
21
<key>CFBundleSignature</key>
22
<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
32
+ <string>uiwjspay</string>
33
+ </array>
34
+ </dict>
35
36
<key>CFBundleVersion</key>
37
<string>1</string>
38
+ <key>LSApplicationQueriesSchemes</key>
39
40
+ <string>alipay</string>
41
42
<key>LSRequiresIPhoneOS</key>
43
<true/>
44
<key>NSAppTransportSecurity</key>
0 commit comments