Skip to content

Commit 0a60733

Browse files
committed
feat: update
1 parent 453daa0 commit 0a60733

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/ThirdParty-Config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE_REPO=https://github.com/CefView/CefViewCore.git
2-
CORE_VERSION=f2089f2091fddab7c9642256f0d7c717f9de830e
2+
CORE_VERSION=main
33
CORE_BUILD_TYPE=Release
44
CEF_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

scripts/Update-Mac.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)