Get started with PeerTalk
masterTo use PeerTalk, clone the repository and open peertalk.xcodeproj in Xcode 4.3 or later on OS X 10.7 or later.
Follow these steps to verify the installation:
- Run Unit Tests: Select the
peertalktarget and run tests (Cmd+U) to ensure everything is working correctly. - Run macOS Example: Select the
Peertalk Exampletarget and run (Cmd+R) to see the OS X sample application. - Run iOS Simulator Example: Select the
Peertalk iOS Exampletarget for an iPhone Simulator and run (Cmd+R) to test communication between the Mac and the simulator. - Run on Physical iOS Device: Connect an iPhone, iPod, or iPad, select the
Peertalk iOS Exampletarget for your connected device, and run (Cmd+R).