ios-templates icon indicating copy to clipboard operation
ios-templates copied to clipboard

Our optimized iOS templates used in our projects

Results 51 ios-templates issues
Sort by recently updated
recently updated
newest added

https://github.com/nimblehq/ios-templates/issues/324 ## What happened Replace `Alamofire` with `Moya` as main network layer of the template. ## Insight - Remove `Alamofire` from Pod - Add `Moya` in Pod - Update networking...

type : feature
type : rfc

- #399 ## What happened - Danger cannot load the file ./fastlane/Constants/Constants due to an incorrect path. ## Insight - Update Dangerfile with the correct path ./fastlane/Constants/Constant. ## Proof Of...

type : bug

#385 ## What happened - Updated the lanes to Swift for GitHub Action's workflow and bitrise.yml. ## Insight - Updated from The Ruby lane `build_and_test` in [Fastfile](https://github.com/nimblehq/ios-templates/blob/main/fastlane/Fastfile) to the Swift...

type : feature
fastlane swift

## Why To support the Codemagic CI/CD service, we will add `codemagic.yaml` to the template in the same way we did with `bitrise.yml`. Like Bitrise and Github action template, the...

type : feature

## Issue - Danger cannot load the file `./fastlane/Constants/Constants` error. ![Screen Shot 2022-11-29 at 23 10 33](https://user-images.githubusercontent.com/25881847/205216866-f2cce984-a917-407c-a3b8-590e9b29fcfc.png) ## Expected In Dangerfile: ![Screenshot 2022-12-02 at 11 53 29](https://user-images.githubusercontent.com/25881847/205217654-307abd3c-1a29-47a7-9fbe-3b89fbdbafbd.png) - Set it...

type : bug

## Issue - Default UITest implication is hard to manage and not readable. - Affecting developer to not wanting to start writing UITest or not liking UITest. ## Solution -...

type : rfc

## Why After finishing the Fastlane migration, we need to merge the change to develop branch before making release. ## Who Benefits? @nimblehq/ios-chapter

type : chore

## Why Currently, workflows of GitHub Actions and bitrise.yml still use the old lane from Fastlane ruby. So we need to update it to the Swift style. ## Who Benefits?...

type : feature
fastlane swift

## Why As we support it by #370, so we need to migrate it to Fastlane swift as well. ## Who Benefits? Everyone

type : feature
fastlane swift

## Why ### Benefit - We can stop maintaining our network layer. - Every projects have the same network layer. - Knowledge transfer between projects. - Ease of onboarding because...

type : feature