aboutsummaryrefslogtreecommitdiffhomepage
path: root/base_workspace/examples/objc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'base_workspace/examples/objc/README.md')
-rw-r--r--base_workspace/examples/objc/README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/base_workspace/examples/objc/README.md b/base_workspace/examples/objc/README.md
deleted file mode 100644
index 045264fed6..0000000000
--- a/base_workspace/examples/objc/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-Objective C Examples
-======
-
-The example in this directory show typical use of Objective C libraries,
-binaries and imports. Because they build iOS an application they can only be run
-on Mac OSX.
-
-Build the top-level application with
-`bazel build examples/objc:PrenotCalculator`, which when finished prints the
-path to the generated .ipa. which you can then install to your test device. The
-same build will also print the path to an Xcode project directory which you can
-open to continue working with the application in Xcode.
-
-Running `bazel build examples/objc:PrenotCalculatorInstruments` will build and
-run the application to obtain a screenshot, the path to which it then prints.
-
-