Skip to content

macOS port v1.0.1

Choose a tag to compare

@crocchetto crocchetto released this 17 Nov 21:34
· 5 commits to master since this release

Welcome to Full Release 1.0.1

This is just a hotfix on the config file to use an alternative or modified client for Discord.


🍏 LeagueRPC App (Recommended)

The easiest method. Requires no manual installation of Python or Homebrew.

  1. Download LeagueRPC_v1.0.0_App.zip from the Assets section below.
  2. Unzip the file.
  3. Drag LeagueRPC.app to your Applications folder (optional).
  4. Double-click to run. A terminal window will open automatically to show you the status.

⚠️ "App is damaged" Fix

Since this app is open-source and not signed by Apple, macOS might show a warning saying "LeagueRPC is damaged and can't be opened". This is a false positive. To fix it:

  1. Open the Terminal app.
  2. Type xattr -cr (make sure there is a space at the end).
  3. Drag and drop the LeagueRPC.app into the terminal window.
  4. Press Enter.
  5. Open the App again.
🛠️ Source Installer (Advanced)

Use this if you prefer running from source, want to modify the code, or if the App doesn't work for you.

  1. Download LeagueRPC_v1.0.0_Installer.zip from the Assets section below.
  2. Unzip the folder.
  3. Open Terminal and navigate to the folder (cd path/to/folder).
  4. Make the installer executable:
    chmod +x install.sh
  5. Run the installer:
    ./install.sh
  6. Follow the on-screen instructions.

This is an unofficial port of the original its-haze/league-rpc project, modified to run natively on macOS.