mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove add-to-app Xcode build phase input files (#69846)
This commit is contained in:
parent
9470a7e864
commit
58ba70a6e7
@ -118,12 +118,6 @@ def install_flutter_application_pod(flutter_application_path)
|
||||
flutter_export_environment_path = File.join('${SRCROOT}', relative, 'flutter_export_environment.sh');
|
||||
script_phase :name => 'Run Flutter Build {{projectName}} Script',
|
||||
:script => "set -e\nset -u\nsource \"#{flutter_export_environment_path}\"\n\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/xcode_backend.sh build",
|
||||
:input_files => [
|
||||
File.join('${SRCROOT}', flutter_application_path, '.metadata'),
|
||||
File.join('${SRCROOT}', relative, 'App.framework', 'App'),
|
||||
File.join('${SRCROOT}', relative, 'engine', 'Flutter.framework', 'Flutter'),
|
||||
flutter_export_environment_path
|
||||
],
|
||||
:execution_position => :before_compile
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user