blob: a8769bf156b6ef1ced70eee8b1af1157d85ea4c7 [file] [log] [blame] [view]
Dave MacLachlan2f4d1c22016-02-03 22:29:27 +00001# Objective C Examples
Peter Schmittba03d892015-03-12 15:17:21 +00002
3The example in this directory show typical use of Objective C libraries,
Nathan Harmataa1036d72015-06-22 15:48:35 +00004binaries and imports. Because they build an iOS application they can only be run
Peter Schmittba03d892015-03-12 15:17:21 +00005on Mac OSX.
6
7Build the top-level application with
8`bazel build examples/objc:PrenotCalculator`, which when finished prints the
9path to the generated .ipa. which you can then install to your test device. The
10same build will also print the path to an Xcode project directory which you can
11open to continue working with the application in Xcode.
12
13Running `bazel build examples/objc:PrenotCalculatorInstruments` will build and
14run the application to obtain a screenshot, the path to which it then prints.
15
16