mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 06:20:44 +01:00
chore: Increase iOS platform version to 11.0
This commit is contained in:
parent
97d8c262be
commit
4342997982
@ -1,5 +1,5 @@
|
|||||||
# Uncomment this line to define a global platform for your project
|
# Uncomment this line to define a global platform for your project
|
||||||
platform :ios, '10.0'
|
platform :ios, '11.0'
|
||||||
|
|
||||||
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
||||||
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
||||||
|
@ -4,7 +4,7 @@ flutter clean
|
|||||||
flutter pub get
|
flutter pub get
|
||||||
cd ios
|
cd ios
|
||||||
rm -rf Pods
|
rm -rf Pods
|
||||||
rm Podfile.lock
|
rm -f Podfile.lock
|
||||||
arch -x86_64 pod install
|
arch -x86_64 pod install
|
||||||
arch -x86_64 pod update
|
arch -x86_64 pod update
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user