Compare commits

..

4 Commits

Author SHA1 Message Date
Efril
3ae2e93531 update workflow 2026-05-29 16:00:38 +07:00
Efril
a182a3504c Merge branch 'main' of https://gits.altru.id/apksel-dev/apskel-owner-flutter 2026-05-29 15:51:43 +07:00
Efril
88972b28b5 update pod 2026-05-29 15:51:02 +07:00
Efril
2c8e9a3fb4 update 2026-05-29 15:12:05 +07:00
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ jobs:
run: |
sed -i '' 's/firebase_core: 2.32.0/firebase_core: ^3.13.1/' pubspec.yaml
sed -i '' 's/firebase_messaging: 14.7.10/firebase_messaging: ^15.2.5/' pubspec.yaml
sed -i '' 's/firebase_crashlytics: \^3\.[0-9]*\.[0-9]*/firebase_crashlytics: ^5.2.0/' pubspec.yaml
- name: Install Dependencies
run: flutter pub get

View File

@ -40,7 +40,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config|
config.build_settings['DEFINES_MODULE'] = 'YES'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES'
end
end