From b89c5b7b4f30bce681ac78088ff07c7dab8462fb Mon Sep 17 00:00:00 2001 From: tapframe <85391825+tapframe@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:10:09 +0530 Subject: [PATCH] change in ipa bundleID --- nuvio-source.json | 4 ++-- src/screens/ContributorsScreen.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nuvio-source.json b/nuvio-source.json index 06059a82..0ac08b83 100644 --- a/nuvio-source.json +++ b/nuvio-source.json @@ -11,7 +11,7 @@ "apps": [ { "name": "Nuvio", - "bundleIdentifier": "com.nuvio.app", + "bundleIdentifier": "com.nuvio.hub", "developerName": "Tapframe", "subtitle": "Media player and discovery app", "localizedDescription": "Nuvio is a media player and metadata discovery application for user-provided and user-installed sources.", @@ -272,4 +272,4 @@ } ], "news": [] -} +} \ No newline at end of file diff --git a/src/screens/ContributorsScreen.tsx b/src/screens/ContributorsScreen.tsx index 75dfe841..581d6b16 100644 --- a/src/screens/ContributorsScreen.tsx +++ b/src/screens/ContributorsScreen.tsx @@ -289,7 +289,7 @@ const DonorCard: React.FC = ({ donor, currentTheme, isTablet }) { color: currentTheme.colors.mediumEmphasis }, isTablet && styles.tabletContributions ]}> - {donor.amount.toFixed(2)} {donor.currency} · {formatDonationDate(donor.date)} + {formatDonationDate(donor.date)} {donor.message ? ( @@ -876,7 +876,7 @@ const ContributorsScreen: React.FC = () => { { color: currentTheme.colors.mediumEmphasis }, isTablet && styles.tabletContributions ]}> - {entry.total.toFixed(2)} {entry.currency} · {entry.count} {entry.count === 1 ? 'donation' : 'donations'} + {entry.count} {entry.count === 1 ? 'donation' : 'donations'} Rank #{entry.rank} · Last: {formatDonationDate(entry.lastDate)}