An information sharing application. This repository houses the iOS client for Privy.
- Download Xcode 7.3 (7D175) or later.
- Clone this repository to your computer
- If you don't have Homebrew installed, run this command to install it
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install Carthage with
brew install carthage
- Change to the directory where you cloned Privy to (the directory containing Privy.xcodeproj)
- Run
carthage update --platform iOS
(It's recommended that you keep the platform flag to drastically reduce build times.) - Open the Xcode project file (Privy.xcodeproj)
- If you're having trouble building this project after updating to Xcode 7.3 (with linker errors), simply run
carthage update --platform iOS
again.
- You may need to run
sudo xcode-select --switch PATH_TO_XCODE_7.3
for Carthage to use the correct compiler version for its build. - If you've already built all dependencies, it may be advantageous to run
carthage build --platform iOS
instead as it will skip any dependencies that have already been built.
- Build, run, enjoy.