From ae380e48dd485e497cf72d500987cb9e13a335f1 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:41:16 -0700 Subject: [PATCH] change build to use .xcodeproj instead of workspace --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a5d653f2..af8e4df0 100755 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ MARKETING_VERSION ?= BUNDLE_ID_SUFFIX ?= # Common build settings for xcodebuild COMMON_BUILD_SETTINGS = \ - -workspace AltStore.xcworkspace \ + -project AltStore.xcodeproj \ -scheme SideStore \ -sdk iphoneos \ -configuration $(BUILD_CONFIG) \ @@ -247,7 +247,7 @@ sim-boot-check: clean-build: @echo "Cleaning build artifacts..." - @xcodebuild clean -workspace AltStore.xcworkspace -scheme SideStore + @xcodebuild clean -project AltStore.xcodeproj -scheme SideStore fakesign-apps: rm -rf SideStore.xcarchive/Products/Applications/SideStore.app/Frameworks/AltStoreCore.framework/Frameworks/