Merge branch 'main' into 121-add-glitchtip-logging

This commit is contained in:
Violet Caulfield
2025-02-27 22:30:02 -06:00
committed by GitHub
5 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -41,7 +41,7 @@ This app was designed with me and my dad in mind, since I wanted to give him a s
### Home
Home
<img src="screenshots/playlist.png" alt="Jellify Home" width="275" height="600">
<img src="screenshots/home.png" alt="Jellify Home" width="275" height="600">
### Library
Library
@@ -64,6 +64,10 @@ Album
<img src="screenshots/album.png" alt="Album" width="275" height="600">
Album Artists
<img src="screenshots/album_artists.png" alt="Album Artists" width="275" height="600">
Track Options
<img src="screenshots/track_options.png" alt="Track Options" width="275" height="600">
+2 -2
View File
@@ -718,7 +718,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 = 78;
CURRENT_PROJECT_VERSION = 79;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO;
@@ -759,7 +759,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 78;
CURRENT_PROJECT_VERSION = 79;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
INFOPLIST_FILE = Jellify/Info.plist;
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "jellify",
"version": "0.10.54",
"version": "0.10.55",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jellify",
"version": "0.10.54",
"version": "0.10.55",
"dependencies": {
"@jellyfin/sdk": "^0.11.0",
"@react-native-community/blur": "^4.4.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.10.54",
"version": "0.10.55",
"private": true,
"scripts": {
"init": "npm i && npm run pod:install",
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB