mirror of
https://github.com/SideStore/SideStore.git
synced 2026-04-05 02:05:40 +02:00
change build to use .xcodeproj instead of workspace
This commit is contained in:
4
Makefile
4
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/
|
||||
|
||||
Reference in New Issue
Block a user