Compare commits

...

2 Commits

Author SHA1 Message Date
mahee96
ae380e48dd change build to use .xcodeproj instead of workspace 2026-04-04 01:43:15 -07:00
mahee96
db5fb89d7c remove xcworkspace - obsolete now 2026-04-04 01:37:20 -07:00
3 changed files with 2 additions and 26 deletions

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:AltStore.xcodeproj">
</FileRef>
<FileRef
location = "group:Dependencies/AltSign">
</FileRef>
<FileRef
location = "group:Dependencies/minimuxer">
</FileRef>
<FileRef
location = "group:Dependencies/Roxas/Roxas.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
<false/>
</dict>
</plist>

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/