Skip to content

Commit 45ab81a

Browse files
authored
Merge branch 'wger-project:master' into master
2 parents be4128e + e0b0aba commit 45ab81a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ end
3737
post_install do |installer|
3838
installer.pods_project.targets.each do |target|
3939
flutter_additional_ios_build_settings(target)
40+
target.build_configurations.each do |config|
41+
config.build_settings['ENABLE_BITCODE'] = 'NO'
42+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.0'
43+
end
4044
end
4145
end

0 commit comments

Comments
 (0)