From cffdbb92764fb52f95d229bb56beff7ed762abdd Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Wed, 1 Feb 2023 15:43:09 +1100 Subject: [PATCH] Use version `4.7.1` of `google-cast-sdk` framework for iOS. --- example/ios/Podfile | 2 +- ios/flutter_cast_framework.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 1e8c3c9..2c068c4 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -1,5 +1,5 @@ # 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. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/ios/flutter_cast_framework.podspec b/ios/flutter_cast_framework.podspec index 28efb89..b3fcd81 100644 --- a/ios/flutter_cast_framework.podspec +++ b/ios/flutter_cast_framework.podspec @@ -17,9 +17,9 @@ A new flutter plugin project. s.static_framework = true 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 s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }