MaatheusGois / kmp-localized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KMP Mobile Template

This is a template for the development of native iOS and Android apps with shared business-logic using KMP.

Redux architecture is used to facilitate interactions between Android / iOS user-facing and common modules.

XcodeGen is used to generate .xcodeproj file from source files and project.yml file.

Find more details on this template in our Medium blog.

To Do

Once cloned do the following to adapt template to your needs.

Android (app and common folders)

  1. Update applicationId in build.gradle.
  2. Update BACKEND_LINK in common/src/commonMain/kotlin/io/xorum/network/HttpClientFactory.kt. If needed change protocol to URLProtocol.HTTPS
  3. Rename package io.xorum in app and common modules.
  4. Paste project name into the cocoapods and xcode in common/build.gradle.
  5. Rename XorumApplication class.
  6. Change app_name in strings.xml.
  7. Change root.project.name in settings.gradle.
  8. Change group in gradle.properties
  9. Change spec.homepage and spec.summary in common.podspec
  10. Change package in common/src/main/AndroidManifest.xml
  11. Don't forget to remove api.open-notify.org from network-security-config later

iOS (ios folder)

  1. Install XcodeGen (brew install xcodegen).
  2. Change all 3 folders prefixes from KMP Mobile Template to your project name.
  3. Change all occurrences of KMP Mobile Template in Podfile to your project name.
  4. Change all occurrences of KMP Mobile Template in project.yml to your project name.
  5. Update PRODUCT_BUNDLE_IDENTIFIER in project.yml.
  6. Give executable permission to init.sh (chmod +x init.sh).
  7. Execute ./init.sh every time you need updated common in iOS app.
  8. Don't forget to remove api.open-notify.org from plist later

Release

  1. Generate app/app.keystore with "app" key alias, and secure passwords (update signingConfigs).
  2. Generate provisioning profiles, and include them in project.yml.

About


Languages

Language:Kotlin 53.1%Language:Swift 38.2%Language:Ruby 8.6%Language:Shell 0.1%