mirror of
https://github.com/SideStore/SideStore.git
synced 2026-04-05 10:15:38 +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 ?=
|
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/
|
||||||
|
|||||||
Reference in New Issue
Block a user