From f46e48953f72431bfa9dbcfcf493a379bcf01b23 Mon Sep 17 00:00:00 2001 From: Carlos Martino Date: Mon, 22 Sep 2025 15:32:06 -0300 Subject: [PATCH] Initial commit --- README.md | 6 ++++++ app/iosApp/Configuration/Config.xcconfig | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8944616..0e51670 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/iosApp/Configuration/Config.xcconfig b/app/iosApp/Configuration/Config.xcconfig index ce1303b..753aa48 100644 --- a/app/iosApp/Configuration/Config.xcconfig +++ b/app/iosApp/Configuration/Config.xcconfig @@ -1,7 +1,7 @@ TEAM_ID= -PRODUCT_NAME=Triplogic -PRODUCT_BUNDLE_IDENTIFIER=dev.carlosmartino.triplogic.Triplogic$(TEAM_ID) +PRODUCT_NAME=Template +PRODUCT_BUNDLE_IDENTIFIER=dev.carlosmartino.template.Template(TEAM_ID) CURRENT_PROJECT_VERSION=1 MARKETING_VERSION=1.0 \ No newline at end of file