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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user