no message
This commit is contained in:
@ -14,8 +14,9 @@ tar zcfv sdk-android-${VER}.tar.gz android
|
|||||||
rm -rf android
|
rm -rf android
|
||||||
|
|
||||||
#ios XCode required
|
#ios XCode required
|
||||||
#gomobile bind -v -target=ios -ldflags="-s -w"
|
gomobile bind -v -target=ios -ldflags="-s -w"
|
||||||
tar zcfv sdk-ios-${VER}.tar.gz Proxy.framework
|
mv Proxy.framework ios
|
||||||
rm -rf Proxy.framework
|
tar zcfv sdk-ios-${VER}.tar.gz ios
|
||||||
|
rm -rf ios
|
||||||
|
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|||||||
Reference in New Issue
Block a user