+
+
+
@@ -19,6 +22,27 @@
+**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.
+
+
+
+
+
## ⚙️ 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
+```
\ No newline at end of file