darwin: change Xcode project end-of-line

The end of line character was CR (0x0D) instead of NL (0x0A).

It looks like the mistake is from
1eff220474
This commit is contained in:
Ludovic Rousseau
2015-01-25 13:52:38 +01:00
parent 51b1019103
commit 58bf25b274
2 changed files with 866 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
#define LIBUSB_NANO 10952
#define LIBUSB_NANO 10953