Use version 4.7.1 of google-cast-sdk framework for iOS.
This commit is contained in:
parent
707875f880
commit
cffdbb9276
2 changed files with 3 additions and 3 deletions
|
|
@ -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, '9.0'
|
platform :ios, '12.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'
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ A new flutter plugin project.
|
||||||
s.static_framework = true
|
s.static_framework = true
|
||||||
|
|
||||||
s.dependency 'Flutter'
|
s.dependency 'Flutter'
|
||||||
s.dependency 'google-cast-sdk-no-bluetooth', '~> 4.4.4'
|
s.dependency 'google-cast-sdk-dynamic-xcframework-no-bluetooth'
|
||||||
|
|
||||||
s.ios.deployment_target = '10.0'
|
s.ios.deployment_target = '12.0'
|
||||||
|
|
||||||
# This is to enable build on simulator
|
# This is to enable build on simulator
|
||||||
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
|
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue