Open
Description
After forking the repo and cloning on Xcode, here are some customization options:
Customizing the splash screen
- You can customize the splash screen by editing the LaunchScreen storyboard
Customizing the app icon
- Change
AppIcon
in assets to your desired app icon
Disabling the Apps tab
- Change
STANDALONE_MODE
in Common > Constants > App to true in order to remove the Apps tab
Defining the default app
- You can change
ENDPOINT
in Common > Constants > App to the desired root app - The default app is
https://violet.restarone.solutions
- Edit the
Display Name
field to change the app's display name, which is the name displayed under the app on the home screen - Editing the app's app store name, subtitle, description, or any metadata will have to be done through App Store Connect
Custom App Example
- Custom Launch Screen

- Custom App Icon and App Display Name

- Without apps tab
