CocoaCefView
CocoaCefView copied to clipboard
A Cocoa View object encapsulated CEF view based on NSView
CocoaCefView
CocoaCefView provides a NSView based and CEF backed webview UI element for the consumers.
Build status
| triplets | status |
|---|---|
| macOS-arm64 | |
| macOS-x86_64 |
Note For Debugging With xCode
if you want to debug the project with xCode, you need to take some action to make sure the demo project could load CocoaCefView at correct location.
- Generate project with cmake
- Build demo project with xcode, do not run (actually you will encounter errors if you run directly)
- Go to the Build Phases for target CocoaCefViewDemo and perform the actions below
- remove all items under Target Dependencies
- remove all items under Link Binary With Libraries
- Now you can debug demo project in xCode without errors
if you re-generated the project, please remember to re-do the instructions above again