File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CORE_REPO=https://github.com/CefView/CefViewCore.git
2- CORE_VERSION=f2089f2091fddab7c9642256f0d7c717f9de830e
2+ CORE_VERSION=main
33CORE_BUILD_TYPE=Release
44CEF_HELPER_NAME=UCefViewHelper
5- CEF_VERSION=126.2.18+g3647d39 +chromium-126 .0.6478.183
5+ CEF_VERSION=138.0.56+gd28ed8a +chromium-138 .0.7204.301
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ cmake -G "Xcode" \
4949 -DUSE_SANDBOX=ON \
5050 -DCEF_SDK_VERSION=$CEF_VERSION \
5151 -DCEFVIEW_WING_NAME=$CEF_HELPER_NAME \
52+ -DCMAKE_OSX_DEPLOYMENT_TARGET=" 11.0" \
5253 -B " $SOURCE_DIR /build/mac.x86_64" \
5354 --fresh
5455
@@ -75,6 +76,7 @@ cmake -G "Xcode" \
7576 -DUSE_SANDBOX=ON \
7677 -DCEF_SDK_VERSION=$CEF_VERSION \
7778 -DCEFVIEW_WING_NAME=$CEF_HELPER_NAME \
79+ -DCMAKE_OSX_DEPLOYMENT_TARGET=" 11.0" \
7880 -B " $SOURCE_DIR /build/mac.arm64" \
7981 --fresh
8082
You can’t perform that action at this time.
0 commit comments