How to use this starter project to build a new framework component
-
Fork the framework starter project
-
Setup Carthage (if not setup).
-
Run carthage update --platform iOS to create Quick/Nimble test libraries
-
Rename the project in the navigator 'frameworkstarter' - imports may need changing in tests and in ViewController sample file.
-
Check that frameworkstarter scheme builds (and potentially rename as desired)
-
Check that the applicationSample scheme runs on a simulator or device
-
Run the tests in applicationTests scheme