Development for jellyflood
Go to file
Ethan Pippin 33a3931b0b
update tvOS disclaimer
2022-01-06 22:09:25 -07:00
.github Remove codeowners 2022-01-05 16:35:14 -05:00
JellyfinPlayer resume offset and live tv moved to experimental 2022-01-05 13:38:15 -07:00
JellyfinPlayer tvOS resume offset and live tv moved to experimental 2022-01-05 13:38:15 -07:00
JellyfinPlayer.xcodeproj remove dev team 2022-01-05 14:06:58 -07:00
JellyfinPlayer.xcworkspace Merge branch 'main' into ios-video-player-refactor 2022-01-04 22:06:48 -07:00
Shared resume offset and live tv moved to experimental 2022-01-05 13:38:15 -07:00
Translations Translated using Weblate (Indonesian) 2022-01-06 12:13:09 -05:00
WidgetExtension Merge branch 'main' into multi-server-url 2021-11-10 22:55:06 -07:00
bin Replace R.swift with Swiftgen 2021-11-08 03:37:01 +09:00
fastlane fix 2021-06-09 21:25:50 -07:00
.gitignore Replace R.swift with Swiftgen 2021-11-08 03:37:01 +09:00
.swiftformat Apply SwiftFormat (#44) 2021-06-10 08:04:46 -07:00
Gemfile Add fastlane - increase res. a bit 2021-05-22 10:03:48 -04:00
LICENSE.md Fix some formatting 2021-06-09 23:15:51 -07:00
Podfile update os in Podfile 2022-01-05 11:46:31 -07:00
README.md update tvOS disclaimer 2022-01-06 22:09:25 -07:00
swiftgen.yml Replace R.swift with Swiftgen 2021-11-08 03:37:01 +09:00

README.md

Swiftfin

Swiftfin

Swiftfin is a modern client for the Jellyfin media server. Redesigned in Swift to maximize direct play with the power of VLC and look native on all classes of Apple devices.

Join the Beta on TestFlight

Don't see SwiftFin in your language?

Check out our Weblate instance to help translate Swiftfin and other projects.

⚙️ Development

Xcode 13.0 with command line tools.

Build Process

# install Cocoapods (if not installed)
$ sudo gem install cocoapods

# install dependencies
$ pod install

# open workspace and build it
$ open JellyfinPlayer.xcworkspace