Compare commits
No commits in common. "3ae2e935310eacc0d4d532989ecc043c33b2b2c7" and "086c17a2177418a5347721cec4374610661e34ba" have entirely different histories.
3ae2e93531
...
086c17a217
1
.github/workflows/ios.yml
vendored
1
.github/workflows/ios.yml
vendored
@ -20,7 +20,6 @@ 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
|
||||
|
||||
@ -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['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
|
||||
config.build_settings['DEFINES_MODULE'] = 'YES'
|
||||
config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES'
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user