feat: add WeChat sharing and invite flow
This commit is contained in:
@ -4,6 +4,25 @@
|
||||
<dict>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>随心瞰商家版</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>weixin</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>wxdd80ec12c4fee322</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>weixin</string>
|
||||
<string>weixinULAPI</string>
|
||||
<string>weixinURLParamsAPI</string>
|
||||
</array>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>需要访问相机以扫描订单核销二维码</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
|
||||
Reference in New Issue
Block a user