Skip to content

Commit

Permalink
Change target directory for copying headers to "include/ThrintKit".
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Gulanowski committed Apr 18, 2014
1 parent 106a512 commit 3d3b842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Thrint.xcodeproj/project.pbxproj
Expand Up @@ -944,7 +944,7 @@
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = ThrintKitHeaders;
PUBLIC_HEADERS_FOLDER_PATH = include/ThrintKit;
SKIP_INSTALL = YES;
};
name = Debug;
Expand All @@ -958,7 +958,7 @@
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = ThrintKitHeaders;
PUBLIC_HEADERS_FOLDER_PATH = include/ThrintKit;
SKIP_INSTALL = YES;
};
name = Release;
Expand Down

0 comments on commit 3d3b842

Please sign in to comment.