Changeset 204932 in webkit
- Timestamp:
- Aug 24, 2016, 2:17:54 PM (9 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
Configurations/WebKitLegacyStub.iOS.tbd (modified) (1 diff)
-
WebCore.xcodeproj/project.pbxproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r204923 r204932 1 2016-08-24 Anders Carlsson <andersca@apple.com> 2 3 Build the platform name dynamically for the phony WebKitLegacy framework 4 https://bugs.webkit.org/show_bug.cgi?id=161163 5 6 Reviewed by Dan Bernstein. 7 8 * Configurations/WebKitLegacyStub.iOS.tbd: 9 * WebCore.xcodeproj/project.pbxproj: 10 1 11 2016-08-24 Chris Dumez <cdumez@apple.com> 2 12 -
trunk/Source/WebCore/Configurations/WebKitLegacyStub.iOS.tbd
r204843 r204932 1 1 --- 2 2 archs: [ armv7, armv7s, arm64, i386, x86_64 ] 3 platform: ios3 platform: TBD_PLATFORM 4 4 install-name: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 5 5 current-version: 603.1.3 -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r204879 r204932 27158 27158 runOnlyForDeploymentPostprocessing = 0; 27159 27159 shellPath = /bin/sh; 27160 shellScript = " ditto \"${SRCROOT}/Configurations/WebKitLegacyStub.iOS.tbd\" \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebCore/PhonyWebKitLegacy/WebKitLegacy.framework/WebKitLegacy.tbd\"";27160 shellScript = "set -e\n\ncase $PLATFORM_NAME in\niphone*)\n TBD_PLATFORM=ios\n ;;\nappletv*)\n TBD_PLATFORM=tvos\n ;;\nesac\n\nif [[ -n $TBD_PLATFORM ]]; then\n sed -E s/\\TBD_PLATFORM/$TBD_PLATFORM/ \"${SCRIPT_INPUT_FILE_0}\" > \"${SCRIPT_OUTPUT_FILE_0}\"\nfi\n"; 27161 27161 }; 27162 27162 37A1EAA3142699BC0087F425 /* Check For Inappropriate Objective-C Class Names */ = {
Note:
See TracChangeset
for help on using the changeset viewer.