1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Veggieseasons - Turning on bitcode, preparing for 1.2.0 publish (#305)

This commit is contained in:
Andrew Brogdon
2020-02-03 08:12:43 -08:00
committed by GitHub
parent c121b2d2a6
commit a90a244fcf
7 changed files with 26 additions and 27 deletions

View File

@@ -80,11 +80,3 @@ end
# Prevent Cocoapods from embedding a second Flutter framework and causing an error with the new Xcode build system.
install! 'cocoapods', :disable_input_output_paths => true
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end