update README.md
This commit is contained in:
parent
a353985e47
commit
ba6a62d546
24
README.md
24
README.md
|
@ -1,6 +1,9 @@
|
|||
<p align="center">
|
||||
<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>
|
||||
<a href="https://translate.jellyfin.org/engage/swiftfin/">
|
||||
<img src="https://translate.jellyfin.org/widgets/swiftfin/-/svg-badge.svg"/>
|
||||
</a>
|
||||
<a href="https://matrix.to/#/+jellyfin:matrix.org">
|
||||
<img src="https://img.shields.io/matrix/jellyfin:matrix.org">
|
||||
</a>
|
||||
|
@ -19,6 +22,27 @@
|
|||
|
||||
<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>
|
||||
|
||||
**Don't see Jellyfin in your language?**
|
||||
|
||||
Check out our [Weblate instance](https://translate.jellyfin.org/projects/swiftfin/) to help translate Swiftfin and other projects.
|
||||
|
||||
<a href="https://translate.jellyfin.org/engage/swiftfin/">
|
||||
<img src="https://translate.jellyfin.org/widgets/swiftfin/-/multi-auto.svg"/>
|
||||
</a>
|
||||
|
||||
## ⚙️ Development
|
||||
|
||||
Xcode 13.0 with command line tools.
|
||||
|
||||
### Build Process
|
||||
|
||||
```bash
|
||||
# install Cocoapods (if not installed)
|
||||
$ sudo gem install cocoapods
|
||||
|
||||
# install dependencies
|
||||
$ pod install
|
||||
|
||||
# open workspace
|
||||
$ open JellyfinPlayer.xcworkspace
|
||||
```
|
Loading…
Reference in New Issue