> ## Content Index
> Fetch the complete content index at: https://shipgodot.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# GodotCon Talk: Godot iOS Games Without a Mac
- URL: https://shipgodot.com/blog/godotcon-talk-godot-ios-games-without-a-mac/
- Published: 2026-09-16T16:18:00.000Z
- Updated: 2026-09-18T17:50:02.000Z
- Description: Our GodotCon Amsterdam talk: how to set up your own CI pipeline for building Godot iOS games, without a Mac
- Author: Michał Myczkowski
- Tags: blog, tutorial, godotcon, video

About a year ago I decided I wanted to play with Godot and make some mobile games. I had no idea how much time you lose to Apple paperwork before you finally get a build onto TestFlight. To make matters worse, all my computers run Linux. I never had a use for a Mac before, so I wasn't interested in owning one. On the other hand all my mobile devices run iOS.

So I spent a few months building what became ShipGodot. Back then it was just a set of thoroughly documented GitHub scripts that let you build for iOS from any platform. This talk from GodotCon Amsterdam walks through that pipeline: `project.godot` configuration, code signing with Fastlane's `match`, building with `gym`, and distributing via `pilot`.

The ShipGodot plugin now handles all of this for you, but the talk is still worth watching if you want to understand what's happening under the hood, or if you'd rather set up CI yourself.