From cbe528def6cbc79b38be07f1e8cd1826912fd00c Mon Sep 17 00:00:00 2001 From: PB Date: Sun, 11 Mar 2018 16:03:41 +0100 Subject: [PATCH] Correct two more typos --- interface/wx/webview_chromium.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/webview_chromium.h b/interface/wx/webview_chromium.h index 4923cc2545..9750d9bf28 100644 --- a/interface/wx/webview_chromium.h +++ b/interface/wx/webview_chromium.h @@ -78,12 +78,12 @@ - Require `process_helper_mac.cpp` - Require link frameworks: Chromium Embedded Framework.framework, AppKit.frameworks. - - Reuquire app bundle configuration: Info.plist + - Require app bundle configuration: Info.plist - Use system tool `install_name_tool -change` to correct `Chromium Embedded Framework.framework/Chromium Embedded Framework` location. 3. Compile/link/package the `webviewchromium` app: - Require `webview.cpp` - - Reuqire link frameworks: Chromium Embedded Framework.framework, + - Require link frameworks: Chromium Embedded Framework.framework, AppKit.frameworks. - Require app bundle configuration: Info.plist - Use system tool `install_name_tool -change` to correct `Chromium