This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Description
Although I have not found any official documentation for this yet, with Xcode 7, there are now .tbd files instead of .dylibs in the SDK.
These are apparently text based link descriptions.
It seems that -l still works, regardless, so Native build mode is fine.
But in Xcode projects, at least in BAM 1.0.2 betas, these are not searched for. So at the very least the LinkPrebuiltLibrary test does not work for the Xcode build mode.