We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bbd3f commit 9a186e2Copy full SHA for 9a186e2
1 file changed
README.md
@@ -20,6 +20,7 @@ This project provides the [ThorVG](https://github.com/thorvg/thorvg) runtime for
20
| ------------- | ------------- |
21
| Android | arm64-v8a, armeabi-v7a, x86_64 |
22
| iOS | arm64, x86_64, x86_64(simulator) |
23
+| macOS | arm64, x86_64 |
24
25
## Usage
26
@@ -113,3 +114,13 @@ sh flutter_build.ios.sh
113
114
115
Check whether this file is generated:
116
- `ios/Frameworks/libthorvg.dylib`
117
+
118
+### macOS
119
+```sh
120
+# Build for Animation(Lottie)
121
+cd lottie
122
+sh flutter_build.macos.sh
123
+```
124
125
+Check whether this file is generated:
126
+- `macos/Frameworks/libthorvg.dylib`
0 commit comments