Note that there are some explanatory texts on larger screens.

plurals
  1. POIcon gloss with iOS 6 & Xcode 5.0
    primarykey
    data
    text
    <p>I am really stuck on how to remove the gloss from my icon when using iOS6 and XCode 5.</p> <p>I have read through these questions: </p> <p><a href="https://stackoverflow.com/questions/8740387/removing-gloss-effect-from-an-icon-in-ios-4-3">Removing gloss effect from an icon in iOS 4.3</a></p> <p><a href="https://stackoverflow.com/questions/11272502/icon-already-includes-gloss-effects-not-working-ios-5">icon already includes gloss effects not working ios 5</a></p> <p><a href="https://stackoverflow.com/questions/1003177/how-to-disable-highlighting-of-the-app-icon">How to disable highlighting of the app icon?</a></p> <p>And now my plist looks like this:</p> <pre><code>&lt;plist version="1.0"&gt; &lt;dict&gt; &lt;key&gt;LSApplicationCategoryType&lt;/key&gt; &lt;string&gt;&lt;/string&gt; &lt;key&gt;CFBundleDevelopmentRegion&lt;/key&gt; &lt;string&gt;en&lt;/string&gt; &lt;key&gt;CFBundleDisplayName&lt;/key&gt; &lt;string&gt;${PRODUCT_NAME}&lt;/string&gt; &lt;key&gt;CFBundleExecutable&lt;/key&gt; &lt;string&gt;${EXECUTABLE_NAME}&lt;/string&gt; &lt;key&gt;CFBundleIdentifier&lt;/key&gt; &lt;string&gt;com.burton.${PRODUCT_NAME:rfc1034identifier}&lt;/string&gt; &lt;key&gt;CFBundleInfoDictionaryVersion&lt;/key&gt; &lt;string&gt;6.0&lt;/string&gt; &lt;key&gt;CFBundleName&lt;/key&gt; &lt;string&gt;${PRODUCT_NAME}&lt;/string&gt; &lt;key&gt;CFBundlePackageType&lt;/key&gt; &lt;string&gt;APPL&lt;/string&gt; &lt;key&gt;CFBundleShortVersionString&lt;/key&gt; &lt;string&gt;1.0&lt;/string&gt; &lt;key&gt;CFBundleSignature&lt;/key&gt; &lt;string&gt;????&lt;/string&gt; &lt;key&gt;CFBundleVersion&lt;/key&gt; &lt;string&gt;1.0&lt;/string&gt; &lt;key&gt;LSRequiresIPhoneOS&lt;/key&gt; &lt;true/&gt; &lt;key&gt;UIPrerenderedIcon&lt;/key&gt; &lt;true/&gt; &lt;key&gt;UIRequiredDeviceCapabilities&lt;/key&gt; &lt;array&gt; &lt;string&gt;armv7&lt;/string&gt; &lt;/array&gt; &lt;key&gt;UISupportedInterfaceOrientations&lt;/key&gt; &lt;array&gt; &lt;string&gt;UIInterfaceOrientationPortrait&lt;/string&gt; &lt;/array&gt; &lt;/dict&gt; &lt;/plist&gt; </code></pre> <p>However, the gloss effect is still being applied when I preview the app on my phone. Any help would be much-appreciated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload