Swiftfin/README.md

48 lines
1.8 KiB
Markdown
Raw Normal View History

2021-05-27 13:23:31 -04:00
<p align="center">
2021-07-16 20:28:26 -04:00
<img alt="SwiftFin" height="125" src="https://github.com/jellyfin/SwiftFin/raw/main/JellyfinPlayer/Assets.xcassets/AppIcon.appiconset/152.png">
<h2 align="center">SwiftFin</h2>
2021-07-23 11:54:37 +09:00
<a href="https://translate.jellyfin.org/engage/swiftfin/">
<img src="https://translate.jellyfin.org/widgets/swiftfin/-/svg-badge.svg"/>
</a>
2021-07-16 20:28:26 -04: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 13:23:31 -04:00
</p>
2021-07-15 13:31:13 -04:00
<p align="center">
2021-07-16 20:28:26 -04: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 13:31:13 -04:00
</p>
2021-05-23 13:14:09 -05:00
2021-07-16 20:28:26 -04: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 14:34:02 +09:00
**Don't see SwiftFin in your language?**
2021-07-23 11:54:37 +09:00
2021-07-23 14:34:02 +09:00
Check out our [Weblate instance](https://translate.jellyfin.org/projects/swiftfin/) to help translate SwiftFin and other projects.
2021-07-23 11:54:37 +09:00
<a href="https://translate.jellyfin.org/engage/swiftfin/">
<img src="https://translate.jellyfin.org/widgets/swiftfin/-/multi-auto.svg"/>
</a>
2021-07-16 20:28:26 -04:00
## ⚙️ Development
Xcode 13.0 with command line tools.
2021-07-23 11:54:37 +09:00
### Build Process
```bash
# install Cocoapods (if not installed)
$ sudo gem install cocoapods
# install dependencies
$ pod install
2021-07-23 12:04:37 +09:00
# open workspace and build it
2021-07-23 11:54:37 +09:00
$ open JellyfinPlayer.xcworkspace
```