Merge branch 'main' of github.com:anultravioletaurora/Jellify into 121-add-glitchtip-logging

This commit is contained in:
Violet Caulfield
2025-02-24 23:06:29 -06:00
5 changed files with 9 additions and 5 deletions
+4
View File
@@ -56,6 +56,10 @@ Artist
<img src="screenshots/artist.png" alt="Artist" width="275" height="600">
Similar Artists
<img src="screenshots/artist_similarto.png" alt="Similar Artists" width="275" height="600">
Album
<img src="screenshots/album.png" alt="Album" 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 = 74;
CURRENT_PROJECT_VERSION = 75;
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 = 74;
CURRENT_PROJECT_VERSION = 75;
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.50",
"version": "0.10.51",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jellify",
"version": "0.10.50",
"version": "0.10.51",
"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.50",
"version": "0.10.51",
"private": true,
"scripts": {
"init": "npm i && npm run pod:install",
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB