From f06a6aac78d1fb9dee31b526fdd481f44c255d31 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 26 Oct 2022 15:57:06 -0500 Subject: [PATCH] ha, updated project Signed-off-by: Matt Bruce --- Scripts/build_aggregate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/build_aggregate.sh b/Scripts/build_aggregate.sh index 01cbd235..b4183ead 100755 --- a/Scripts/build_aggregate.sh +++ b/Scripts/build_aggregate.sh @@ -12,7 +12,7 @@ SIMULATOR_ARCHIVE_PATH="${BUILD_DIR}/${SIMULATOR_CONFIGURATION}-iphonesimulator/ FRAMEWORKS_DIR=$BUILD_DIR/../../../Frameworks/VDS UNIVERSAL_OUTPUTFOLDER="${BUILD_DIR}/universal" -sed -i '' "s|path = \.\.\/SharedFrameworks|path = ${FRAMEWORKS_DIR}|g" ./MVMCoreUI.xcodeproj/project.pbxproj +sed -i '' "s|path = \.\.\/SharedFrameworks|path = ${FRAMEWORKS_DIR}|g" ./VDS.xcodeproj/project.pbxproj # Build device archive xcodebuild archive \