Liquid Glass icons
Liquid Glass icons are a new format of icons from Apple. These icons are a vector format. ShipThis lets you apply a Liquid Glass icon to your game without modifying the Godot project or its existing icon assets.
Liquid Glass icons can be applied in two ways:
- To a local iOS export of a Godot project
- To a game built using the ShipThis build servers
Applying a Liquid Glass icon to a local iOS export
This does not require a ShipThis account.
You will need:
- A Liquid Glass icon
- Generated using Apple Icon Composer
- Provided as a directory with a
.iconsuffix
- A local iOS export of a Godot project (Xcode project)
Apply MyIcon.icon to an exported Xcode project:
This copies the icon into the Xcode project and updates the project configuration so Xcode uses MyIcon.icon as the app icon.
Applying a Liquid Glass icon to a ShipThis game
You will need:
- A Godot project configured for iOS on ShipThis
- Using the setup wizard is recommended
- A Liquid Glass icon
- Placed in the same directory as
shipthis.jsonandproject.godot
- Placed in the same directory as
Run the following to tell the ShipThis build server to apply the specified icon:
Then rebuild the game using the ship command to apply the icon.