fix build

This commit is contained in:
Jonas Bark
2025-12-17 12:57:32 +01:00
parent 497b489ea9
commit 0f2d73239b
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
BikeControl now offers a free trial period of 5 days for all features, so you can test everything before deciding to purchase a license. Please contact the support if you experience any issues!
**Features**:
- You will now be notified when connection to your controller is lost
- You will now be notified when a connection to your controller is lost
### 4.1.0 (16-12-2025)

View File

@@ -38,5 +38,8 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_macos_build_settings(target)
target.build_configurations.each do |config|
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.15'
end
end
end