Welcome to SwiftShip, the Swift UI boilerplate to launch your iOS apps in a few days or hours.
Here's a quick overview of the boilerplate. Follow along to get your app up and running.
When you get the boilerplate code:
The project code is structured by features, and multiple parts are commented on to make it easier for you to read and edit.
Update your app name and the team/bundle identifier
Change in assets:
AppIcon with your app icon
icon with your icon for both dark and light mode (this icon appears on authentication and splash screen)
Colors with your colors for both modes (light and dark)
ex. sometimes you want to write text in black even when it’s dark mode
Change in SwiftShip Configuration File
The configuration file is used to improve security when adding your API keys and secret values to your app.
*We will be back to the file to update the integration’s keys and values part after we set up the project on those platforms in the next parts.