gpt4 book ai didi

iphone - iOS 6 和 Xcode 5.0 的图标光泽度

转载 作者:IT王子 更新时间:2023-10-29 07:53:12 25 4
gpt4 key购买 nike

我真的很困惑如何在使用 iOS6 和 XCode 5 时去除图标的光泽。

我已经阅读了这些问题:

Removing gloss effect from an icon in iOS 4.3

icon already includes gloss effects not working ios 5

How to disable highlighting of the app icon?

现在我的 plist 看起来像这样:

<plist version="1.0">
<dict>
<key>LSApplicationCategoryType</key>
<string></string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.burton.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>

但是,当我在手机上预览应用程序时,光泽效果仍在应用。非常感谢任何帮助。

最佳答案

实际上他们已经移动了设置。在您的项目设置下,在常规选项卡下,在应用程序图标部分下,选择“使用 Assets 目录”。现在在项目文件(最左侧面板)下导航到 Images.xcassets 文件。现在确保添加了应用程序图标和启动图像。重要的是要确保“Ios Icon is pre-rendered”的勾选框被启用。你可以在查看Images.xcassets文件时在属性面板(最右边的面板)上找到这个选项。就是这样,您可以删除旧图像并进行清理,然后构建并运行,您就完成了。这对我有用... enter image description here

关于iphone - iOS 6 和 Xcode 5.0 的图标光泽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18034674/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com