summaryrefslogtreecommitdiff
path: root/libusbx-1.0.18/Xcode
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2014-06-30 09:38:31 +0200
committerSven Wegener <sven.wegener@stealer.net>2014-06-30 09:38:31 +0200
commit79de83205964ee0182940ef7cec86b46896ed0e6 (patch)
treeccf532205a550ac926e52069649a1cc41aa555a6 /libusbx-1.0.18/Xcode
parent3de7dbb24c71c0d894dbd734ddf9258683d9e2e1 (diff)
Update from DSLogic-v0.3.tar.gzHEADmaster
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Diffstat (limited to 'libusbx-1.0.18/Xcode')
-rw-r--r--libusbx-1.0.18/Xcode/common.xcconfig40
-rw-r--r--libusbx-1.0.18/Xcode/debug.xcconfig29
-rw-r--r--libusbx-1.0.18/Xcode/libusbx.xcconfig21
-rw-r--r--libusbx-1.0.18/Xcode/libusbx.xcodeproj/project.pbxproj864
-rw-r--r--libusbx-1.0.18/Xcode/libusbx_debug.xcconfig21
-rw-r--r--libusbx-1.0.18/Xcode/libusbx_release.xcconfig21
-rw-r--r--libusbx-1.0.18/Xcode/release.xcconfig29
7 files changed, 1025 insertions, 0 deletions
diff --git a/libusbx-1.0.18/Xcode/common.xcconfig b/libusbx-1.0.18/Xcode/common.xcconfig
new file mode 100644
index 0000000..f64cd6d
--- /dev/null
+++ b/libusbx-1.0.18/Xcode/common.xcconfig
@@ -0,0 +1,40 @@
+//
+// libusbx Xcode configuration file
+// Copyright © 2012 Pete Batard <pete@akeo.ie>
+// For more information, please visit: <http://libusbx.org>
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+// libusbx does not follow C99 strict aliasing rules, so disable it.
+GCC_STRICT_ALIASING = NO
+
+// Use C99 dialect.
+GCC_C_LANGUAGE_STANDARD = c99
+
+// Compiler warnings.
+CLANG_WARN_EMPTY_BODY = YES
+GCC_WARN_64_TO_32_BIT_CONVERSION = YES
+GCC_WARN_ABOUT_RETURN_TYPE = YES
+GCC_WARN_UNINITIALIZED_AUTOS = YES
+GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES
+GCC_WARN_SHADOW = YES
+GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES
+GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES
+GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES
+GCC_WARN_ABOUT_MISSING_NEWLINE = YES
+GCC_WARN_UNKNOWN_PRAGMAS = YES
+GCC_WARN_UNUSED_FUNCTION = YES
+GCC_WARN_UNUSED_LABEL = YES
+GCC_WARN_UNUSED_VARIABLE = YES
diff --git a/libusbx-1.0.18/Xcode/debug.xcconfig b/libusbx-1.0.18/Xcode/debug.xcconfig
new file mode 100644
index 0000000..73dc083
--- /dev/null
+++ b/libusbx-1.0.18/Xcode/debug.xcconfig
@@ -0,0 +1,29 @@
+//
+// libusbx Xcode configuration file
+// Copyright © 2012 Pete Batard <pete@akeo.ie>
+// For more information, please visit: <http://libusbx.org>
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+#include "common.xcconfig"
+
+// Embed debug symbols in binary itself.
+DEBUG_INFORMATION_FORMAT = dwarf
+
+// No optimizations in debug.
+GCC_OPTIMIZATION_LEVEL = 0
+
+//
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
diff --git a/libusbx-1.0.18/Xcode/libusbx.xcconfig b/libusbx-1.0.18/Xcode/libusbx.xcconfig
new file mode 100644
index 0000000..9c6385a
--- /dev/null
+++ b/libusbx-1.0.18/Xcode/libusbx.xcconfig
@@ -0,0 +1,21 @@
+//
+// libusbx Xcode configuration file
+// Copyright © 2012 Pete Batard <pete@akeo.ie>
+// For more information, please visit: <http://libusbx.org>
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+// For backwards compatibility with libusb, use the same filename.
+PRODUCT_NAME = libusb-1.0.0
diff --git a/libusbx-1.0.18/Xcode/libusbx.xcodeproj/project.pbxproj b/libusbx-1.0.18/Xcode/libusbx.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..288c0bf
--- /dev/null
+++ b/libusbx-1.0.18/Xcode/libusbx.xcodeproj/project.pbxproj
@@ -0,0 +1,864 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 45;
+ objects = {
+
+/* Begin PBXAggregateTarget section */
+ 008FC0321628BC9400BC5BE2 /* all */ = {
+ isa = PBXAggregateTarget;
+ buildConfigurationList = 008FC0331628BC9400BC5BE2 /* Build configuration list for PBXAggregateTarget "all" */;
+ buildPhases = (
+ );
+ dependencies = (
+ 008FC0371628BC9A00BC5BE2 /* PBXTargetDependency */,
+ 008FC0391628BC9A00BC5BE2 /* PBXTargetDependency */,
+ 008FC03B1628BC9A00BC5BE2 /* PBXTargetDependency */,
+ 008FC03D1628BC9A00BC5BE2 /* PBXTargetDependency */,
+ 008FC03F1628BC9A00BC5BE2 /* PBXTargetDependency */,
+ 008FC0411628BC9A00BC5BE2 /* PBXTargetDependency */,
+ );
+ name = all;
+ productName = all;
+ };
+/* End PBXAggregateTarget section */
+
+/* Begin PBXBuildFile section */
+ 008FBF861628B7E800BC5BE2 /* core.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBF541628B7E800BC5BE2 /* core.c */; };
+ 008FBF871628B7E800BC5BE2 /* descriptor.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBF551628B7E800BC5BE2 /* descriptor.c */; };
+ 008FBF881628B7E800BC5BE2 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBF561628B7E800BC5BE2 /* io.c */; };
+ 008FBF891628B7E800BC5BE2 /* libusb.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF5A1628B7E800BC5BE2 /* libusb.h */; };
+ 008FBF901628B7E800BC5BE2 /* libusbi.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF671628B7E800BC5BE2 /* libusbi.h */; };
+ 008FBF921628B7E800BC5BE2 /* darwin_usb.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBF6C1628B7E800BC5BE2 /* darwin_usb.c */; };
+ 008FBF931628B7E800BC5BE2 /* darwin_usb.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF6D1628B7E800BC5BE2 /* darwin_usb.h */; };
+ 008FBF971628B7E800BC5BE2 /* poll_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF711628B7E800BC5BE2 /* poll_posix.h */; };
+ 008FBF9A1628B7E800BC5BE2 /* threads_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBF741628B7E800BC5BE2 /* threads_posix.c */; };
+ 008FBF9B1628B7E800BC5BE2 /* threads_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF751628B7E800BC5BE2 /* threads_posix.h */; };
+ 008FBFA01628B7E800BC5BE2 /* sync.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBF7A1628B7E800BC5BE2 /* sync.c */; };
+ 008FBFA11628B7E800BC5BE2 /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF7B1628B7E800BC5BE2 /* version.h */; };
+ 008FBFA21628B7E800BC5BE2 /* version_nano.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF7C1628B7E800BC5BE2 /* version_nano.h */; };
+ 008FBFA51628B84200BC5BE2 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBFA41628B84200BC5BE2 /* config.h */; };
+ 008FBFA71628B87000BC5BE2 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBFA61628B87000BC5BE2 /* CoreFoundation.framework */; };
+ 008FBFA91628B88000BC5BE2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBFA81628B88000BC5BE2 /* IOKit.framework */; };
+ 008FBFAB1628B8CB00BC5BE2 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBFAA1628B8CB00BC5BE2 /* libobjc.dylib */; };
+ 008FBFEF1628BA3500BC5BE2 /* xusb.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBFED1628BA0E00BC5BE2 /* xusb.c */; };
+ 008FBFF01628BA3A00BC5BE2 /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; };
+ 008FBFFF1628BB9600BC5BE2 /* dpfp.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBFD71628BA0E00BC5BE2 /* dpfp.c */; };
+ 008FC0001628BBCD00BC5BE2 /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; };
+ 008FC00F1628BBE400BC5BE2 /* dpfp_threaded.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBFDB1628BA0E00BC5BE2 /* dpfp_threaded.c */; };
+ 008FC0101628BBE900BC5BE2 /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; };
+ 008FC01F1628BC1500BC5BE2 /* fxload.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBFE11628BA0E00BC5BE2 /* fxload.c */; };
+ 008FC0201628BC1B00BC5BE2 /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; };
+ 008FC0211628BC5200BC5BE2 /* ezusb.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBFDC1628BA0E00BC5BE2 /* ezusb.c */; };
+ 008FC0301628BC7400BC5BE2 /* listdevs.c in Sources */ = {isa = PBXBuildFile; fileRef = 008FBFE71628BA0E00BC5BE2 /* listdevs.c */; };
+ 008FC0311628BC7800BC5BE2 /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; };
+ 1438D77A17A2ED9F00166101 /* hotplug.c in Sources */ = {isa = PBXBuildFile; fileRef = 1438D77817A2ED9F00166101 /* hotplug.c */; };
+ 1438D77B17A2ED9F00166101 /* hotplug.h in Headers */ = {isa = PBXBuildFile; fileRef = 1438D77917A2ED9F00166101 /* hotplug.h */; };
+ 1438D77D17A2EDCD00166101 /* poll_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 1438D77C17A2EDCD00166101 /* poll_posix.c */; };
+ 1438D77F17A2F0EA00166101 /* strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 1438D77E17A2F0EA00166101 /* strerror.c */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 008FC0361628BC9A00BC5BE2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FBF301628B79300BC5BE2;
+ remoteInfo = libusbx;
+ };
+ 008FC0381628BC9A00BC5BE2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FBFBC1628B9FE00BC5BE2;
+ remoteInfo = xusb;
+ };
+ 008FC03A1628BC9A00BC5BE2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FBFF41628BB8B00BC5BE2;
+ remoteInfo = dpfp;
+ };
+ 008FC03C1628BC9A00BC5BE2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FC0041628BBDB00BC5BE2;
+ remoteInfo = dpfp_threaded;
+ };
+ 008FC03E1628BC9A00BC5BE2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FC0141628BC0300BC5BE2;
+ remoteInfo = fxload;
+ };
+ 008FC0401628BC9A00BC5BE2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FC0251628BC6B00BC5BE2;
+ remoteInfo = listdevs;
+ };
+ 1443EE8B1641926D007E0579 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FBF301628B79300BC5BE2;
+ remoteInfo = libusbx;
+ };
+ 1443EE8D16419273007E0579 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FBF301628B79300BC5BE2;
+ remoteInfo = libusbx;
+ };
+ 1443EE8F16419276007E0579 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FBF301628B79300BC5BE2;
+ remoteInfo = libusbx;
+ };
+ 1443EE911641927A007E0579 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FBF301628B79300BC5BE2;
+ remoteInfo = libusbx;
+ };
+ 1443EE931641927D007E0579 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 008FBF281628B79300BC5BE2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 008FBF301628B79300BC5BE2;
+ remoteInfo = libusbx;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 008FBFBB1628B9FE00BC5BE2 /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+ 008FBFF31628BB8B00BC5BE2 /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+ 008FC0031628BBDB00BC5BE2 /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+ 008FC0131628BC0300BC5BE2 /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+ 008FC0241628BC6B00BC5BE2 /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libusb-1.0.0.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 008FBF541628B7E800BC5BE2 /* core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = core.c; sourceTree = "<group>"; };
+ 008FBF551628B7E800BC5BE2 /* descriptor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = descriptor.c; sourceTree = "<group>"; };
+ 008FBF561628B7E800BC5BE2 /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = io.c; sourceTree = "<group>"; };
+ 008FBF5A1628B7E800BC5BE2 /* libusb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libusb.h; sourceTree = "<group>"; };
+ 008FBF671628B7E800BC5BE2 /* libusbi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libusbi.h; sourceTree = "<group>"; };
+ 008FBF6C1628B7E800BC5BE2 /* darwin_usb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = darwin_usb.c; sourceTree = "<group>"; };
+ 008FBF6D1628B7E800BC5BE2 /* darwin_usb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = darwin_usb.h; sourceTree = "<group>"; };
+ 008FBF711628B7E800BC5BE2 /* poll_posix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = poll_posix.h; sourceTree = "<group>"; };
+ 008FBF741628B7E800BC5BE2 /* threads_posix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = threads_posix.c; sourceTree = "<group>"; };
+ 008FBF751628B7E800BC5BE2 /* threads_posix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = threads_posix.h; sourceTree = "<group>"; };
+ 008FBF7A1628B7E800BC5BE2 /* sync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sync.c; sourceTree = "<group>"; };
+ 008FBF7B1628B7E800BC5BE2 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
+ 008FBF7C1628B7E800BC5BE2 /* version_nano.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version_nano.h; sourceTree = "<group>"; };
+ 008FBFA41628B84200BC5BE2 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
+ 008FBFA61628B87000BC5BE2 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
+ 008FBFA81628B88000BC5BE2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
+ 008FBFAA1628B8CB00BC5BE2 /* libobjc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libobjc.dylib; path = usr/lib/libobjc.dylib; sourceTree = SDKROOT; };
+ 008FBFBD1628B9FE00BC5BE2 /* xusb */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xusb; sourceTree = BUILT_PRODUCTS_DIR; };
+ 008FBFD71628BA0E00BC5BE2 /* dpfp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dpfp.c; sourceTree = "<group>"; };
+ 008FBFDB1628BA0E00BC5BE2 /* dpfp_threaded.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dpfp_threaded.c; sourceTree = "<group>"; };
+ 008FBFDC1628BA0E00BC5BE2 /* ezusb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ezusb.c; sourceTree = "<group>"; };
+ 008FBFDD1628BA0E00BC5BE2 /* ezusb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ezusb.h; sourceTree = "<group>"; };
+ 008FBFE11628BA0E00BC5BE2 /* fxload.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fxload.c; sourceTree = "<group>"; };
+ 008FBFE71628BA0E00BC5BE2 /* listdevs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = listdevs.c; sourceTree = "<group>"; };
+ 008FBFED1628BA0E00BC5BE2 /* xusb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xusb.c; sourceTree = "<group>"; };
+ 008FBFF51628BB8B00BC5BE2 /* dpfp */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dpfp; sourceTree = BUILT_PRODUCTS_DIR; };
+ 008FC0051628BBDB00BC5BE2 /* dpfp_threaded */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dpfp_threaded; sourceTree = BUILT_PRODUCTS_DIR; };
+ 008FC0151628BC0300BC5BE2 /* fxload */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = fxload; sourceTree = BUILT_PRODUCTS_DIR; };
+ 008FC0261628BC6B00BC5BE2 /* listdevs */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = listdevs; sourceTree = BUILT_PRODUCTS_DIR; };
+ 1438D77817A2ED9F00166101 /* hotplug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hotplug.c; sourceTree = "<group>"; };
+ 1438D77917A2ED9F00166101 /* hotplug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hotplug.h; sourceTree = "<group>"; };
+ 1438D77C17A2EDCD00166101 /* poll_posix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = poll_posix.c; sourceTree = "<group>"; };
+ 1438D77E17A2F0EA00166101 /* strerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strerror.c; sourceTree = "<group>"; };
+ 1443EE8416417E63007E0579 /* common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = SOURCE_ROOT; };
+ 1443EE8516417E63007E0579 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = SOURCE_ROOT; };
+ 1443EE8616417E63007E0579 /* libusbx_debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = libusbx_debug.xcconfig; sourceTree = SOURCE_ROOT; };
+ 1443EE8716417E63007E0579 /* libusbx.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = libusbx.xcconfig; sourceTree = SOURCE_ROOT; };
+ 1443EE8816417E63007E0579 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = SOURCE_ROOT; };
+ 1443EE8916417EA6007E0579 /* libusbx_release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = libusbx_release.xcconfig; sourceTree = SOURCE_ROOT; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 008FBF2E1628B79300BC5BE2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FBFAB1628B8CB00BC5BE2 /* libobjc.dylib in Frameworks */,
+ 008FBFA91628B88000BC5BE2 /* IOKit.framework in Frameworks */,
+ 008FBFA71628B87000BC5BE2 /* CoreFoundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FBFBA1628B9FE00BC5BE2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FBFF01628BA3A00BC5BE2 /* libusb-1.0.0.dylib in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FBFF21628BB8B00BC5BE2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FC0001628BBCD00BC5BE2 /* libusb-1.0.0.dylib in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FC0021628BBDB00BC5BE2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FC0101628BBE900BC5BE2 /* libusb-1.0.0.dylib in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FC0121628BC0300BC5BE2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FC0201628BC1B00BC5BE2 /* libusb-1.0.0.dylib in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FC0231628BC6B00BC5BE2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FC0311628BC7800BC5BE2 /* libusb-1.0.0.dylib in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 008FBF261628B79300BC5BE2 = {
+ isa = PBXGroup;
+ children = (
+ 1443EE8316417DE3007E0579 /* xcconfig */,
+ 008FBFA41628B84200BC5BE2 /* config.h */,
+ 008FBF3B1628B7E800BC5BE2 /* libusb */,
+ 008FBFC81628BA0E00BC5BE2 /* examples */,
+ 1443EE8A16419057007E0579 /* Apple */,
+ 008FBF321628B79300BC5BE2 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 008FBF321628B79300BC5BE2 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */,
+ 008FBFBD1628B9FE00BC5BE2 /* xusb */,
+ 008FBFF51628BB8B00BC5BE2 /* dpfp */,
+ 008FC0051628BBDB00BC5BE2 /* dpfp_threaded */,
+ 008FC0151628BC0300BC5BE2 /* fxload */,
+ 008FC0261628BC6B00BC5BE2 /* listdevs */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 008FBF3B1628B7E800BC5BE2 /* libusb */ = {
+ isa = PBXGroup;
+ children = (
+ 008FBF541628B7E800BC5BE2 /* core.c */,
+ 008FBF551628B7E800BC5BE2 /* descriptor.c */,
+ 1438D77817A2ED9F00166101 /* hotplug.c */,
+ 1438D77917A2ED9F00166101 /* hotplug.h */,
+ 008FBF561628B7E800BC5BE2 /* io.c */,
+ 008FBF5A1628B7E800BC5BE2 /* libusb.h */,
+ 008FBF671628B7E800BC5BE2 /* libusbi.h */,
+ 008FBF6B1628B7E800BC5BE2 /* os */,
+ 1438D77E17A2F0EA00166101 /* strerror.c */,
+ 008FBF7A1628B7E800BC5BE2 /* sync.c */,
+ 008FBF7B1628B7E800BC5BE2 /* version.h */,
+ 008FBF7C1628B7E800BC5BE2 /* version_nano.h */,
+ );
+ name = libusb;
+ path = ../libusb;
+ sourceTree = "<group>";
+ };
+ 008FBF6B1628B7E800BC5BE2 /* os */ = {
+ isa = PBXGroup;
+ children = (
+ 008FBF6C1628B7E800BC5BE2 /* darwin_usb.c */,
+ 008FBF6D1628B7E800BC5BE2 /* darwin_usb.h */,
+ 1438D77C17A2EDCD00166101 /* poll_posix.c */,
+ 008FBF711628B7E800BC5BE2 /* poll_posix.h */,
+ 008FBF741628B7E800BC5BE2 /* threads_posix.c */,
+ 008FBF751628B7E800BC5BE2 /* threads_posix.h */,
+ );
+ path = os;
+ sourceTree = "<group>";
+ };
+ 008FBFC81628BA0E00BC5BE2 /* examples */ = {
+ isa = PBXGroup;
+ children = (
+ 008FBFD71628BA0E00BC5BE2 /* dpfp.c */,
+ 008FBFDB1628BA0E00BC5BE2 /* dpfp_threaded.c */,
+ 008FBFDC1628BA0E00BC5BE2 /* ezusb.c */,
+ 008FBFE11628BA0E00BC5BE2 /* fxload.c */,
+ 008FBFE71628BA0E00BC5BE2 /* listdevs.c */,
+ 008FBFED1628BA0E00BC5BE2 /* xusb.c */,
+ 008FBFDD1628BA0E00BC5BE2 /* ezusb.h */,
+ );
+ name = examples;
+ path = ../examples;
+ sourceTree = "<group>";
+ };
+ 1443EE8316417DE3007E0579 /* xcconfig */ = {
+ isa = PBXGroup;
+ children = (
+ 1443EE8416417E63007E0579 /* common.xcconfig */,
+ 1443EE8516417E63007E0579 /* debug.xcconfig */,
+ 1443EE8816417E63007E0579 /* release.xcconfig */,
+ 1443EE8716417E63007E0579 /* libusbx.xcconfig */,
+ 1443EE8616417E63007E0579 /* libusbx_debug.xcconfig */,
+ 1443EE8916417EA6007E0579 /* libusbx_release.xcconfig */,
+ );
+ name = xcconfig;
+ path = ../libusb;
+ sourceTree = "<group>";
+ };
+ 1443EE8A16419057007E0579 /* Apple */ = {
+ isa = PBXGroup;
+ children = (
+ 008FBFAA1628B8CB00BC5BE2 /* libobjc.dylib */,
+ 008FBFA81628B88000BC5BE2 /* IOKit.framework */,
+ 008FBFA61628B87000BC5BE2 /* CoreFoundation.framework */,
+ );
+ name = Apple;
+ path = ../libusb;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 008FBF2F1628B79300BC5BE2 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FBF891628B7E800BC5BE2 /* libusb.h in Headers */,
+ 008FBF901628B7E800BC5BE2 /* libusbi.h in Headers */,
+ 008FBF931628B7E800BC5BE2 /* darwin_usb.h in Headers */,
+ 008FBF971628B7E800BC5BE2 /* poll_posix.h in Headers */,
+ 008FBF9B1628B7E800BC5BE2 /* threads_posix.h in Headers */,
+ 008FBFA11628B7E800BC5BE2 /* version.h in Headers */,
+ 008FBFA21628B7E800BC5BE2 /* version_nano.h in Headers */,
+ 008FBFA51628B84200BC5BE2 /* config.h in Headers */,
+ 1438D77B17A2ED9F00166101 /* hotplug.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 008FBF301628B79300BC5BE2 /* libusbx */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 008FBF351628B79300BC5BE2 /* Build configuration list for PBXNativeTarget "libusbx" */;
+ buildPhases = (
+ 008FBF2D1628B79300BC5BE2 /* Sources */,
+ 008FBF2E1628B79300BC5BE2 /* Frameworks */,
+ 008FBF2F1628B79300BC5BE2 /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = libusbx;
+ productName = libusbx;
+ productReference = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */;
+ productType = "com.apple.product-type.library.dynamic";
+ };
+ 008FBFBC1628B9FE00BC5BE2 /* xusb */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 008FBFC61628B9FE00BC5BE2 /* Build configuration list for PBXNativeTarget "xusb" */;
+ buildPhases = (
+ 008FBFB91628B9FE00BC5BE2 /* Sources */,
+ 008FBFBA1628B9FE00BC5BE2 /* Frameworks */,
+ 008FBFBB1628B9FE00BC5BE2 /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 1443EE941641927D007E0579 /* PBXTargetDependency */,
+ );
+ name = xusb;
+ productName = xusb;
+ productReference = 008FBFBD1628B9FE00BC5BE2 /* xusb */;
+ productType = "com.apple.product-type.tool";
+ };
+ 008FBFF41628BB8B00BC5BE2 /* dpfp */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 008FBFFC1628BB8C00BC5BE2 /* Build configuration list for PBXNativeTarget "dpfp" */;
+ buildPhases = (
+ 008FBFF11628BB8B00BC5BE2 /* Sources */,
+ 008FBFF21628BB8B00BC5BE2 /* Frameworks */,
+ 008FBFF31628BB8B00BC5BE2 /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 1443EE921641927A007E0579 /* PBXTargetDependency */,
+ );
+ name = dpfp;
+ productName = dpfp;
+ productReference = 008FBFF51628BB8B00BC5BE2 /* dpfp */;
+ productType = "com.apple.product-type.tool";
+ };
+ 008FC0041628BBDB00BC5BE2 /* dpfp_threaded */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 008FC00C1628BBDB00BC5BE2 /* Build configuration list for PBXNativeTarget "dpfp_threaded" */;
+ buildPhases = (
+ 008FC0011628BBDB00BC5BE2 /* Sources */,
+ 008FC0021628BBDB00BC5BE2 /* Frameworks */,
+ 008FC0031628BBDB00BC5BE2 /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 1443EE9016419276007E0579 /* PBXTargetDependency */,
+ );
+ name = dpfp_threaded;
+ productName = dpfp_threaded;
+ productReference = 008FC0051628BBDB00BC5BE2 /* dpfp_threaded */;
+ productType = "com.apple.product-type.tool";
+ };
+ 008FC0141628BC0300BC5BE2 /* fxload */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 008FC01C1628BC0300BC5BE2 /* Build configuration list for PBXNativeTarget "fxload" */;
+ buildPhases = (
+ 008FC0111628BC0300BC5BE2 /* Sources */,
+ 008FC0121628BC0300BC5BE2 /* Frameworks */,
+ 008FC0131628BC0300BC5BE2 /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 1443EE8E16419273007E0579 /* PBXTargetDependency */,
+ );
+ name = fxload;
+ productName = fxload;
+ productReference = 008FC0151628BC0300BC5BE2 /* fxload */;
+ productType = "com.apple.product-type.tool";
+ };
+ 008FC0251628BC6B00BC5BE2 /* listdevs */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 008FC02D1628BC6B00BC5BE2 /* Build configuration list for PBXNativeTarget "listdevs" */;
+ buildPhases = (
+ 008FC0221628BC6B00BC5BE2 /* Sources */,
+ 008FC0231628BC6B00BC5BE2 /* Frameworks */,
+ 008FC0241628BC6B00BC5BE2 /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 1443EE8C1641926D007E0579 /* PBXTargetDependency */,
+ );
+ name = listdevs;
+ productName = listdevs;
+ productReference = 008FC0261628BC6B00BC5BE2 /* listdevs */;
+ productType = "com.apple.product-type.tool";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 008FBF281628B79300BC5BE2 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0450;
+ ORGANIZATIONNAME = libusbx;
+ };
+ buildConfigurationList = 008FBF2B1628B79300BC5BE2 /* Build configuration list for PBXProject "libusbx" */;
+ compatibilityVersion = "Xcode 3.1";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 008FBF261628B79300BC5BE2;
+ productRefGroup = 008FBF321628B79300BC5BE2 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 008FBF301628B79300BC5BE2 /* libusbx */,
+ 008FBFBC1628B9FE00BC5BE2 /* xusb */,
+ 008FBFF41628BB8B00BC5BE2 /* dpfp */,
+ 008FC0041628BBDB00BC5BE2 /* dpfp_threaded */,
+ 008FC0141628BC0300BC5BE2 /* fxload */,
+ 008FC0251628BC6B00BC5BE2 /* listdevs */,
+ 008FC0321628BC9400BC5BE2 /* all */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 008FBF2D1628B79300BC5BE2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FBF861628B7E800BC5BE2 /* core.c in Sources */,
+ 008FBF871628B7E800BC5BE2 /* descriptor.c in Sources */,
+ 008FBF881628B7E800BC5BE2 /* io.c in Sources */,
+ 008FBF921628B7E800BC5BE2 /* darwin_usb.c in Sources */,
+ 008FBF9A1628B7E800BC5BE2 /* threads_posix.c in Sources */,
+ 008FBFA01628B7E800BC5BE2 /* sync.c in Sources */,
+ 1438D77A17A2ED9F00166101 /* hotplug.c in Sources */,
+ 1438D77D17A2EDCD00166101 /* poll_posix.c in Sources */,
+ 1438D77F17A2F0EA00166101 /* strerror.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FBFB91628B9FE00BC5BE2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FBFEF1628BA3500BC5BE2 /* xusb.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FBFF11628BB8B00BC5BE2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FBFFF1628BB9600BC5BE2 /* dpfp.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FC0011628BBDB00BC5BE2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FC00F1628BBE400BC5BE2 /* dpfp_threaded.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FC0111628BC0300BC5BE2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FC0211628BC5200BC5BE2 /* ezusb.c in Sources */,
+ 008FC01F1628BC1500BC5BE2 /* fxload.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 008FC0221628BC6B00BC5BE2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 008FC0301628BC7400BC5BE2 /* listdevs.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 008FC0371628BC9A00BC5BE2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FBF301628B79300BC5BE2 /* libusbx */;
+ targetProxy = 008FC0361628BC9A00BC5BE2 /* PBXContainerItemProxy */;
+ };
+ 008FC0391628BC9A00BC5BE2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FBFBC1628B9FE00BC5BE2 /* xusb */;
+ targetProxy = 008FC0381628BC9A00BC5BE2 /* PBXContainerItemProxy */;
+ };
+ 008FC03B1628BC9A00BC5BE2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FBFF41628BB8B00BC5BE2 /* dpfp */;
+ targetProxy = 008FC03A1628BC9A00BC5BE2 /* PBXContainerItemProxy */;
+ };
+ 008FC03D1628BC9A00BC5BE2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FC0041628BBDB00BC5BE2 /* dpfp_threaded */;
+ targetProxy = 008FC03C1628BC9A00BC5BE2 /* PBXContainerItemProxy */;
+ };
+ 008FC03F1628BC9A00BC5BE2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FC0141628BC0300BC5BE2 /* fxload */;
+ targetProxy = 008FC03E1628BC9A00BC5BE2 /* PBXContainerItemProxy */;
+ };
+ 008FC0411628BC9A00BC5BE2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FC0251628BC6B00BC5BE2 /* listdevs */;
+ targetProxy = 008FC0401628BC9A00BC5BE2 /* PBXContainerItemProxy */;
+ };
+ 1443EE8C1641926D007E0579 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FBF301628B79300BC5BE2 /* libusbx */;
+ targetProxy = 1443EE8B1641926D007E0579 /* PBXContainerItemProxy */;
+ };
+ 1443EE8E16419273007E0579 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FBF301628B79300BC5BE2 /* libusbx */;
+ targetProxy = 1443EE8D16419273007E0579 /* PBXContainerItemProxy */;
+ };
+ 1443EE9016419276007E0579 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FBF301628B79300BC5BE2 /* libusbx */;
+ targetProxy = 1443EE8F16419276007E0579 /* PBXContainerItemProxy */;
+ };
+ 1443EE921641927A007E0579 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FBF301628B79300BC5BE2 /* libusbx */;
+ targetProxy = 1443EE911641927A007E0579 /* PBXContainerItemProxy */;
+ };
+ 1443EE941641927D007E0579 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 008FBF301628B79300BC5BE2 /* libusbx */;
+ targetProxy = 1443EE931641927D007E0579 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin XCBuildConfiguration section */
+ 008FBF331628B79300BC5BE2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ };
+ name = Debug;
+ };
+ 008FBF341628B79300BC5BE2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ };
+ name = Release;
+ };
+ 008FBF361628B79300BC5BE2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8616417E63007E0579 /* libusbx_debug.xcconfig */;
+ buildSettings = {
+ };
+ name = Debug;
+ };
+ 008FBF371628B79300BC5BE2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8916417EA6007E0579 /* libusbx_release.xcconfig */;
+ buildSettings = {
+ };
+ name = Release;
+ };
+ 008FBFC41628B9FE00BC5BE2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 008FBFC51628B9FE00BC5BE2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+ 008FBFFD1628BB8C00BC5BE2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 008FBFFE1628BB8C00BC5BE2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+ 008FC00D1628BBDB00BC5BE2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 008FC00E1628BBDB00BC5BE2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+ 008FC01D1628BC0300BC5BE2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 008FC01E1628BC0300BC5BE2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+ 008FC02E1628BC6B00BC5BE2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 008FC02F1628BC6B00BC5BE2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+ 008FC0341628BC9400BC5BE2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 008FC0351628BC9400BC5BE2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 008FBF2B1628B79300BC5BE2 /* Build configuration list for PBXProject "libusbx" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 008FBF331628B79300BC5BE2 /* Debug */,
+ 008FBF341628B79300BC5BE2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 008FBF351628B79300BC5BE2 /* Build configuration list for PBXNativeTarget "libusbx" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 008FBF361628B79300BC5BE2 /* Debug */,
+ 008FBF371628B79300BC5BE2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 008FBFC61628B9FE00BC5BE2 /* Build configuration list for PBXNativeTarget "xusb" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 008FBFC41628B9FE00BC5BE2 /* Debug */,
+ 008FBFC51628B9FE00BC5BE2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 008FBFFC1628BB8C00BC5BE2 /* Build configuration list for PBXNativeTarget "dpfp" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 008FBFFD1628BB8C00BC5BE2 /* Debug */,
+ 008FBFFE1628BB8C00BC5BE2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 008FC00C1628BBDB00BC5BE2 /* Build configuration list for PBXNativeTarget "dpfp_threaded" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 008FC00D1628BBDB00BC5BE2 /* Debug */,
+ 008FC00E1628BBDB00BC5BE2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 008FC01C1628BC0300BC5BE2 /* Build configuration list for PBXNativeTarget "fxload" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 008FC01D1628BC0300BC5BE2 /* Debug */,
+ 008FC01E1628BC0300BC5BE2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 008FC02D1628BC6B00BC5BE2 /* Build configuration list for PBXNativeTarget "listdevs" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 008FC02E1628BC6B00BC5BE2 /* Debug */,
+ 008FC02F1628BC6B00BC5BE2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 008FC0331628BC9400BC5BE2 /* Build configuration list for PBXAggregateTarget "all" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 008FC0341628BC9400BC5BE2 /* Debug */,
+ 008FC0351628BC9400BC5BE2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 008FBF281628B79300BC5BE2 /* Project object */;
+}
diff --git a/libusbx-1.0.18/Xcode/libusbx_debug.xcconfig b/libusbx-1.0.18/Xcode/libusbx_debug.xcconfig
new file mode 100644
index 0000000..9144bc2
--- /dev/null
+++ b/libusbx-1.0.18/Xcode/libusbx_debug.xcconfig
@@ -0,0 +1,21 @@
+//
+// libusbx Xcode configuration file
+// Copyright © 2012 Pete Batard <pete@akeo.ie>
+// For more information, please visit: <http://libusbx.org>
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+#include "debug.xcconfig"
+#include "libusbx.xcconfig"
diff --git a/libusbx-1.0.18/Xcode/libusbx_release.xcconfig b/libusbx-1.0.18/Xcode/libusbx_release.xcconfig
new file mode 100644
index 0000000..83e36af
--- /dev/null
+++ b/libusbx-1.0.18/Xcode/libusbx_release.xcconfig
@@ -0,0 +1,21 @@
+//
+// libusbx Xcode configuration file
+// Copyright © 2012 Pete Batard <pete@akeo.ie>
+// For more information, please visit: <http://libusbx.org>
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+#include "release.xcconfig"
+#include "libusbx.xcconfig"
diff --git a/libusbx-1.0.18/Xcode/release.xcconfig b/libusbx-1.0.18/Xcode/release.xcconfig
new file mode 100644
index 0000000..2bbc1a8
--- /dev/null
+++ b/libusbx-1.0.18/Xcode/release.xcconfig
@@ -0,0 +1,29 @@
+//
+// libusbx Xcode configuration file
+// Copyright © 2012 Pete Batard <pete@akeo.ie>
+// For more information, please visit: <http://libusbx.org>
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+#include "common.xcconfig"
+
+// Put debug symbols in separate .dym file.
+DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
+
+// Optimizations in release.
+GCC_OPTIMIZATION_LEVEL = s
+
+// Define NDEBUG so asserts go away in release.
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) NDEBUG=1