Commit eda3a18c authored by Chinmay Garde's avatar Chinmay Garde

Avoid building the fitness app on iOS due to build errors

parent 54bf20e1
...@@ -14,11 +14,6 @@ sky_app("fitness") { ...@@ -14,11 +14,6 @@ sky_app("fitness") {
deps = [ deps = [
"//examples/fitness/apk:resources", "//examples/fitness/apk:resources",
] ]
} else if (is_ios) {
info_plist = "ios/Info.plist"
launcher_resources = [
"ios/LaunchScreen.storyboardc",
]
} else if (is_mac) { } else if (is_mac) {
info_plist = "mac/Info.plist" info_plist = "mac/Info.plist"
xibs = [ "mac/sky_mac.xib" ] xibs = [ "mac/sky_mac.xib" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment