Merge branch 'main' into 59-improve-onboarding-experience

This commit is contained in:
Violet Caulfield
2025-02-20 08:12:48 -06:00
committed by GitHub
4 changed files with 14 additions and 5 deletions

View File

@@ -105,6 +105,15 @@ Playlist
### 💜 Love from Wisconsin 🧀
This is undoubtedly a passion project of [mine](https://github.com/anultravioletaurora), and I've learned a lot from working on it (and the many failed attempts before it). I hope you enjoy using it! Feature requests and bug reports are welcome :)
## 🏃Running Locally
- iOS Instructions
- Clone this repository
- Run `npm run init` to install `npm` packages, to install `bundler` and required gems, and to install CocoaPods
- In the `ios` directory, run `fastlane match development --readonly` to fetch the development signing certificates
- You will need access to the *Jellify Signing* private repository
- Android Instructions
- Coming Soon™
## 🙏 Special Thanks To
- The [Jellyfin Team](https://jellyfin.org/) for their amazing server software, SDKs, and documentation

View File

@@ -717,7 +717,7 @@
CODE_SIGN_IDENTITY = "Apple Development: Jack Caulfield (66Z9J9NX2X)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development: Jack Caulfield (66Z9J9NX2X)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO;
@@ -756,7 +756,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
INFOPLIST_FILE = Jellify/Info.plist;

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "jellify",
"version": "0.10.42",
"version": "0.10.43",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jellify",
"version": "0.10.42",
"version": "0.10.43",
"dependencies": {
"@jellyfin/sdk": "^0.11.0",
"@react-native-community/blur": "^4.4.1",

View File

@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.10.42",
"version": "0.10.43",
"private": true,
"scripts": {
"init": "npm i && npm run pod:install",