Skip to content

fix(ios) : app logo doesn't show#9

Merged
DoodzProg merged 6 commits into
DoodzProg:mainfrom
flumz-tv:main
May 21, 2026
Merged

fix(ios) : app logo doesn't show#9
DoodzProg merged 6 commits into
DoodzProg:mainfrom
flumz-tv:main

Conversation

@flumz-tv
Copy link
Copy Markdown
Contributor

Description

Closes #

Type of Change

  • Bug fix
  • New feature
  • Refactor (no behaviour change)
  • Documentation
  • Chore (dependencies, CI, tooling)

Test Plan

  • Tested on Android
  • Tested on iOS
  • npm run lint passes
  • No regressions in adjacent features

Screenshots / Recording

image

Checklist

  • PR targets develop, not main
  • No hardcoded strings outside src/i18n/fr.ts
  • No console.log left in production paths
  • Self-review done — code reads cleanly without inline explanation

All required iOS icon sizes (20×20 → 1024×1024) added for iPhone and
iPad. Contents.json updated with explicit filenames for every slot.
Build number bumped to 3.

add CFBundleIconName to Info.plist for app icon display

info.plist

      27 +  <key>CFBundleIconName</key>                                                                                                                                                                                                                                                                      
      28 +  <string>AppIcon</string>                                                                                                                                                                                                                                                                                
      29 +  <key>CFBundleIcons</key>                                                                                                                                                                                                                                                                              
      30 +  <dict>                                                                                                                                                                                                                                                                                           
      31 +    <key>CFBundlePrimaryIcon</key>                                                                                                                                                                                                                                                                 
      32 +    <dict>                                                                                                                                                                                                                                                                                         
      33 +      <key>CFBundleIconName</key>                                                                                                                                                                                                                                                                  
      34 +      <string>AppIcon</string>                                                                                                                                                                                                                                                                     
      35 +      <key>CFBundleIconFiles</key>                                                                                                                                                                                                                                                                 
      36 +      <array>                                                                                                                                                                                                                                                                                      
      37 +        <string>AppIcon60x60</string>                                                                                                                                                                                                                                                              
      38 +      </array>                                                                                                                                                                                                                                                                                     
      39 +    </dict>                                                                                                                                                                                                                                                                                        
      40 +  </dict>                                                                                                                                                                                                                                                                                          
      41 +  <key>CFBundleIcons~ipad</key>                                                                                                                                                                                                                                                                    
      42 +  <dict>                                                                                                                                                                                                                                                                                           
      43 +    <key>CFBundlePrimaryIcon</key>                                                                                                                                                                                                                                                                 
      44 +    <dict>                                                                                                                                                                                                                                                                                         
      45 +      <key>CFBundleIconName</key>                                                                                                                                                                                                                                                                  
      46 +      <string>AppIcon</string>                                                                                                                                                                                                                                                                     
      47 +      <key>CFBundleIconFiles</key>                                                                                                                                                                                                                                                                 
      48 +      <array>                                                                                                                                                                                                                                                                                      
      49 +        <string>AppIcon76x76</string>                                                                                                                                                                                                                                                              
      50 +      </array>                                                                                                                                                                                                                                                                                     
      51 +    </dict>                                                                                                                                                                                                                                                                                        
      52 +  </dict>

flumz-tv and others added 5 commits May 21, 2026 10:14
All required iOS icon sizes (20×20 → 1024×1024) added for iPhone and
iPad. Contents.json updated with explicit filenames for every slot.
Build number bumped to 3.
-  add CFBundleIconName to Info.plist for app icon display
- Mise à jour du champ owner dans PlaylistDetail
@DoodzProg DoodzProg merged commit 186d473 into DoodzProg:main May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants