# How to incorporate app icon files for iOS into Xcode 14?

**URL:** https://discourse.cmake.org/t/how-to-incorporate-app-icon-files-for-ios-into-xcode-14/7386
**Category:** Code
**Tags:** os:ios
**Created:** [February 2, 2023, 1:56pm UTC](https://discourse.cmake.org/t/how-to-incorporate-app-icon-files-for-ios-into-xcode-14/7386 "2023-02-02T13:56:38Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![paul.masristone](https://discourse.cmake.org/user_avatar/discourse.cmake.org/paul.masristone/32/3134_2.png) [@paul.masristone](https://discourse.cmake.org/u/paul.masristone)
#### Post date: [February 27, 2024, 4:51pm UTC](https://discourse.cmake.org/t/how-to-incorporate-app-icon-files-for-ios-into-xcode-14/7386/10 "2024-02-27T16:51:16Z")

</div>

There’s a lot I learned along the way, with help from Craig and others and I have since successfully published on the App Store.

I’ve distilled this knowledge into the following Gist: [CMake for Qt 6 + Xcode (target iOS) · GitHub](https://gist.github.com/paulmasri/b5d80c743530093feebe051774b09ca6)

You’ll see that, as part of this, you only need to include the asset catalog; you don’t need to (and shouldn’t) include the individual files anymore.

I hope a look at both the CMake and the Info.plist.in will answer your questions.

---

_[View the full topic](https://discourse.cmake.org/t/how-to-incorporate-app-icon-files-for-ios-into-xcode-14/7386)._
