目前我正在使用的XCode 4在iOS設備的圖標刪除光澤效果4.3
我已經設置了「圖標已經包括光澤效果」(UIPrerenderedIcon)屬性刪除從iOS圖標光澤效果YES /真正。
當我通過iPhone 5.0模擬器運行我的應用程序時,光澤效果已成功從圖標中刪除。
但是,當我通過iPhone 4.3模擬器運行應用程序時,光澤效果仍然可見。
誰能告訴我如何在iOS版本中禁用光澤效果?
我Info.plist文件內容如下
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>[email protected]</string>
<string>Icon-72.png</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>[email protected]</string>
<string>Icon-72.png</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
嗨Eimantas,該值設置爲布爾值。我從上面的info.plist文件中添加了一個摘錄。 – jjc99 2012-01-05 10:00:16