The polyPod app for iOS devices
Before building for iOS, you need to build the shared components and Features -
follow the build instructions in the root README.
Just open the PolyPodApp project in Xcode and build, test or archive it there.
make build
make test
make archive
Creating an xcarchive is a prerequisite for creating the actual app package
for upload to the App Store. This process is not fully automated yet.
Linting is performed via swiftlint. Use
any of the available ways to do it yourself.