summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix Sphinx not recognising list in XCODE_LINK_BUILD_PHASE_MODECraig Scott2020-12-201-0/+1
|
* Help: Update Sphinx versionadded directives for 3.19 releaseBrad King2020-10-081-0/+2
| | | | | | Run the script: Utilities/Sphinx/update_versions.py --since v3.18.0 --overwrite
* Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-09-011-0/+52
OBJECT and STATIC libraries (framework or non-framework) do not use this build phase. Not all items to be linked use this build phase either. Co-Authored-By: Craig Scott <craig.scott@crascit.com>