Initial commit

This commit is contained in:
2025-09-22 17:33:58 -03:00
parent 1746d2be12
commit e47689d14f
4 changed files with 22 additions and 8 deletions

View File

@@ -5,8 +5,11 @@ After using this repo as a template you have to do the following changes so you
- Change `rootProject.name` to your projects name
## iOS
## Android
### [Build.gradle.kts](app/composeApp/build.gradle.kts)]
- Change `namespace` and `applicationId` to your projects name
## iOS
### [Config.xcconfig](app/iosApp/Configuration/Config.xcconfig)
- Change `PRODUCT_NAME` and `PRODUCT_BUNDLE_IDENTIFIER` to your projects name