path fix
This commit is contained in:
parent
eb0b4692b1
commit
7936d1d51f
@ -22,5 +22,5 @@ fi
|
|||||||
#xcodebuild -workspace "../RemoteView.xcworkspace" -scheme "RemoteViewAggregate"
|
#xcodebuild -workspace "../RemoteView.xcworkspace" -scheme "RemoteViewAggregate"
|
||||||
|
|
||||||
# Remote View Versions
|
# Remote View Versions
|
||||||
BUILD_DIR=$(xcodebuild -showBuildSettings -project ../MVMCore/MVMCore.xcodeproj | grep BUILD_DIR)
|
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
|
./upload_framework.sh $ARTIFACTORY_URL "${BUILD_DIR}/universal/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/[VER]/MVMCore-[VER]-Debug-SNAPSHOT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user