Releases: nimblehq/ios-templates
Releases · nimblehq/ios-templates
Release 3.3.0
Release 3.2.1
Bugs
Full Changelog: 3.2.0...3.2.1
3.2.0
Features
- [#221] Include ignore SwiftLint file_name for extensions Files. by @blyscuit in #222
- [#219] Add wiki content into repository by @suho in #224
Chores
- [#209] Clear all warnings on fresh generated project by @markgravity in #232
Bugs
- [#220] Pull Request review Workflow seems to be failing by @blyscuit in #223
- [#208] Fix: R.generated.swift need to be created to include into project by @markgravity in #233
Full Changelog: 3.1.0...3.2.0
3.1.0
Features
- [#185] Create .env.example to list all secrets needed for the project #194 @suho
- [#156] Add SwiftFormat to project #195 @blyscuit
- [#186] Add scripts to setup project #197 @blyscuit
- [#191] [Github Actions] Add tools for Automated Pull Request Review to CI/CD templates #200 @suho
- [#183] Setup Firebase with different GoogleService-Info.plist for different build schemes #202 @markgravity
- [#196] Add SwiftFormat to project & Swiftformat Rules #203 @blyscuit
- [#191] [Bitrise] Add tools for Automated Pull Request Review to CI/CD templates #204 @suho
- [#213] Swiftformat lint #214 @blyscuit
- [#215] New work flow for release firebase #216 @phongvhd93
- [#205] Add Dependency Injection framework: Resolver #217 @suho
Chores
Bugs
Release - 3.0.0
A big update in our templates is moving from XcodeTemplates
to Tuist
. And applying MVVM + Clean Architecture into the templates.
Features
- Configure CI/CD: Bitrise #101
- Add Github Action template #143
- Add Fastlane #154
- Add Cocoapods #155
- Update Fastlane for CICD #156
- Setup schemes with Tuist #160
- Setup targets with Tuist #161
- Setup configurations, build configurations #165
- Generating the project follows the standard file structure #166
- Setup shell script Build Phase for libraries #173
Chores
- Move tools, xcode-templates and its scripts out of the repository #151
- Apply Tuist to generate an iOS project #152
- Add the Github release PR template #162
- Swiftlint errors in DerivedData breaks Fastlane #189