experimental ios comments and notes
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dan Ballard 2021-08-06 14:38:26 -07:00
parent c57942c693
commit 64528d731f
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,6 @@
IOS_OUT := ./ios
.PHONY: all linux android windows clean
.PHONY: all linux android windows clean ios
DEFAULT_GOAL: linux
@ -27,6 +27,8 @@ libCwtch.dll: lib.go
clean:
rm -f cwtch.aar cwtch_go.apk libCwtch.h libCwtch.so cwtch-sources.jar libCwtch.dll
# iOS - for testing purposes only for now, not officially supported
ios-arm64:
CGO_ENABLED=1 \
GOOS=darwin \

View File

@ -2,9 +2,13 @@
C-bindings for the Go Cwtch Library.
# Build Instructions...
# Build Instructions
make linux
make android
make windows
## Experimental iOS support
make ios
# Using
@ -16,3 +20,7 @@ C-bindings for the Go Cwtch Library.
## Android
- copy `cwtch.aar` into `flutter_app/android/cwtch`
## Windows
- copy libCwtch.dll into the directory of the `.exe` using it