You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Fixed issue #527 : Demo ExternalPumpBrowser Helper (GPU) crash on MacOs 14 Sonoma - Lazarus x86_64-darwin
This commit is contained in:
@ -79,5 +79,8 @@
|
||||
</Win32>
|
||||
</Options>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CustomOptions Value="-WM11.0"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</CONFIG>
|
||||
|
@ -27,6 +27,11 @@ begin
|
||||
GlobalCEFApp.InitLibLocationFromArgs;
|
||||
{$ENDIF}
|
||||
|
||||
GlobalCEFApp.UseMockKeyChain := True;
|
||||
//GlobalCEFApp.EnableGPU := False;
|
||||
//GlobalCEFApp.LogFile := 'debug.log';
|
||||
//GlobalCEFApp.LogSeverity := LOGSEVERITY_VERBOSE;
|
||||
|
||||
GlobalCEFApp.StartSubProcess;
|
||||
GlobalCEFApp.Free;
|
||||
GlobalCEFApp := nil;
|
||||
|
5
demos/Lazarus_any_OS/readme_macos.txt
Normal file
5
demos/Lazarus_any_OS/readme_macos.txt
Normal file
@ -0,0 +1,5 @@
|
||||
CEF4Delphi may report an invalid macOS version. In that case, use the -WMxx.y custom option to set a higher minimum macOS version for that project.
|
||||
|
||||
You might also need to sign the application with an "Outgoing network socket" entitlement in the helpers.
|
||||
|
||||
Set LSUIElement=1 in the info.plist to hide the helpers in the dock.
|
Reference in New Issue
Block a user