fix(iOS): add CFBundleIcons to Info.plist so app icon loads from Assets.car
This commit is contained in:
parent
75a319d7fb
commit
a74a021518
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user