From 13c30fe5cd7076174df140d7d678f57aa5106c57 Mon Sep 17 00:00:00 2001 From: eevee Date: Thu, 5 Sep 2024 16:42:42 +0300 Subject: [PATCH] loc fixes & bump version --- Sources/EeveeSpotify/Tweak.x.swift | 2 +- control | 2 +- .../EeveeSpotify.bundle/da.lproj/Localizable.strings | 2 +- .../{de-CH => de-CH.lproj}/Localizable.strings | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename layout/Library/Application Support/EeveeSpotify.bundle/{de-CH => de-CH.lproj}/Localizable.strings (100%) diff --git a/Sources/EeveeSpotify/Tweak.x.swift b/Sources/EeveeSpotify/Tweak.x.swift index afa51fc..58329f1 100644 --- a/Sources/EeveeSpotify/Tweak.x.swift +++ b/Sources/EeveeSpotify/Tweak.x.swift @@ -10,7 +10,7 @@ func exitApplication() { struct EeveeSpotify: Tweak { - static let version = "4.9" + static let version = "5.0" static let isOldSpotifyVersion = NSClassFromString("Lyrics_NPVCommunicatorImpl.LyricsOnlyViewController") == nil init() { diff --git a/control b/control index a3b932e..dd7b604 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.eevee.spotify Name: EeveeSpotify -Version: 4.9 +Version: 5.0 Architecture: iphoneos-arm Description: A tweak to get Spotify Premium for free, just like Spotilife Maintainer: Eevee diff --git a/layout/Library/Application Support/EeveeSpotify.bundle/da.lproj/Localizable.strings b/layout/Library/Application Support/EeveeSpotify.bundle/da.lproj/Localizable.strings index b5869a2..947080e 100644 --- a/layout/Library/Application Support/EeveeSpotify.bundle/da.lproj/Localizable.strings +++ b/layout/Library/Application Support/EeveeSpotify.bundle/da.lproj/Localizable.strings @@ -77,7 +77,7 @@ dark_popups = "Mørke pop op-beskeder"; have_premium_popup = "Det ser ud til at du har et aktivt Premium-abonnement, derfor patcher eller begrænser dette tweak ikke brugen af Premium-funktioner der er server-side. Dette kan ændres i EeveeSpotifys indstillinger."; -high_audio_quality_popup = "Lydkvaliteten \"Meget høj"\ er server-side og er derfor ikke tilgænglig med dette tweak."; +high_audio_quality_popup = "Lydkvaliteten \"Meget høj\" er server-side og er derfor ikke tilgænglig med dette tweak."; playlist_downloading_popup = "Den indbyggede download af playlister er server-side og er ikke derfor tilgænglig med dette tweak. Download af podcastepisoder er dog muligt."; /* MARK: Lyrics */ diff --git a/layout/Library/Application Support/EeveeSpotify.bundle/de-CH/Localizable.strings b/layout/Library/Application Support/EeveeSpotify.bundle/de-CH.lproj/Localizable.strings similarity index 100% rename from layout/Library/Application Support/EeveeSpotify.bundle/de-CH/Localizable.strings rename to layout/Library/Application Support/EeveeSpotify.bundle/de-CH.lproj/Localizable.strings