| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/Smaug-77/API-Examples/main/iOS/APIExample-OC/package_script.sh | [Back] [Original] |
http_proxy=http://10.10.114.51:1080 https_proxy=http://10.10.114.51:1080 pod install --repo-update
if [ $? -eq 0 ]; then
echo "pod success"
else
echo "pod failed"
exit 1
fi
script_path="$( cd "$(dirname "$0")" ; pwd -P )"
echo $script_path
current_datetime=$(date +'%Y-%m-%d_%H-%M-%S')
echo $current_datetime
zip -r ${1}_OC_${current_datetime}.zip .
| Web Proxy Viewer | New URL | Original Page |