Westin Newell
Westin Newell
[IGListKit](https://github.com/Instagram/IGListKit)? [MagazineLayout](https://github.com/airbnb/MagazineLayout)? Maybe keep a single stack view using [AloeStackView](https://github.com/airbnb/AloeStackView)?
The CI process should include incrementing the build number before generating a new build (which would be uploaded to an ad hoc service like HockeyApp, and optionally to TestFlight as...
Replace most (all?) instances of ‘fatalError()’ with errors and review all ‘NoError’ signals to see if they should be erroring.
[SwiftRouter](https://github.com/skyline75489/SwiftRouter)? Review [John Sundell's article about navigation](https://www.swiftbysundell.com/posts/navigation-in-swift) and [Automatic's Routing](https://github.com/n8chur/Routing) for inspiration.
Things like - Why Xcodegen? - Why .xxx-version files? - Why have a Core framework? - Why SwiftGen? - Why check that files aren't changed after running rebuild scripts (e.g....
This should increase application launch times significantly as the number of dependencies increases. In theory this should be as easy as: 1. Write a script that creates a temporary`.xcconfig` file...
This might be difficult to do in the scope of this project since it would require a server to work properly.
[realm-cocoa](https://github.com/realm/realm-cocoa)?