From 79e1142c786d53474b6e79673beae501365b4ec1 Mon Sep 17 00:00:00 2001 From: Carlos Martino Date: Mon, 22 Sep 2025 21:13:34 -0300 Subject: [PATCH] Initial commit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0a3f219..586b496 100644 --- a/README.md +++ b/README.md @@ -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 -1. Init git submodules +## 1. Init git submodules ```git submodule update --init --recursive``` -2. Adapt template to your project +## 2. Adapt template to your project -## Compose -### [Build.gradle.kts](app/composeApp/build.gradle.kts) +### Compose +#### [Build.gradle.kts](app/composeApp/build.gradle.kts) - 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 -## iOS -### [Config.xcconfig](app/iosApp/Configuration/Config.xcconfig) +### iOS +#### [Config.xcconfig](app/iosApp/Configuration/Config.xcconfig) - 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 `Product Name` of the app (Target -> iosApp -> Build Settings -> Product Name) - Change `App Category` of the app (Target -> iosApp -> General -> App Category) \ No newline at end of file