Initial commit
This commit is contained in:
@@ -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)
|
### [settings.gradle.kts](settings.gradle.kts)
|
||||||
- Change `rootProject.name` to your projects name
|
- 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
|
### 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)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
TEAM_ID=
|
TEAM_ID=
|
||||||
|
|
||||||
PRODUCT_NAME=Triplogic
|
PRODUCT_NAME=Template
|
||||||
PRODUCT_BUNDLE_IDENTIFIER=dev.carlosmartino.triplogic.Triplogic$(TEAM_ID)
|
PRODUCT_BUNDLE_IDENTIFIER=dev.carlosmartino.template.Template(TEAM_ID)
|
||||||
|
|
||||||
CURRENT_PROJECT_VERSION=1
|
CURRENT_PROJECT_VERSION=1
|
||||||
MARKETING_VERSION=1.0
|
MARKETING_VERSION=1.0
|
||||||
Reference in New Issue
Block a user