From 5574172d99b2d115cda3e4ef590c0e9686accadc Mon Sep 17 00:00:00 2001 From: JJTech Date: Wed, 8 Jun 2022 19:38:36 -0400 Subject: [PATCH] Replace xcodeworkspace with xcodeproj (#20) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c50135..87e52aaf 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ AltStore and AltServer are both fairly straightforward to compile and run if you ``` git clone https://github.com/SideStore/SideStore.git --recurse-submodules ``` -2. Open `AltStore.xcworkspace` and select the AltStore project in the project navigator. On the `Signing & Capabilities` tab, change the team from to your own account. +2. Open `AltStore.xcodeproj` and select the AltStore project in the project navigator. On the `Signing & Capabilities` tab, change the team from to your own account. 3. **(Development only)** Change the value for `ALTDeviceID` in the Info.plist to your device's UDID. Normally, SideServer embeds the device's UDID in SideStore's Info.plist during installation. When running through Xcode you'll need to set the value yourself or else SideStore won't resign (or even install) apps for the proper device. You can achieve this by changing a few things to be able to build and use SideStore. 5. Copy `CodeSigning.xcconfig.sample` to `CodeSigning.xcconfig` 6. Fill out all of the properties in `CodeSigning.xcconfig` to match your account.