Skip to content

Commit 77ece97

Browse files
author
Christian König
committed
Updated readme
1 parent 6a83499 commit 77ece97

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Applications that would like to access the figo Connect have to register with us
2525
Website: [http://figo.io](http://figo.io)
2626

2727

28-
## Installation
28+
## Setup
2929

3030
### Submodule
3131

@@ -39,6 +39,17 @@ Integrate the framework into your project:
3939
* Select the Figo.xcodeproj in the Project Navigator and verify the deployment target matches that of your application target.
4040
* Add the Figo.framework to your target(s) in the "Embedded Binaries" sections
4141

42+
### The bridging header
43+
44+
We need CommonCrypto for our SSL pinning implementation, which is not available as a modular header. This makes it a bit challenging to import it into Swift. To work around this, we have included an Objective-C bridging header which imports the headers.
45+
46+
#import <CommonCrypto/CommonCrypto.h>
47+
48+
If you want to add our source files directly without adding the project as a sub-project in Xcode, you have to add that import to your bridging header.
49+
50+
### Cocoapods / Carthage
51+
52+
We don't support Cocoapods because it doesn't support the bridging header at this time. As for Carthage, we just haven't come around to it yet.
4253

4354
## Usage
4455

0 commit comments

Comments
 (0)