diff --git a/widgetbook/ios/Flutter/AppFrameworkInfo.plist b/widgetbook/ios/Flutter/AppFrameworkInfo.plist index 1dc6cf7..98d3f1d 100644 --- a/widgetbook/ios/Flutter/AppFrameworkInfo.plist +++ b/widgetbook/ios/Flutter/AppFrameworkInfo.plist @@ -1,5 +1,6 @@ - - + + CFBundleDevelopmentRegion @@ -21,6 +22,6 @@ CFBundleVersion 1.0 MinimumOSVersion - 13.0 + 16.0 diff --git a/widgetbook/ios/Podfile b/widgetbook/ios/Podfile index 620e46e..47355b4 100644 --- a/widgetbook/ios/Podfile +++ b/widgetbook/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '13.0' +# platform :ios, '16.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true'