Skip to content

Building Finicky from source

John Sterling edited this page Jun 23, 2020 · 5 revisions

Install Xcode, Xcode command line tools and yarn and then run commands:

    git clone https://github.com/johnste/finicky.git
    cd config-api
    yarn && yarn build
    cd ../finicky/Finicky
    xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

When complete you'll find a freshly built Finicky app in build/release.

Clone this wiki locally