lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

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

Closed awmcclain closed 3 years ago

awmcclain commented 3 years ago

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.