Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jat <[email protected]>
  • Loading branch information
jat001 committed Oct 25, 2023
1 parent 1fe8a14 commit 6d147a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@
go.work

config.toml

*.aar
*.jar
*.apk
*.xcframework
*.app

.DS_Store
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Set `GOOS` and `GOARCH` to build for other platforms.

```shell
cd src
gomobile bind -o ../ddns4cdn.aar -target=android -androidapi 33 ./worker
gomobile bind -o ../ddns4cdn.aar -target android -javapkg ddns4cdn -androidapi 33 ./worker
gomobile bind -o ../ddns4cdn.xcframework -target ios -prefix Ddns4cdn -iosversion 17 ./worker
```

0 comments on commit 6d147a9

Please sign in to comment.