Skip to content

Commit

Permalink
put public headers in a sensible place so that <FMDB/FMDB.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
cutz committed Nov 1, 2015
1 parent 961cea4 commit 7e72678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fmdb.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = include/FMDB;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
Expand All @@ -716,6 +717,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = include/FMDB;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
VALIDATE_PRODUCT = YES;
Expand Down Expand Up @@ -807,6 +809,7 @@
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = FMDB;
PUBLIC_HEADERS_FOLDER_PATH = include/FMDB;
};
name = Debug;
};
Expand All @@ -818,6 +821,7 @@
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
PRODUCT_NAME = FMDB;
PUBLIC_HEADERS_FOLDER_PATH = include/FMDB;
ZERO_LINK = NO;
};
name = Release;
Expand Down

0 comments on commit 7e72678

Please sign in to comment.