Skip to content

Personalizing Your App Name & Icon

Jeremy M Lucas edited this page Sep 18, 2016 · 10 revisions

Making it Your Own

You might open this app a lot. Make it the most personal app on your iPhone by changing the name and icon.

Changing the Icon

  1. Select the application asset library from the Project Navigator
  2. Select the image set named AppIcon
  3. Replace each image size with your own icon

To make it easy to generate the correct sizes of icons you can use a site like appicon.build and just drag and drop your source image. It will email you a zip file and you can just replace the entire AppIcon.appiconset folder under Assets.xcassets

Changing the app icon

Below are some example icons from other Loop users:

[![Icon by Chris Hannemann](https://github.com/loudnate/Loop/blob/master/Documentation/User Icons/LoopingPump.png?raw=true)](https://github.com/loudnate/Loop/blob/master/Documentation/User Icons/LoopingPump.png) Icon by Nate Racklyeft Icon by Jeremy M Lucas Icon by Nate Racklyeft

Changing the app name

  1. Open Info.plist
  2. Find Bundle display name in the first column (or CFBundleDisplayName)
  3. Change the Value from "Loop" to your custom app name

Changing the display name