From a74a0215189b9e1d445a12e58df61dfd8c7d9099 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 2 Jul 2026 21:57:33 +0800 Subject: [PATCH] fix(iOS): add CFBundleIcons to Info.plist so app icon loads from Assets.car --- SourcesiOS/Info.plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SourcesiOS/Info.plist b/SourcesiOS/Info.plist index 310008a..328aff7 100644 --- a/SourcesiOS/Info.plist +++ b/SourcesiOS/Info.plist @@ -50,5 +50,17 @@ Save recorded videos to your photo library NSPhotoLibraryUsageDescription Access photo library to save recordings + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + AppIcon60x60 + + CFBundleIconName + AppIcon + +