Rename package to gopenpgp
This commit is contained in:
parent
7519408c0c
commit
da2e0f77f0
14 changed files with 27 additions and 27 deletions
2
build.sh
2
build.sh
|
|
@ -10,7 +10,7 @@ mkdir -p $IOS_OUT
|
|||
# CHECK="${1-0}"
|
||||
# if [ ${CHECK} -eq "1" ]; then
|
||||
printf "\e[0;32mStart Building iOS framework .. Location: ${IOS_OUT} \033[0m\n\n"
|
||||
PACKAGE_PATH=github.com/ProtonMail/go-pm-crypto
|
||||
PACKAGE_PATH=github.com/ProtonMail/gopenpgp
|
||||
|
||||
gomobile bind -target ios -o ${IOS_OUT}/Crypto.framework $PACKAGE_PATH/crypto $PACKAGE_PATH/armor $PACKAGE_PATH/constants $PACKAGE_PATH/key $PACKAGE_PATH/models
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue