|
|
@@ -20,8 +20,50 @@
|
|
|
<string>$(MARKETING_VERSION)</string>
|
|
|
<key>CFBundleSignature</key>
|
|
|
<string>????</string>
|
|
|
+ <key>CFBundleURLTypes</key>
|
|
|
+ <array>
|
|
|
+ <dict>
|
|
|
+ <key>CFBundleTypeRole</key>
|
|
|
+ <string>Editor</string>
|
|
|
+ <key>CFBundleURLName</key>
|
|
|
+ <string>bbyyy</string>
|
|
|
+ <key>CFBundleURLSchemes</key>
|
|
|
+ <array>
|
|
|
+ <string>com.bh.bbyyy</string>
|
|
|
+ </array>
|
|
|
+ </dict>
|
|
|
+ <dict>
|
|
|
+ <key>CFBundleTypeRole</key>
|
|
|
+ <string>Editor</string>
|
|
|
+ <key>CFBundleURLName</key>
|
|
|
+ <string>weixin</string>
|
|
|
+ <key>CFBundleURLSchemes</key>
|
|
|
+ <array>
|
|
|
+ <string>wxbf2180b47169d83a</string>
|
|
|
+ </array>
|
|
|
+ </dict>
|
|
|
+ <dict>
|
|
|
+ <key>CFBundleTypeRole</key>
|
|
|
+ <string>Editor</string>
|
|
|
+ <key>CFBundleURLName</key>
|
|
|
+ <string>alipay</string>
|
|
|
+ <key>CFBundleURLSchemes</key>
|
|
|
+ <array>
|
|
|
+ <string>tobiasexample</string>
|
|
|
+ </array>
|
|
|
+ </dict>
|
|
|
+ </array>
|
|
|
<key>CFBundleVersion</key>
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
+ <key>LSApplicationQueriesSchemes</key>
|
|
|
+ <array>
|
|
|
+ <string>com.bh.bbyyy</string>
|
|
|
+ <string>bbyyy</string>
|
|
|
+ <string>wechat</string>
|
|
|
+ <string>weixin</string>
|
|
|
+ <string>weixinulapi</string>
|
|
|
+ <string>weixinULAPI</string>
|
|
|
+ </array>
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
<true/>
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
@@ -62,5 +104,7 @@
|
|
|
</array>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
<false/>
|
|
|
+ <key>io.flutter.embedded_views_preview</key>
|
|
|
+ <true/>
|
|
|
</dict>
|
|
|
</plist>
|