Skip to content

Eonlychen/changeAppIcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

changeAppIcon

ios系统大于10.3支持

动态修改appLOGO 主要需要将本地的图片的name配置在info.plist中,

拷贝:

CFBundleIcons

<dict>

    <key>CFBundleAlternateIcons</key>
    
    <dict>
    
        <key>appicon1</key>
        
        <dict>
        
            <key>CFBundleIconFiles</key>
            
            <array>
            
                <string>appicon1</string>
                
            </array>
            
            <key>UIPrerenderedIcon</key>
            
            <false/>
            
        </dict>
        
      
  #    。。。。。。。。。。

About

动态修改appLOGO ( ios系统大于10.3支持)去除alert

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors