10 lines
512 B
Markdown
10 lines
512 B
Markdown
## Getting Started
|
|
After using this repo as a template you have to do the following changes so you can start working on your project
|
|
|
|
### [settings.gradle.kts](settings.gradle.kts)
|
|
- Change `rootProject.name` to your projects name
|
|
|
|
### Xcode
|
|
- Change `Bundle Identifier` of the project (Target -> iosApp -> Build Settings -> Bundle Identifier)
|
|
- Change `Product Name` of the app (Target -> iosApp -> Build Settings -> Product Name)
|
|
- Change `App Category` of the app (Target -> iosApp -> General -> App Category) |