commit | 0aeb46c3dd96e0e6c01a169414a6ba5f34d9ea18 | [log] [tgz] |
---|---|---|
author | Sean McBride <sean@rogue-research.com> | Thu Feb 07 15:11:56 2019 -0500 |
committer | Nathan Hjelm <hjelmn@me.com> | Thu Apr 04 21:20:48 2019 -0600 |
tree | 133425a2e5526c9eabb42cc9ac971c64237ad3f6 | |
parent | 9501adff2455446aa6ce017525c9d747be67c115 [diff] |
Fixed Xcode 10.1 warning by setting project setting 'ALWAYS_SEARCH_USER_PATHS = NO' The warning was: "Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO." Also made sure all targets are referencing the xcconfig files. Closes #532 Signed-off-by: Nathan Hjelm <hjelmn@me.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD and Haiku userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)