Skip to content

Commit

Permalink
Update ios_application links on the ios tutorial page to link to ios'…
Browse files Browse the repository at this point in the history
… documentation overview page. Once external md links aren't converted to html links, these should link directly to the https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-ios.md#ios_application.

RELNOTES: none
PiperOrigin-RevId: 245139187
  • Loading branch information
Googler authored and copybara-github committed Apr 24, 2019
1 parent 1e64b7e commit 916f703
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions site/docs/tutorial/ios-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ Bazel provides several build rules that you can use to build an app for the
iOS platform. For this tutorial, you'll first use the
[`objc_library`](../be/objective-c.html#objc_library) rule to tell Bazel
how to build a static library from the app source code and Xib files. Then
you'll use the [`ios_application`](https://github.com/bazelbuild/rules_apple)
you'll use the
[`ios_application`](https://github.com/bazelbuild/rules_apple/tree/master/doc)
rule to tell it how to build the application binary and the `.ipa` bundle.

**NOTE:** This tutorial presents a minimal use case of the Objective-C rules in
Expand All @@ -180,8 +181,9 @@ Note the name of the rule, `UrlGetClasses`.

### Add an ios_application rule

The [`ios_application`](../be/objective-c.html#ios_application) rule builds
the application binary and creates the `.ipa` bundle file.
The
[`ios_application`](https://github.com/bazelbuild/rules_apple/tree/master/doc)
rule builds the application binary and creates the `.ipa` bundle file.

Add the following to your `BUILD` file:

Expand Down

0 comments on commit 916f703

Please sign in to comment.