Skip to content

Commit

Permalink
Automated rollback of commit e74977f.
Browse files Browse the repository at this point in the history
SKIP_CI=This reverts a documentation change and shouldn't be the cause of the CI failure.

*** Reason for rollback ***

Rolling back because the md link
https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-ios.md#ios_application
is converted into a broken html5 link
https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-ios.html#ios_application

*** Original change description ***

Update ios_application links on the ios tutorial page.

RELNOTES: none
PiperOrigin-RevId: 224605563
  • Loading branch information
Googler authored and Copybara-Service committed Dec 8, 2018
1 parent 5de60f1 commit fcc839c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/docs/tutorial/ios-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ 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/blob/master/doc/rules-ios.md#ios_application)
you'll use the [`ios_application`](https://github.com/bazelbuild/rules_apple)
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 +180,8 @@ Note the name of the rule, `UrlGetClasses`.

### Add an ios_application rule

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

Add the following to your `BUILD` file:

Expand Down

0 comments on commit fcc839c

Please sign in to comment.