mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Manually specify all files part of the XcodeProj in the GN rule
This commit is contained in:
parent
9734b7b108
commit
4778467d67
@ -52,10 +52,11 @@ template("xcode_harness_ios") {
|
||||
xcode_project_gen_target_name = app_name + "_xcode"
|
||||
copy(xcode_project_gen_target_name) {
|
||||
sources = [
|
||||
"//build/config/ios/XcodeHarness"
|
||||
"//build/config/ios/XcodeHarness/FakeMain.m",
|
||||
"//build/config/ios/XcodeHarness/Harness.xcodeproj",
|
||||
]
|
||||
outputs = [
|
||||
"$root_build_dir/$xcode_project_gen_target_name/Harness.xcodeproj",
|
||||
"$root_build_dir/$xcode_project_gen_target_name/{{source_file_part}}",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user