Commit 9fa53a3b by pierce

1、fixed 苹果登陆不了的问题

2、fixed google登陆闪退的问题
parent abcc7624
...@@ -4,5 +4,9 @@ ...@@ -4,5 +4,9 @@
<dict> <dict>
<key>aps-environment</key> <key>aps-environment</key>
<string>development</string> <string>development</string>
<key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
</dict> </dict>
</plist> </plist>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<string>Editor</string> <string>Editor</string>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>com.googleusercontent.apps.947338508181-9sfdiut7e0jh50iaj3941omkmetfq0f4</string> <string>com.googleusercontent.apps.157728719754-5afchcmuccmng1j98tarln8kvsuo8i97</string>
</array> </array>
</dict> </dict>
<dict> <dict>
...@@ -87,6 +87,18 @@ ...@@ -87,6 +87,18 @@
<string>FuSiLive</string> <string>FuSiLive</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>line</string>
<string>weixin</string>
<string>weixinULAPI</string>
<string>weixinURLParamsAPI</string>
<string>lineauth2</string>
<string>twitter</string>
<string>twitterauth</string>
<string>fbapi</string>
<string>fb-messenger-share-api</string>
</array>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
...@@ -133,18 +145,6 @@ ...@@ -133,18 +145,6 @@
</array> </array>
<key>UIUserInterfaceStyle</key> <key>UIUserInterfaceStyle</key>
<string>Dark</string> <string>Dark</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>line</string>
<string>weixin</string>
<string>weixinULAPI</string>
<string>weixinURLParamsAPI</string>
<string>lineauth2</string>
<string>twitter</string>
<string>twitterauth</string>
<string>fbapi</string>
<string>fb-messenger-share-api</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<false/> <false/>
<key>WKRunsIndependentlyOfCompanionApp</key> <key>WKRunsIndependentlyOfCompanionApp</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment