From 628dda6b17c1f083aa0a3147aafec9e7e62a7381 Mon Sep 17 00:00:00 2001 From: Krille Date: Sat, 7 Oct 2023 13:44:03 +0200 Subject: [PATCH] - build: Set minimum iOS version to 12 --- CHANGELOG.md | 4 ++++ ios/Podfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3941dc57..699063abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ ## v1.14.4 +Minor bugfix release. Please note that because of a Flutter update FluffyChat is no longer +compatible with iOS 11. + - Translated using Weblate (Spanish) (José Muñoz) - Translated using Weblate (Spanish) (Yotta Mxt) - build: Add custom iOS notification sound (Krille) +- build: Set minimum iOS version to 12 - design: Hide Navigationbar labels (krille-chan) - design: New notification sound (krille-chan) - fix: Flutter warnings because of applock animation (krille-chan) diff --git a/ios/Podfile b/ios/Podfile index 5c1396673..a069cc794 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '11.0' +platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true'