This commit is contained in:
Mingshen Sun 2019-09-15 15:13:49 -07:00
parent 63fd313017
commit e5525ad625
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode10.2
osx_image: xcode10.3
addons:
homebrew:
packages:

View file

@ -20,5 +20,5 @@ mkdir -p "$OUTPUT_PATH"
chmod -R u+w "$GOPATH/pkg/mod"
"$GOPATH/bin/gomobile" bind -target ios -o "${OUTPUT_PATH}/Crypto.framework" \
"$GOPATH/bin/gomobile" bind -v -ldflags="-s -w" -target ios -o "${OUTPUT_PATH}/Crypto.framework" \
"$PACKAGE_PATH"/{crypto,armor,constants,models,subtle}