fix(iOS): add CFBundleIcons to Info.plist so app icon loads from Assets.car

This commit is contained in:
yumoqing 2026-07-02 21:57:33 +08:00
parent 75a319d7fb
commit a74a021518

View File

@ -50,5 +50,17 @@
<string>Save recorded videos to your photo library</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Access photo library to save recordings</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon60x60</string>
</array>
<key>CFBundleIconName</key>
<string>AppIcon</string>
</dict>
</dict>
</dict>
</plist>