remove JackOptions block.

PiperOrigin-RevId: 228388690
This commit is contained in:
Mark Daoust 2019-01-08 13:29:19 -08:00 committed by TensorFlower Gardener
parent 495b3eeef0
commit 01dd371b84
2 changed files with 26 additions and 19 deletions
tensorflow/lite/g3doc

View File

@ -7,20 +7,21 @@ instructions walk you through building and running the demo on an iOS device.
## Prerequisites
* You must have [Xcode](https://developer.apple.com/xcode/) installed and have a
valid Apple Developer ID, and have an iOS device set up and linked to your
* You must have [Xcode](https://developer.apple.com/xcode/) installed and have
a valid Apple Developer ID, and have an iOS device set up and linked to your
developer account with all of the appropriate certificates. For these
instructions, we assume that you have already been able to build and deploy an
app to an iOS device with your current developer environment.
instructions, we assume that you have already been able to build and deploy
an app to an iOS device with your current developer environment.
* The demo app requires a camera and must be executed on a real iOS device. You
can build it and run with the iPhone Simulator but it won't have any camera
information to classify.
* The demo app requires a camera and must be executed on a real iOS device.
You can build it and run with the iPhone Simulator but it won't have any
camera information to classify.
* You don't need to build the entire TensorFlow library to run the demo, but you
will need to clone the TensorFlow repository if you haven't already:
* You don't need to build the entire TensorFlow library to run the demo, but
you will need to clone the TensorFlow repository if you haven't already:
git clone https://github.com/tensorflow/tensorflow
cd tensorflow
* You'll also need the Xcode command-line tools:
@ -47,7 +48,7 @@ instructions walk you through building and running the demo on an iOS device.
If you have installed this pod before and that command doesn't work, try
pod update
pod repo update
At the end of this step you should have a file called
`tflite_camera_example.xcworkspace`.
@ -59,7 +60,13 @@ instructions walk you through building and running the demo on an iOS device.
This launches Xcode if it isn't open already and opens the
`tflite_camera_example` project.
5. Build and run the app in Xcode.
5. Under `Project navigator -> tflite_camera_example -> Targets ->
tflite_camera_example -> General` change the bundle identifier by
pre-pending your name:
![pre-pend your name to the bundle identifier](images/ios/bundle_identifier.png)
6. Build and run the app in Xcode.
Note that as mentioned earlier, you must already have a device set up and
linked to your Apple Developer account in order to deploy the app on a

Binary file not shown.

After

(image error) Size: 63 KiB