Files
kmp-template/README.md

10 lines
512 B
Markdown
Raw Normal View History

2025-09-17 12:18:05 -03:00
## Getting Started
2025-09-17 12:20:21 -03:00
After using this repo as a template you have to do the following changes so you can start working on your project
2025-09-17 11:31:16 -03:00
2025-09-17 12:18:05 -03:00
### [settings.gradle.kts](settings.gradle.kts)
2025-09-22 15:17:11 -03:00
- 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)