Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 805 Bytes

Effem

An open source podcast player for iOS built with Swift and SwiftUI. This project uses the podcast index at podcastindex.org Podcasting 2.0!

Project State

The code in this repo should be considered non-functional right now.

Contributing

It is always a good idea to discuss before taking on a significant task. That said, I have a strong bias towards enthusiasm. If you are excited about doing something, I'll do my best to get out of your way.

By participating in this project you agree to abide by the Contributor Code of Conduct.

Building

Note: requires Xcode 15 and macOS 14

  • clone the repo
  • cp User.xcconfig.template User.xcconfig
  • update User.xcconfig with your personal information
  • build/run with Xcode