Skip to content

Commit 287c2e3

Browse files
committed
docs: add macOS platform support
1 parent 21fc0e3 commit 287c2e3

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
@@ -13,6 +13,7 @@ This package provides the [ThorVG](https://github.com/thorvg/thorvg) runtime for
1313
| ------------- | ------------- |
1414
| Android | arm64-v8a, armeabi-v7a, x86_64 |
1515
| iOS | arm64, x86_64, x86_64(simulator) |
16+
| macOS | arm64, x86_64 |
1617

1718
## Usage
1819

@@ -106,3 +107,13 @@ sh flutter_build.ios.sh
106107

107108
Check whether this file is generated:
108109
- `ios/Frameworks/libthorvg.dylib`
110+
111+
### macOS
112+
```sh
113+
# Build for Animation(Lottie)
114+
cd lottie
115+
sh flutter_build.macos.sh
116+
```
117+
118+
Check whether this file is generated:
119+
- `macos/Frameworks/libthorvg.dylib`

0 commit comments

Comments
 (0)