Skip to content

Commit

Permalink
use ios_application for ios-app tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
c-parsons committed Oct 14, 2015
1 parent 6100c26 commit 9ee18b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tutorial/ios-app/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
ios_application(
name = "ios-app",
binary = "ios-app-binary",
infoplist = "UrlGet/UrlGet-Info.plist",
)

objc_binary(
name = "ios-app",
name = "ios-app-binary",
srcs = [
"UrlGet/main.m",
],
deps = [
":UrlGetClasses",
],
infoplist = "UrlGet/UrlGet-Info.plist",
)

objc_library(
Expand Down

0 comments on commit 9ee18b0

Please sign in to comment.