2021-05-27 17:23:31 +00:00
< p align = "center" >
2022-01-08 09:13:00 +00:00
< img alt = "Swiftfin" height = "125" src = "https://github.com/jellyfin/Swiftfin/blob/main/Swiftfin/Assets.xcassets/AppIcon.appiconset/152.png" >
2021-07-31 01:32:10 +00:00
< h2 align = "center" > Swiftfin< / h2 >
2021-07-23 02:54:37 +00:00
< a href = "https://translate.jellyfin.org/engage/swiftfin/" >
< img src = "https://translate.jellyfin.org/widgets/swiftfin/-/svg-badge.svg" / >
< / a >
2021-07-17 00:28:26 +00:00
< a href = "https://matrix.to/#/+jellyfin:matrix.org" >
< img src = "https://img.shields.io/matrix/jellyfin:matrix.org" >
< / a >
< a href = "https://sonarcloud.io/dashboard?id=jellyfin_SwiftFin" >
< img src = "https://sonarcloud.io/api/project_badges/measure?project=jellyfin_SwiftFin&metric=alert_status" >
< / a >
< a href = "https://discord.gg/zHBxVSXdBV" >
< img src = "https://img.shields.io/badge/Talk%20on-Discord-brightgreen" >
< / a >
2021-05-27 17:23:31 +00:00
< / p >
2021-07-15 17:31:13 +00:00
< p align = "center" >
2021-07-31 01:32:10 +00:00
< b > Swiftfin< / b > is a modern client for the < a href = "https://github.com/jellyfin/jellyfin" > Jellyfin< / a > media server. Redesigned in Swift to maximize direct play with the power of < b > VLC< / b > and look < b > native< / b > on all classes of Apple devices.
2021-07-15 17:31:13 +00:00
< / p >
2021-05-23 18:14:09 +00:00
2021-07-17 00:28:26 +00:00
## ⚡️ Links!
< a href = 'https://testflight.apple.com/join/WiN0G62Q' > < img height = '70' alt = 'Join the Beta on TestFlight' src = 'https://anotherlens.app/testflight-badge.png' / > < / a >
2021-07-23 05:34:02 +00:00
**Don't see SwiftFin in your language?**
2021-07-23 02:54:37 +00:00
2021-07-31 01:32:10 +00:00
Check out our [Weblate instance ](https://translate.jellyfin.org/projects/swiftfin/ ) to help translate Swiftfin and other projects.
2021-07-23 02:54:37 +00:00
< a href = "https://translate.jellyfin.org/engage/swiftfin/" >
< img src = "https://translate.jellyfin.org/widgets/swiftfin/-/multi-auto.svg" / >
< / a >
2021-07-17 00:28:26 +00:00
## ⚙️ Development
2021-09-22 14:43:49 +00:00
Xcode 13.0 with command line tools.
2021-07-23 02:54:37 +00:00
### Build Process
```bash
# install Cocoapods (if not installed)
$ sudo gem install cocoapods
# install dependencies
$ pod install
2021-07-23 03:04:37 +00:00
# open workspace and build it
2022-01-07 18:34:25 +00:00
$ open Swiftfin.xcworkspace
2021-07-31 01:32:10 +00:00
```