Skip to content

Commit 9a186e2

Browse files
JoMinSeotinyjin
authored andcommitted
docs: add macOS platform support
1 parent b3bbd3f commit 9a186e2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This project provides the [ThorVG](https://github.com/thorvg/thorvg) runtime for
2020
| ------------- | ------------- |
2121
| Android | arm64-v8a, armeabi-v7a, x86_64 |
2222
| iOS | arm64, x86_64, x86_64(simulator) |
23+
| macOS | arm64, x86_64 |
2324

2425
## Usage
2526

@@ -113,3 +114,13 @@ sh flutter_build.ios.sh
113114

114115
Check whether this file is generated:
115116
- `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

Comments
 (0)