Removing Shine/Gloss effect on the iPhone through UIPrerenderedIcon not working on device

后端 未结 9 2187
温柔的废话
温柔的废话 2020-12-14 19:03

I have tried to use the UIPrerenderedIcon/\"Icon already includes gloss and bevel\" on the Info.plist of my app and it worked perfectly on the Simulator, but not on the real

9条回答
  •  天涯浪人
    2020-12-14 19:14

    Check the info plist, it's different for the new XCode/iOS5.

        
        CFBundlePrimaryIcon
        
            CFBundleIconFiles
            
                Icon.png
                Icon@2x.png
            
            UIPrerenderedIcon
             <--------------------------------here it is
        
    
    

提交回复
热议问题