Skip to content

Commit

Permalink
clarified install req that SDK libs are linked
Browse files Browse the repository at this point in the history
  • Loading branch information
sstadelman committed Jun 19, 2014
1 parent 9ca68af commit a400742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It is recommended to review the Kapsel documentation as well as the 'Native' doc
##Installation
1. Clone to your dev machine
2. Select one of the `CertificateProvider` implementations which is similar to your scenario, and modify to match your scenario's API's/sequence
3. Drag the modified `CertificateProvider` implementation into your project
3. Drag the modified `CertificateProvider` implementation into your project, **with the Mobile SDK 3.0 SP03+ libraries linked**
4. Register the `CertificateProvider` to the `LogonManager` component, using one of the following methods

#####iOS (Native)
Expand Down

0 comments on commit a400742

Please sign in to comment.