change build to use .xcodeproj instead of workspace

This commit is contained in:
mahee96
2026-04-04 01:41:16 -07:00
parent db5fb89d7c
commit ae380e48dd

View File

@@ -169,7 +169,7 @@ MARKETING_VERSION ?=
BUNDLE_ID_SUFFIX ?= BUNDLE_ID_SUFFIX ?=
# Common build settings for xcodebuild # Common build settings for xcodebuild
COMMON_BUILD_SETTINGS = \ COMMON_BUILD_SETTINGS = \
-workspace AltStore.xcworkspace \ -project AltStore.xcodeproj \
-scheme SideStore \ -scheme SideStore \
-sdk iphoneos \ -sdk iphoneos \
-configuration $(BUILD_CONFIG) \ -configuration $(BUILD_CONFIG) \
@@ -247,7 +247,7 @@ sim-boot-check:
clean-build: clean-build:
@echo "Cleaning build artifacts..." @echo "Cleaning build artifacts..."
@xcodebuild clean -workspace AltStore.xcworkspace -scheme SideStore @xcodebuild clean -project AltStore.xcodeproj -scheme SideStore
fakesign-apps: fakesign-apps:
rm -rf SideStore.xcarchive/Products/Applications/SideStore.app/Frameworks/AltStoreCore.framework/Frameworks/ rm -rf SideStore.xcarchive/Products/Applications/SideStore.app/Frameworks/AltStoreCore.framework/Frameworks/