From dfaf639e7eb1eafb5ecee253ca253185624f3e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Thu, 5 Sep 2024 12:23:21 +0200 Subject: [PATCH] Added the Alerts helper to AppHelper for macOS --- demos/Lazarus_any_OS/AppHelper/create_mac_helper_apps.sh | 6 ++++++ update_CEF4Delphi.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/demos/Lazarus_any_OS/AppHelper/create_mac_helper_apps.sh b/demos/Lazarus_any_OS/AppHelper/create_mac_helper_apps.sh index 4050723f..350a45ba 100755 --- a/demos/Lazarus_any_OS/AppHelper/create_mac_helper_apps.sh +++ b/demos/Lazarus_any_OS/AppHelper/create_mac_helper_apps.sh @@ -55,3 +55,9 @@ cp -r "$SRC" "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app" mv "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app/Contents/MacOS/$SRCAPP" "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app/Contents/MacOS/$DESTAPP Helper$SUB" sed -i '' "s/$SRCAPP/$DESTAPP Helper$SUB/g" "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app/Contents/Info.plist" +SUB=" (Alerts)" +rm -rf "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app" +cp -r "$SRC" "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app" +mv "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app/Contents/MacOS/$SRCAPP" "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app/Contents/MacOS/$DESTAPP Helper$SUB" +sed -i '' "s/$SRCAPP/$DESTAPP Helper$SUB/g" "$DEST/Contents/Frameworks/$DESTAPP Helper$SUB.app/Contents/Info.plist" + diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index cdceb7ce..2f04ab88 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 646, + "InternalVersion" : 647, "Name" : "cef4delphi_lazarus.lpk", "Version" : "128.4.8" }