diff --git a/README.md b/README.md index 0d3bd90..041f503 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Platform - + Pub Package @@ -71,9 +71,9 @@ When creating a release archive (IPA), the symbols are stripped by Xcode, so the 1. In Xcode, go to **Target Runner > Build Settings > Strip Style** 2. Change from **All Symbols** to **Non-Global Symbols** -### MacOS +### macOS -For MacOS a TensorFlow Lite dynamic library needs to be added to the project manually. +For macOS a TensorFlow Lite dynamic library needs to be added to the project manually. For this, first a `.dylib` needs to be built. You can follow the [Bazel build guide](https://www.tensorflow.org/lite/guide/build_arm) or the [CMake build guide](https://www.tensorflow.org/lite/guide/build_cmake) to build the libraries. **CMake Note:**