File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
12#include "Generated.xcconfig"
Original file line number Diff line number Diff line change 1+ #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
12#include "Generated.xcconfig"
Original file line number Diff line number Diff line change 3939
4040post_install do |installer |
4141 installer . pods_project . targets . each do |target |
42- flutter_additional_ios_build_settings ( target )
42+ # flutter_additional_ios_build_settings(target)
43+ target . build_configurations . each do |config |
44+ config . build_settings [ 'EXPANDED_CODE_SIGN_IDENTITY' ] = ""
45+ config . build_settings [ 'CODE_SIGNING_REQUIRED' ] = "NO"
46+ config . build_settings [ 'CODE_SIGNING_ALLOWED' ] = "NO"
47+ end
4348 end
4449end
You can’t perform that action at this time.
0 commit comments