Releases: monstar-lab-oss/ios-template
Releases · monstar-lab-oss/ios-template
Stable Release
Due to high maintenance costs, we discontinued the use of cookie-cutter
.
Now you can create a new project using this repository as a GitHub template.
- Cookiecutter removed and Xcodegen installed
- All dependencies are installed using SwiftPackageManager
https://jsonplaceholder.typicode.com/posts
based default API used- ValueObject and Entity are added separately
Stable Release
Change Log
- Fixed first time building error
- Added pragma marks
- Replaced Collection View with Table View to get rid of keeping a CollectionViewCell subclass. now just using
UITableViewCell
- Set the API to http://jsonplaceholder.typicode.com
- Minor restructuring in the Platform Module