no message

This commit is contained in:
arraykeys
2018-04-17 13:57:52 +08:00
parent 9d4930b29d
commit 57935c2296

View File

@ -14,8 +14,9 @@ tar zcfv sdk-android-${VER}.tar.gz android
rm -rf android
#ios XCode required
#gomobile bind -v -target=ios -ldflags="-s -w"
tar zcfv sdk-ios-${VER}.tar.gz Proxy.framework
rm -rf Proxy.framework
gomobile bind -v -target=ios -ldflags="-s -w"
mv Proxy.framework ios
tar zcfv sdk-ios-${VER}.tar.gz ios
rm -rf ios
echo "done."