forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xcode] Additions SDKs need to have platform-specific names
rdar://121698895 https://bugs.webkit.org/show_bug.cgi?id=268205 Reviewed by Alexey Proskuryakov. Instead of calling all additions SDKs "WebKitSDKAdditions", include a platform name suffix, so that the build can refer to the active additions SDK with: SDK_DIR_WebKitSDKAdditions_$(PLATFORM_NAME)) This appears to fix build issues when using the Xcode IDE. Use PLATFORM_NAME and not WK_PLATFORM_NAME so that Mac Catalyst does not get a special platform name. This matters since the same macOS SDK supports both variants. * Configurations/SDKAdditions.xcconfig: * Source/WTF/WTF.xcodeproj/project.pbxproj: * WebKitLibraries/SDKs/appletvos16.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/appletvos17.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/appletvsimulator17.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/iphoneos16.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/iphoneos17.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/iphonesimulator16.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/iphonesimulator17.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/macosx12.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/macosx13.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/macosx14.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/watchos10.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/watchos9.0-additions.sdk/SDKSettings.plist: * WebKitLibraries/SDKs/watchsimulator10.0-additions.sdk/SDKSettings.plist: Canonical link: https://commits.webkit.org/273594@main
- Loading branch information
Showing
15 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters