Pierre-Olivier Latour 11 年之前
父节点
当前提交
dfd37078ae
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 2
      GCDWebDAVServer/GCDWebDAVServer.h
  2. 1 0
      GCDWebDAVServer/GCDWebDAVServer.m

+ 0 - 2
GCDWebDAVServer/GCDWebDAVServer.h

@@ -25,8 +25,6 @@
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-// Requires HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2" in Xcode build settings
-
 #import "GCDWebServer.h"
 
 @class GCDWebDAVServer;

+ 1 - 0
GCDWebDAVServer/GCDWebDAVServer.m

@@ -27,6 +27,7 @@
 
 // WebDAV specifications: http://webdav.org/specs/rfc4918.html
 
+// Requires "HEADER_SEARCH_PATHS = $(SDKROOT)/usr/include/libxml2" in Xcode build settings
 #import <libxml/parser.h>
 
 #import "GCDWebDAVServer.h"