Skip to content

Commit

Permalink
Merge pull request #1984 from elaewin/elaewin-readmeUsageUpdate
Browse files Browse the repository at this point in the history
Update "Usage" section of README
  • Loading branch information
danielgindi authored Dec 20, 2016
2 parents fee8cd4 + 05d452f commit 70d3197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ In order to correctly compile:
3. `@import Charts`
4. When using Swift in an ObjC project:
- You need to import your Bridging Header. Usually it is "*YourProject-Swift.h*", so in ChartsDemo it's "*ChartsDemo-Swift.h*". Do not try to actually include "*ChartsDemo-Swift.h*" in your project :-)
- Under "Build Options", mark "Embedded Content Contains Swift Code"
- (Xcode 8.1 and earlier) Under "Build Options", mark "Embedded Content Contains Swift Code"
- (Xcode 8.2+) Under "Build Options", mark "Always Embed Swift Standard Libraries"
5. When using [Realm.io](https://realm.io/):
- Note that the Realm framework is not linked with Charts - it is only there for *optional* bindings. Which means that you need to have the framework in your project, and in a compatible version to whatever is compiled with Charts. We will do our best to always compile against the latest version.

Expand Down

0 comments on commit 70d3197

Please sign in to comment.