From 180c8503b0417804c4a8a5796e37477ae6e9d996 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Mon, 28 Jun 2021 17:59:37 -0400 Subject: [PATCH] path fix --- Scripts/upload_remote_view_frameworks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/upload_remote_view_frameworks.sh b/Scripts/upload_remote_view_frameworks.sh index 84c6a29..1ff2744 100755 --- a/Scripts/upload_remote_view_frameworks.sh +++ b/Scripts/upload_remote_view_frameworks.sh @@ -22,5 +22,5 @@ fi #xcodebuild -workspace "../RemoteView.xcworkspace" -scheme "RemoteViewAggregate" # Remote View Versions -BUILD_DIR=$(xcodebuild -showBuildSettings -project MVMCore/MVMCore.xcodeproj | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-) +BUILD_DIR=$(xcodebuild -showBuildSettings -project ../MVMCore/MVMCore.xcodeproj | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-) ./upload_framework.sh $ARTIFACTORY_URL "${BUILD_DIR}/universal/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/[VER]/MVMCore-[VER]-Debug-SNAPSHOT