Changes between Version 11 and Version 12 of AddingFiles


Ignore:
Timestamp:
Oct 23, 2017 4:17:41 PM (6 years ago)
Author:
keith_miller@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingFiles

    v11 v12  
    3434If adding a header file that should be accessible from other frameworks (say, using a WebCore framework from WebKit2), then you must alter the file's target membership from "Project" to "Private" in the "Target Membership" details sidebar, using the drop-down next to the framework. If using headers from JavaScriptCore inside WebCore, you must also add a forwarding header in `Source/WebCore/ForwardingHeaders` in the appropriate mirrored directory structure.
    3535
    36 It is important to make sure that any source file added is not compiled by Xcode if it is in a source file list. If this happens it's likely that there will be an error in the linker that complains about duplicate symbols.
     36**It is important to make sure that any source file added is not compiled by Xcode if it is in a source file list.** If this happens it's likely that there will be an error in the linker that complains about duplicate symbols.
    3737
    3838=== Adding code generators / generated files