Initial commit

This commit is contained in:
2025-09-22 15:17:11 -03:00
parent e7fdc796b1
commit 0001a0bca2
8 changed files with 170 additions and 27 deletions

View File

@@ -2,4 +2,9 @@
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
- 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)