🎵 24/7 music designed for coding, now in your mac!
A menu bar music radio client for https://coderadio.freecodecamp.org (about), written in Swift.
- Download prebuilt binary from GitHub release page.
- enjoy~
- Xcode 15.0+
- Swift 5.9+
- macOS 13.5+
- Tuist
-
Install Tuist
-
Clone repository
git clone https://github.com/XiCheng148/CodeRadio.git
cd CodeRadio- Generate Xcode project
tuist install
tuist generate- Open and build
open CodeRadio.xcworkspaceThis project uses GitHub Actions for automated building and releasing:
- Push a new version tag to trigger automatic build:
git tag v1.0.0
git push origin v1.0.0-
GitHub Actions will automatically:
- install
- Build the application
- Create DMG package
- Release new version
-
Build artifacts can be downloaded from Releases
This project is licensed under the MIT License. See LICENSE file for details.
This project was inspired by and received help from:
- Awesome-Merge-Picture - A tool to quickly create a preview image of a dark 和 light mode project.
