Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 322 Bytes

HACKING.md

File metadata and controls

14 lines (8 loc) · 322 Bytes

Setup build environment

Due to library dependencies, git submodule operations are required.

git clone git://github.com/youknowone/VisualJSON.git # or your repository
cd VisualJSON
git submodule update --init
pod install

OK. Dependencies are installed. Open project.

open VisualJSON.xcworkspace