XCode -> Xcode

Summary: Insufferable Apple fanboys have burned this into my brain.

Reviewed By: Yangqing

Differential Revision: D4913772

fbshipit-source-id: 486c20e9c921
This commit is contained in:
Madelaine Boyd
2017-04-21 10:49:12 -07:00
committed by Yangqing Jia
parent a48062b1a2
commit 199a09c7dd

View File

@ -56,7 +56,7 @@ Detailed build matrix (hit refresh if you see icons not showing up due to heroku
#### Android and iOS
We use CMake's Android and iOS ports to build native binaries that you can then integrate into your Android or XCode projects. See scripts/build_android.sh and scripts/build_ios.sh for more details.
We use CMake's Android and iOS ports to build native binaries that you can then integrate into your Android or Xcode projects. See scripts/build_android.sh and scripts/build_ios.sh for more details.
For Android, one can also use gradle to build Caffe2 directly with Android Studio. An example project can be found [here](https://github.com/bwasti/AICamera). Note that you may need to configure Android Studio so that it has the right SDK and NDK versions to build the code.