Skip to content

Building Finicky from source

Stefan K edited this page Jan 6, 2021 · 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 ..
    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