kolyvan / kxsmb

KxSMB is objective-c wrapper for libsmbclient (samba.org) lib.
BSD 2-Clause "Simplified" License
285 stars 92 forks source link

Fix for Xcode 6.1 #24

Open assad62 opened 10 years ago

assad62 commented 10 years ago

Sorry bit of a noob, so i don't know how to commit a change.

For the rake to work with Xcode 6.1, you need to amend this line in the rake file:

SDK_VERSION= '8.0'

to

SDK_VERSION='8.1'