Initial commit

This commit is contained in:
2025-09-22 21:13:34 -03:00
parent 86fc6e3042
commit 79e1142c78

View File

@@ -2,23 +2,23 @@ Getting Started
---- ----
After using this repo as a template you have to do the following changes so you can start working on your project After using this repo as a template you have to do the following changes so you can start working on your project
1. Init git submodules ## 1. Init git submodules
```git submodule update --init --recursive``` ```git submodule update --init --recursive```
2. Adapt template to your project ## 2. Adapt template to your project
## Compose ### Compose
### [Build.gradle.kts](app/composeApp/build.gradle.kts) #### [Build.gradle.kts](app/composeApp/build.gradle.kts)
- Change `namespace` and `applicationId` to your projects name - Change `namespace` and `applicationId` to your projects name
### [settings.gradle.kts](settings.gradle.kts) #### [settings.gradle.kts](settings.gradle.kts)
- Change `rootProject.name` to your projects name - Change `rootProject.name` to your projects name
## iOS ### iOS
### [Config.xcconfig](app/iosApp/Configuration/Config.xcconfig) #### [Config.xcconfig](app/iosApp/Configuration/Config.xcconfig)
- Change `PRODUCT_NAME` and `PRODUCT_BUNDLE_IDENTIFIER` to your projects name - Change `PRODUCT_NAME` and `PRODUCT_BUNDLE_IDENTIFIER` to your projects name
### Xcode #### Xcode
- Change `Bundle Identifier` of the project (Target -> iosApp -> Build Settings -> Bundle Identifier) - 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 `Product Name` of the app (Target -> iosApp -> Build Settings -> Product Name)
- Change `App Category` of the app (Target -> iosApp -> General -> App Category) - Change `App Category` of the app (Target -> iosApp -> General -> App Category)