Upgrade GopenPGP and remove Gopenpgpwrapper glue code

This commit is contained in:
Moritz Kuntze 2019-07-19 01:20:18 +02:00 committed by Mingshen Sun
parent 58e7e1b4e4
commit 21c172f9a8
6 changed files with 61 additions and 111 deletions

View file

@ -31,7 +31,7 @@ before_script:
travis_wait 45 carthage bootstrap --platform iOS
fi
- |
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh|gopenpgpwrapper.go") ] && [ -d "go/dist/Gopenpgpwrapper.framework" ]; then
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh|gopenpgpwrapper.go") ] && [ -d "go/dist/Crypto.framework" ]; then
echo "Use cached go dependencies."
ls -ld go/dist/*framework
else