Version 1.4 - Translations, Like toasts Queue redesign.

This commit is contained in:
2026-04-09 16:54:41 +02:00
parent ec1ffcb0b1
commit 5f3902cb54
30 changed files with 3472 additions and 654 deletions
@@ -7,14 +7,16 @@
objects = {
/* Begin PBXBuildFile section */
2616AF4E2F876BEF00CB210E /* ServicesMAStoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2616AF4D2F876BEF00CB210E /* ServicesMAStoreManager.swift */; };
2616AF502F87782600CB210E /* Donations.storekit in Resources */ = {isa = PBXBuildFile; fileRef = 2616AF4F2F87782600CB210E /* Donations.storekit */; };
2681ED6F2F8393AC002FB204 /* ViewsPlayerQueueView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2681ED6E2F8393AC002FB204 /* ViewsPlayerQueueView.swift */; };
2681ED712F8399A9002FB204 /* ViewsComponentsProviderBadge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2681ED702F8399A9002FB204 /* ViewsComponentsProviderBadge.swift */; };
26A83F532F825B3C003834A9 /* ViewsPlayerNowPlayingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26A83F522F825B3C003834A9 /* ViewsPlayerNowPlayingView.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
2616AF4D2F876BEF00CB210E /* ServicesMAStoreManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServicesMAStoreManager.swift; sourceTree = "<group>"; };
2616AF4F2F87782600CB210E /* Donations.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = Donations.storekit; sourceTree = "<group>"; };
2681ED6E2F8393AC002FB204 /* ViewsPlayerQueueView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewsPlayerQueueView.swift; sourceTree = "<group>"; };
2681ED702F8399A9002FB204 /* ViewsComponentsProviderBadge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewsComponentsProviderBadge.swift; sourceTree = "<group>"; };
26A83F522F825B3C003834A9 /* ViewsPlayerNowPlayingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewsPlayerNowPlayingView.swift; sourceTree = "<group>"; };
26ED92612F759EEA0025419D /* Mobile Music Assistant.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mobile Music Assistant.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -41,11 +43,12 @@
26ED92582F759EEA0025419D = {
isa = PBXGroup;
children = (
2616AF4F2F87782600CB210E /* Donations.storekit */,
26ED92632F759EEA0025419D /* Mobile Music Assistant */,
26ED92622F759EEA0025419D /* Products */,
26A83F522F825B3C003834A9 /* ViewsPlayerNowPlayingView.swift */,
2681ED6E2F8393AC002FB204 /* ViewsPlayerQueueView.swift */,
2681ED702F8399A9002FB204 /* ViewsComponentsProviderBadge.swift */,
2616AF4D2F876BEF00CB210E /* ServicesMAStoreManager.swift */,
);
sourceTree = "<group>";
};
@@ -103,6 +106,9 @@
knownRegions = (
en,
Base,
de,
es,
fr,
);
mainGroup = 26ED92582F759EEA0025419D;
minimizedProjectReferenceProxies = 1;
@@ -121,6 +127,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2616AF502F87782600CB210E /* Donations.storekit in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -131,8 +138,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2616AF4E2F876BEF00CB210E /* ServicesMAStoreManager.swift in Sources */,
2681ED6F2F8393AC002FB204 /* ViewsPlayerQueueView.swift in Sources */,
2681ED712F8399A9002FB204 /* ViewsComponentsProviderBadge.swift in Sources */,
26A83F532F825B3C003834A9 /* ViewsPlayerNowPlayingView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;