Compare commits

..

No commits in common. "e88eff28f0b0efaa2f6bbaf22e0f601ef9cd5622" and "ca2cc8bf6b6f638bc6add96a2782d00a63dd7b48" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.41.9" channel: stable
- name: Install Dependencies - name: Install Dependencies
run: flutter pub get run: flutter pub get

View File

@ -41,7 +41,6 @@ post_install do |installer|
flutter_additional_ios_build_settings(target) flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config| target.build_configurations.each do |config|
config.build_settings['DEFINES_MODULE'] = 'YES' config.build_settings['DEFINES_MODULE'] = 'YES'
config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES'
end end
end end
end end