Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.15 KB

Vessel iOS-framework 1.3

Step I: Register Your Application

  1. Login to Vessel Command Center
  2. Add your application
  3. Get Vessel Secret Key

Step I: Cocoapod Users

If you are using then add following line in you Podfile

platform :ios, '6.0'
pod 'ABTestingVessel'

Or

Step II: Unzip and Install

  1. Make sure you are using the latest version of Xcode (v4.6+) and targeting iOS 4.3 or higher.
  2. Download https://github.com/vesselio/ABTesting/archive/master.zip
  3. Unzip the file and drag the Vessel.framework folder into your Xcode project folder target.

Step II|: Link libraries

1.Select you project in Xcode
2.Click your app name under Targets
3.Select the Build Phases tab
4.Expand the Link Binary With Libraries

Step IV: Add the following frameworks:

1.SystemConfiguration.framework
2.Security.framework
3.CFNetwork.framework
4.libsqlite3.dylib
5.libicucore.dylib

Step V: Import, Buld & Run

  1. Open your AppDelegate.m file. Import Vessel header
  2. Build your application.

Run!