[webkit-changes] [WebKit/WebKit] 715167: Change PLATFORM(IOS_SIMULATOR) to PLATFORM(IOS) in...
Ben
noreply at github.com
Fri Feb 21 10:25:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 715167cff7e1ef8d0d84f184594c3231d630c205
https://github.com/WebKit/WebKit/commit/715167cff7e1ef8d0d84f184594c3231d630c205
Author: Ben Schwartz <ben_schwartz at apple.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm
Log Message:
-----------
Change PLATFORM(IOS_SIMULATOR) to PLATFORM(IOS) in ProcessLauncher::hasExtensionsInAppBundle().
https://bugs.webkit.org/show_bug.cgi?id=288069
rdar://145182060
Reviewed by Per Arne Vollan.
ProcessLauncher::hasExtensionsInAppBundle() currently checks if the platform is
iOS simulator (`PLATFORM(IOS_SIMULATOR)`) when determining whether to check for
extensions in the app bundle, but it should check for if the platform is iOS
(`PLATFORM(IOS)`). This PR changes IOS_SIMULATOR to IOS.
* Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm:
(WebKit::ProcessLauncher::hasExtensionsInAppBundle): Change to `PLATFORM(IOS)`.
Canonical link: https://commits.webkit.org/290805@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list