Changes between Version 11 and Version 12 of AddingFiles
- Timestamp:
- Oct 23, 2017, 4:17:41 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingFiles
v11 v12 34 34 If 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. 35 35 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. 37 37 38 38 === Adding code generators / generated files