Initial commit

This commit is contained in:
2025-09-22 15:32:06 -03:00
parent 0001a0bca2
commit f46e48953f
2 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,12 @@ After using this repo as a template you have to do the following changes so you
### [settings.gradle.kts](settings.gradle.kts)
- Change `rootProject.name` to your projects name
## iOS
### [Config.xcconfig](app/iosApp/Configuration/Config.xcconfig)
- Change `PRODUCT_NAME` and `PRODUCT_BUNDLE_IDENTIFIER` 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)