Compare commits
No commits in common. "e88eff28f0b0efaa2f6bbaf22e0f601ef9cd5622" and "ca2cc8bf6b6f638bc6add96a2782d00a63dd7b48" have entirely different histories.
e88eff28f0
...
ca2cc8bf6b
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user