ios-templates
ios-templates copied to clipboard
Our optimized iOS templates used in our projects
## Why - Currently, our Fastlane supports sync match signing, building, and uploading the build for only one Apple account. However, some projects require probably 2 Apple accounts (one for...
# Issue Current [Bitrise workflow ](https://github.com/nimblehq/ios-templates/blob/master/bitrise.yml#L34)uses [Bitrise Fastlane Match](https://www.bitrise.io/integrations/steps/fastlane-match) to run fastlane match. This is different from GitHub Actions and local run and can cause issue if the implementation in...
## 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 Apps are made of features. Typically these features are part of the same module or target where the whole application is defined - monolithic architecture. The natural inclination...
# Issue CI/CD tools like Bitrise, GitHubAction, and Codemagic provide the build number so we can use that for the build number of the application. The benefits of that are:...
# Issue There are two new projects are using CodeMagic as a CI/CD tool.And we going to have a new project from the same client; thus, it is likely to...
## 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...
- Close #546 ## What happened ๐ - Add `add_device_profile.yml` workflow - Add a new lane `addDevicesGenerateProfiles` ## Insight ๐ It's because we have a limitation on adding new device...
- Close #534 ## What happened ๐ - `PROJECT_README.md` - Update `SetUpiOSProject.swift` to replace `README.md` with `PROJECT_README.md` ## Insight ๐ n/a ## Proof Of Work ๐น ![CleanShot 2023-11-27 at 10...