Skip to content

Latest commit

 

History

History

ios

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

polyPod for iOS

The polyPod app for iOS devices

Building

Prerequisites

Before building for iOS, you need to build the shared components and Features - follow the build instructions in the root README.

Xcode

Just open the PolyPodApp project in Xcode and build, test or archive it there.

Command line

Ensuring the build works

make build

Running the tests

make test

Creating an archive

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

Linting is performed via swiftlint. Use any of the available ways to do it yourself.