- build: Set minimum iOS version to 12

This commit is contained in:
Krille 2023-10-07 13:44:03 +02:00
parent 759d96f406
commit 628dda6b17
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -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'