mirror of
https://github.com/SideStore/SideStore.git
synced 2026-05-11 20:05:40 +02:00
Compare commits
2 Commits
d0324a2021
...
ae380e48dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae380e48dd | ||
|
|
db5fb89d7c |
16
AltStore.xcworkspace/contents.xcworkspacedata
generated
16
AltStore.xcworkspace/contents.xcworkspacedata
generated
@@ -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>
|
|
||||||
@@ -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>
|
|
||||||
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