mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #331 from chinmaygarde/master
Provide empty group in sky_app template when no Info.plist is specified
This commit is contained in:
commit
f63c11cabf
@ -126,7 +126,8 @@ template("sky_app") {
|
||||
deps += invoker.deps
|
||||
}
|
||||
}
|
||||
} else {
|
||||
} else if(is_ios) {
|
||||
# No Info.plist specified. But we still need an empty target
|
||||
group(target_name) {
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user