0
Files
David Quesada ce0fb9eaa8 Rename "alternate root" terminology in projects and build configurations
https://bugs.webkit.org/show_bug.cgi?id=288218

Reviewed by Elliott Williams.

Deobfuscate "alternate root" and refer to the OS cryptex by name directly, since the
install layout of WebKit into this path is no longer a secret. Make the following renames:

    create-symlink-to-altroot.sh => create-symlink-to-cryptex.sh
    ALTERNATE_ROOT_PATH => CRYPTEX_SYMLINK_PATH
    OUTPUT_ALTERNATE_ROOT_DIR => OUTPUT_CRYPTEX_SYMLINK_DIR
    OUTPUT_ALTERNATE_ROOT_PATH => OUTPUT_CRYPTEX_SYMLINK_PATH
    "Create Symlink to Alt Root Path" script phase => "Create Symlink to Cryptex Path"

* Configurations/WebKitProjectPaths.xcconfig:
* Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/Scripts/create-symlink-to-altroot.sh: Removed.
* Source/JavaScriptCore/Scripts/create-symlink-to-cryptex.sh: Added.
* Source/ThirdParty/libwebrtc/Scripts/create-symlink-to-cryptex.sh: Renamed from Source/ThirdParty/libwebrtc/Scripts/create-symlink-to-altroot.sh.
* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:
* Source/WebCore/Configurations/WebCore.xcconfig:
* Source/WebCore/Scripts/create-symlink-to-altroot.sh: Removed.
* Source/WebCore/Scripts/create-symlink-to-cryptex.sh: Added.
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebGPU/Configurations/WebGPU.xcconfig:
* Source/WebGPU/Scripts/create-symlink-to-altroot.sh: Removed.
* Source/WebGPU/Scripts/create-symlink-to-cryptex.sh: Added.
* Source/WebGPU/WebGPU.xcodeproj/project.pbxproj:
* Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig:
* Source/WebInspectorUI/Scripts/create-symlink-to-altroot.sh: Removed.
* Source/WebInspectorUI/Scripts/create-symlink-to-cryptex.sh: Added.
* Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj:
* Source/WebKit/Configurations/BaseExtension.xcconfig:
* Source/WebKit/Configurations/WebKit.xcconfig:
* Source/WebKit/Configurations/_WebKit_SwiftUI.xcconfig:
* Source/WebKit/Scripts/copy-launchd-plist-and-create-symlink.sh:
* Source/WebKit/Scripts/create-symlink-to-altroot.sh: Removed.
* Source/WebKit/Scripts/create-symlink-to-cryptex.sh: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj:
* Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig:
* Source/WebKitLegacy/scripts/create-symlink-to-cryptex.sh: Renamed from Source/WebKitLegacy/scripts/create-symlink-to-altroot.sh.

Canonical link: https://commits.webkit.org/291920@main
2025-03-10 14:46:20 -07:00
..