chad

Merge branch 'dev_reason_v1.0' into 'dev_chad_v1.0'

修改了ios配置

修改了ios配置

See merge request !2
...@@ -21,6 +21,6 @@ ...@@ -21,6 +21,6 @@
21 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>
22 <string>1.0</string> 22 <string>1.0</string>
23 <key>MinimumOSVersion</key> 23 <key>MinimumOSVersion</key>
24 - <string>9.0</string> 24 + <string>11.0</string>
25 </dict> 25 </dict>
26 </plist> 26 </plist>
......
1 # Uncomment this line to define a global platform for your project 1 # Uncomment this line to define a global platform for your project
2 -# platform :ios, '9.0' 2 +platform :ios, '12.0'
3 -platform :ios, '10.0'
4 # CocoaPods analytics sends network stats synchronously affecting flutter build latency. 3 # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5 ENV['COCOAPODS_DISABLE_STATS'] = 'true' 4 ENV['COCOAPODS_DISABLE_STATS'] = 'true'
6 5
......
This diff is collapsed. Click to expand it.
...@@ -363,7 +363,7 @@ ...@@ -363,7 +363,7 @@
363 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 363 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
364 GCC_WARN_UNUSED_FUNCTION = YES; 364 GCC_WARN_UNUSED_FUNCTION = YES;
365 GCC_WARN_UNUSED_VARIABLE = YES; 365 GCC_WARN_UNUSED_VARIABLE = YES;
366 - IPHONEOS_DEPLOYMENT_TARGET = 9.0; 366 + IPHONEOS_DEPLOYMENT_TARGET = 11.0;
367 MTL_ENABLE_DEBUG_INFO = NO; 367 MTL_ENABLE_DEBUG_INFO = NO;
368 SDKROOT = iphoneos; 368 SDKROOT = iphoneos;
369 SUPPORTED_PLATFORMS = iphoneos; 369 SUPPORTED_PLATFORMS = iphoneos;
...@@ -442,7 +442,7 @@ ...@@ -442,7 +442,7 @@
442 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 442 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
443 GCC_WARN_UNUSED_FUNCTION = YES; 443 GCC_WARN_UNUSED_FUNCTION = YES;
444 GCC_WARN_UNUSED_VARIABLE = YES; 444 GCC_WARN_UNUSED_VARIABLE = YES;
445 - IPHONEOS_DEPLOYMENT_TARGET = 9.0; 445 + IPHONEOS_DEPLOYMENT_TARGET = 11.0;
446 MTL_ENABLE_DEBUG_INFO = YES; 446 MTL_ENABLE_DEBUG_INFO = YES;
447 ONLY_ACTIVE_ARCH = YES; 447 ONLY_ACTIVE_ARCH = YES;
448 SDKROOT = iphoneos; 448 SDKROOT = iphoneos;
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
491 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 491 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
492 GCC_WARN_UNUSED_FUNCTION = YES; 492 GCC_WARN_UNUSED_FUNCTION = YES;
493 GCC_WARN_UNUSED_VARIABLE = YES; 493 GCC_WARN_UNUSED_VARIABLE = YES;
494 - IPHONEOS_DEPLOYMENT_TARGET = 9.0; 494 + IPHONEOS_DEPLOYMENT_TARGET = 11.0;
495 MTL_ENABLE_DEBUG_INFO = NO; 495 MTL_ENABLE_DEBUG_INFO = NO;
496 SDKROOT = iphoneos; 496 SDKROOT = iphoneos;
497 SUPPORTED_PLATFORMS = iphoneos; 497 SUPPORTED_PLATFORMS = iphoneos;
......
This diff is collapsed. Click to expand it.
...@@ -107,7 +107,7 @@ dependencies: ...@@ -107,7 +107,7 @@ dependencies:
107 107
108 getwidget: ^2.0.5 108 getwidget: ^2.0.5
109 sign_in_with_apple: ^4.0.0 109 sign_in_with_apple: ^4.0.0
110 - flutter_facebook_auth: ^4.3.4+2 110 + flutter_facebook_auth: ^5.0.6
111 flutter_signin_button: ^2.0.0 111 flutter_signin_button: ^2.0.0
112 twitter_login: ^4.2.3 112 twitter_login: ^4.2.3
113 113
......