Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yechentide committed Apr 1, 2023
1 parent d65fa38 commit b1b375a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ while db.valid() {
This package wrapped 2 kind of c++ libraries: libz & libleveldb.
Each xcframework contains 3 static .a files for iOS(arm64), MacOS(arm64), Simulator(arm64).

| | iOS(arm64) | MacOS(arm64) | Simulator(arm64) | MacOS(x86) | Simulator(x86) |
| ---------------------- | :--------: | :----------: | :--------------: | :--------: | :------------: |
| libz.xcframework | ✔︎ | ✔︎ | ✔︎ | × | × |
| libleveldb.xcframework | ✔︎ | ✔︎ | ✔︎ | × | × |
| | iOS(arm64) | MacOS(arm64) | MacOS(x86) | Simulator(arm64) | Simulator(x86) |
| ---------------------- | :--------: | :----------: | :--------: | :--------------: | :------------: |
| libz.xcframework | ✔︎ | ✔︎ | ✔︎ | ✔︎ | × |
| libleveldb.xcframework | ✔︎ | ✔︎ | ✔︎ | ✔︎ | × |

### attention

Expand Down

0 comments on commit b1b375a

Please sign in to comment.