Changeset 240668 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jan 29, 2019, 12:05:47 PM (6 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r240650 r240668 1 2019-01-29 Keith Rollin <[email protected]> 2 3 Add .xcfilelists to Run Script build phases 4 https://bugs.webkit.org/show_bug.cgi?id=193792 5 <rdar://problem/47201785> 6 7 Reviewed by Alex Christensen. 8 9 As part of supporting XCBuild, update the necessary Run Script build 10 phases in their Xcode projects to refer to their associated 11 .xcfilelist files. 12 13 Note that the addition of these files bumps the Xcode project version 14 number to something that's Xcode 10 compatible. This change means that 15 older versions of the Xcode IDE can't read these projects. Nor can it 16 fully load workspaces that refer to these projects (the updated 17 projects are shown as non-expandable placeholders). `xcodebuild` can 18 still build these projects; it's just that the IDE can't open them. 19 20 * JavaScriptCore.xcodeproj/project.pbxproj: 21 1 22 2019-01-29 Dominik Infuehr <[email protected]> 2 23 -
trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r240593 r240668 4 4 classes = { 5 5 }; 6 objectVersion = 46;6 objectVersion = 51; 7 7 objects = { 8 8 … … 10281 10281 files = ( 10282 10282 ); 10283 inputFileListPaths = ( 10284 "$(SRCROOT)/UnifiedSources-input.xcfilelist", 10285 ); 10283 10286 inputPaths = ( 10284 10287 ); 10285 10288 name = "Generate Unified Sources"; 10286 10289 outputFileListPaths = ( 10290 "$(SRCROOT)/UnifiedSources-output.xcfilelist", 10287 10291 ); 10288 10292 outputPaths = ( … … 10390 10394 files = ( 10391 10395 ); 10396 inputFileListPaths = ( 10397 "$(SRCROOT)/DerivedSources-input.xcfilelist", 10398 ); 10392 10399 inputPaths = ( 10393 10400 ); 10394 10401 name = "Generate Derived Sources"; 10395 10402 outputFileListPaths = ( 10403 "$(SRCROOT)/DerivedSources-output.xcfilelist", 10396 10404 ); 10397 10405 outputPaths = (
Note:
See TracChangeset
for help on using the changeset viewer.