From b86c1994d868e2a6e86c8a183ce2157548e5f81a Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 30 Jun 2021 17:28:23 -0400 Subject: [PATCH] build and deploy --- Scripts/download_dependencies.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/download_dependencies.sh b/Scripts/download_dependencies.sh index 7ef0e7be..74da129b 100755 --- a/Scripts/download_dependencies.sh +++ b/Scripts/download_dependencies.sh @@ -14,7 +14,7 @@ fi if [ ! -d "./Frameworks" ]; then echo "make frameworks folder at $(pwd)/Frameworks" mkdir "./Frameworks" -ls +ls "./" else pwd fi @@ -23,3 +23,5 @@ fi ./Scripts/download_framework.sh $ARTIFACTORY_URL "./Frameworks/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/1.0/MVMCore-1.0-Debug-SNAPSHOT.zip ./Scripts/download_framework.sh $ARTIFACTORY_URL "./Frameworks/MVMAnimationFramework.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMAnimationFramework.framework/1.9/MVMAnimationFramework.framework-1.9.zip + +ls "./Frameworks"