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:
Chinmay Garde 2015-07-28 14:30:09 -07:00
commit f63c11cabf

View File

@ -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) {
}
}