nimblehq / kmm-templates

MIT License
2 stars 0 forks source link

Use Swift Script to generate the iOS project instead of Bash Script #43

Open suho opened 11 months ago

suho commented 11 months ago

Why

Currently, the iOS templates is moving from Bash to Swift to generate the project. It's better to have the same approach in this templates.

Who Benefits?

Developers

luongvo commented 11 months ago

How about using Kotlin script as the main purpose of KMM is to leverage Kotlin lang? 💭

suho commented 11 months ago

@luongvo This issue is an idea, so it's even better to use Kotlin script for the KMM templates. However, as we have a git submodule for the iOS project, so maybe the kmm templates can reuse the script for iOS templates (e.g., .ios/script.swift)