Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="https://img.shields.io/badge/Platform-Flutter-02569B?logo=flutter"
alt="Platform" />
</a>
<a href="https://pub.dartlang.org/packages/tflite_flutter">
<a href="https://pub.dev/packages/tflite_flutter">
<img src="https://img.shields.io/pub/v/tflite_flutter.svg"
alt="Pub Package" />
</a>
Expand Down Expand Up @@ -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:**
Expand Down