Su Ho
Su Ho
## Issue After running the setup scripts, files and folders are not cleaned. As a result, I don't know which folder uses for the project. For example, I run `kscript...
## Why Currently, we can not upload a build to TestFlight after generating the project because of App Icon. I think it is better to have an App Icon after...
## Why After migrating from Fastlane Ruby to Fastlane Swift, we need to use it on Bitrise templates. ## Who Benefits? iOS Developers
## Why After migrating from Fastlane Ruby to Fastlane Swift, we need to use it on GitHub Actions templates. ## Who Benefits? iOS Developers.
## Why Currently, we put all layers (Presentation, Domain, Data) into the main target, which is hard for sharing if our project need to support another platforms (watchOS, macOS). On...
## Issue Based on [this epic](https://github.com/nimblehq/ios-templates/issues/272), currently, the `ios-templates` repository only supports for UIKit + RxSwift from the beginning. For developers who want to use SwiftUI + Combine frameworks from...
## Why For iOS projects, the infrastructure setup for deployment and distributions pipelines requires work on a CI platform (Github Actions, Gitlab, or Bitrise), Firebase, and iTunes Connect. While progress...
## Why Currently, we are using Cocoapods with the iOS templates. It's better to have a plugin that helps to reduce the build time of Xcode projects that use CocoaPods...
## Why Currently, all workflows are running on Xcode 14.2. We need to make sure our templates are runnable with Xcode 15. So, developers can also use the latest features...
## Why Currently, when we have new users who want to test the build on Firebase, we will need to add those devices to the Apple Developer Portal manually. It's...