Add .tbd to the .xcodeproj generator’s extension map

.tbd is a text-based dylib stub format. This supports linking dylibs
shipped as .tbd in the system SDK, such as libz.tbd, libiconv.tbd, etc.

Change-Id: Id04980eb7a012e61654e903e5f561663cdd5d34d
Reviewed-on: https://chromium-review.googlesource.com/c/external/gyp/+/1701782
Reviewed-by: Mark Mentovai <mark@chromium.org>
1 file changed
tree: bc9a35ad0443eaddeb8c6220e3afe4789fd797a8
  1. buildbot/
  2. data/
  3. pylib/
  4. samples/
  5. test/
  6. tools/
  7. .gitignore
  8. .travis.yml
  9. AUTHORS
  10. codereview.settings
  11. DEPS
  12. gyp
  13. gyp.bat
  14. gyp_main.py
  15. gyptest.py
  16. LICENSE
  17. OWNERS
  18. PRESUBMIT.py
  19. README.md
  20. setup.py
README.md

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.