diff --git a/README.md b/README.md index 7af66ad..0ec641d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,27 @@ This tweak makes Spotify think you have a Premium subscription, granting free listening, just like Spotilife, and provides some additional features like custom lyrics. +## How to build an EeveeSpotify IPA using Github actions +> [!NOTE] +> If this your first time, complete following steps before starting: +> +> 1. Fork this repository using the fork button on the top right +> 2. On your forked repository, go to **Repository Settings** > **Actions**, enable **Read and Write** permissions. + +
+ How to build the EeveeSpotify IPA +
    +
  1. Click on Sync fork, and if your branch is out-of-date, click on Update branch.
  2. +
  3. Navigate to the Actions tab in your forked repository and select Create IPA Packages if you're on desktop/widescreen. Tap All Workflows and select Create IPA Packages if you're on mobile/portrait.
  4. +
  5. Click the Run workflow button located on the right side.
  6. +
  7. Prepare a decrypted .ipa file (we cannot provide this due to legal reasons), then upload it to a file provider (e.g., filebin.net, filemail.com, or Dropbox is recommended). Paste the URL of the decrypted IPA file in the provided field.
  8. +
  9. NOTE: Make sure to provide a direct download link to the file, not a link to a webpage. Otherwise, the process will fail.
  10. +
  11. Go to the releases page of the EeveeSpotify repository (NOT the fork). Hold and copy the link of the .deb file, which corresponds to your phone's architecture
  12. +
  13. Make sure all inputs are correct, then click Run workflow to start the process.
  14. +
  15. Wait for the build to finish. You can download the EeveeSpotify IPA from the releases section of your forked repo. (If you can't find the releases section, go to your forked repo and add /releases to the URL, i.e., github.com/user/EeveeSpotifyReborn/releases.)
  16. +
+
+ ## The History In January 2024, Spotilife, the only tweak to get Spotify Premium, stopped working on new Spotify versions. I decompiled Spotilife, reverse-engineered Spotify, intercepted requests, etc., and created this tweak.