mirror of
https://github.com/appium/appium.git
synced 2026-01-26 12:18:51 -06:00
Use UICatalog.zip from appium/sample-code
This commit is contained in:
6
reset.sh
6
reset.sh
@@ -189,13 +189,11 @@ reset_ios() {
|
||||
if $ios7_active ; then
|
||||
if $hardcore ; then
|
||||
echo "* Clearing out old UICatalog download"
|
||||
run_cmd rm -rf ./sample-code/apps/UICatalog*
|
||||
run_cmd rm -rf ./sample-code/apps/UICatalog/
|
||||
fi
|
||||
if [ ! -d "./sample-code/apps/UICatalog" ]; then
|
||||
echo "* Downloading UICatalog app source"
|
||||
run_cmd curl -L https://developer.apple.com/library/ios/samplecode/UICatalog/UICatalog.zip -o ./sample-code/apps/UICatalog.zip
|
||||
run_cmd pushd ./sample-code/apps
|
||||
echo "* Unzipping UICatalog app source"
|
||||
run_cmd pushd ./sample-code/apps
|
||||
run_cmd unzip UICatalog.zip
|
||||
run_cmd popd
|
||||
fi
|
||||
|
||||
Submodule submodules/sample-code updated: e1fc7f45ef...4615fe293f
Reference in New Issue
Block a user