mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-23 22:19:49 +00:00
Native Jellyfin Client for iOS and tvOS
3dae6769f9
Changed AppIcon link to save path. |
||
---|---|---|
.github | ||
bin | ||
fastlane | ||
Shared | ||
Swiftfin | ||
Swiftfin tvOS | ||
Swiftfin.xcodeproj | ||
Swiftfin.xcworkspace | ||
Translations | ||
WidgetExtension | ||
.gitignore | ||
.swiftformat | ||
Gemfile | ||
LICENSE.md | ||
Podfile | ||
README.md | ||
swiftgen.yml |
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.
⚡️ Links!
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 Swiftfin.xcworkspace