lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chromium Embedded Framework, libCEFSandbox.a are all required, correct?

awmcclain opened this issue · comments

I'm trying to add CEF into an existing project (that already has an AppDelegate, etc). Just looking at the CEFDemo project, it looks like I'll need to link against all three frameworks /libraries, right?

Carthage only builds the CEFSwift.framework (which is fine), I'm just trying to understand what pieces are needed as I migrate over the build environment.

BTW, thank you for all your work on this.