lvsti / CEF.swift

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

How to build the CEFswift with latest CEF 4606 binary? #61

Open jerrychen44 opened 2 years ago

jerrychen44 commented 2 years ago

Hi, Lvsti. How should I do if I want to upgrade the CEFswift to run the latest CEF binary? (no need to use the new API, just want to use the new binary/engine)

link 09/28/2021 - 94.4.2+g6a963ca+chromium-94.0.4606.61

binary-> cef_binary_94.4.2+g6a963ca+chromium-94.0.4606.61_macosx64.tar.bz2

I am assuming there is no CEFswift branch for cef_4606, am I right?

Where or what should I hack to make the CEFswift can work with "cef_binary_94.4.2+g6a963ca+chromium-94.0.4606.61_macosx64.tar.bz2" binary? (in ./scripts/setup.sh or other files) btw, I am under cef_4240. Thanks.

lvsti commented 2 years ago

Hello, I admit I've neglected this project recently but now trying to catch up. I've pushed the branches for up to Chrome 92 and planning to go on but this week it's impossible. No promises but I'd like to get this up-to-date by the end of October.

jerrychen44 commented 2 years ago

No problem! Thank you so much.

lvsti commented 2 years ago

Hi, I've made CEF 4606 and 4638 available.