From 3fabe4f591c28194d25d928a325b986ff0abe631 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Sun, 2 Aug 2026 19:27:55 +0200 Subject: [PATCH] fix(ios): use square mobile icon in AltSource --- mobile/ios/app-repo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/ios/app-repo.json b/mobile/ios/app-repo.json index 2557086a..ac4e8828 100644 --- a/mobile/ios/app-repo.json +++ b/mobile/ios/app-repo.json @@ -1,13 +1,13 @@ { "name": "gen1recomp App Repo", "identifier": "com.theboisclub.gen1recomp.repo", - "iconURL": "https://raw.githubusercontent.com/bryanthaboi/gen1recomp/main/assets/logo/logo.png", + "iconURL": "https://raw.githubusercontent.com/bryanthaboi/gen1recomp/main/assets/logo/gen1recomp_cover.png", "apps": [ { "name": "gen1recomp", "bundleIdentifier": "com.theboisclub.gen1recomp", "developerName": "bryanthaboi", - "iconURL": "https://raw.githubusercontent.com/bryanthaboi/gen1recomp/main/assets/logo/logo.png", + "iconURL": "https://raw.githubusercontent.com/bryanthaboi/gen1recomp/main/assets/logo/gen1recomp_cover.png", "localizedDescription": "Gen1Recomp - A native Lua / LÖVE2D recreation of Gen 1 Poke", "tintColor": "3b5ca8", "category": "games",