Skip to content

Commit 58ba70a

Browse files
authored
Remove add-to-app Xcode build phase input files (flutter#69846)
1 parent 9470a7e commit 58ba70a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/podhelper.rb.tmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@ def install_flutter_application_pod(flutter_application_path)
118118
flutter_export_environment_path = File.join('${SRCROOT}', relative, 'flutter_export_environment.sh');
119119
script_phase :name => 'Run Flutter Build {{projectName}} Script',
120120
:script => "set -e\nset -u\nsource \"#{flutter_export_environment_path}\"\n\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/xcode_backend.sh build",
121-
:input_files => [
122-
File.join('${SRCROOT}', flutter_application_path, '.metadata'),
123-
File.join('${SRCROOT}', relative, 'App.framework', 'App'),
124-
File.join('${SRCROOT}', relative, 'engine', 'Flutter.framework', 'Flutter'),
125-
flutter_export_environment_path
126-
],
127121
:execution_position => :before_compile
128122
end
129123

0 commit comments

Comments
 (0)