Skip to content

Commit

Permalink
GCC_PRECOMPILE_PREFIX_HEADER to NO for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yeahdongcn committed Sep 21, 2014
1 parent f7a22f6 commit f702704
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEPLOYMENT_LOCATION = YES;
DSTROOT = "$(HOME)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "CocoaControlsPlugin/CocoaControlsPlugin-Prefix.pch";
INFOPLIST_FILE = "CocoaControlsPlugin/CocoaControlsPlugin-Info.plist";
INSTALL_PATH = "/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
Expand All @@ -275,7 +275,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEPLOYMENT_LOCATION = YES;
DSTROOT = "$(HOME)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "CocoaControlsPlugin/CocoaControlsPlugin-Prefix.pch";
INFOPLIST_FILE = "CocoaControlsPlugin/CocoaControlsPlugin-Info.plist";
INSTALL_PATH = "/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
Expand Down

0 comments on commit f702704

Please sign in to comment.