Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy to library when building
  • Loading branch information
mcs07 committed Apr 11, 2014
1 parent 33597d3 commit f241e6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ChemLook.xcodeproj/project.pbxproj
Expand Up @@ -59,6 +59,7 @@
dstPath = "${HOME}/Library/QuickLook/";
dstSubfolderSpec = 0;
files = (
C944ADE918F85749009A4B07 /* ChemLook.qlgenerator in Copy to Library */,
);
name = "Copy to Library";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -345,7 +346,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = "";
OTHER_CFLAGS = "-DDEBUG";
PRODUCT_NAME = ChemLook;
VALID_ARCHS = "i386 x86_64";
Expand All @@ -368,7 +368,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/QuickLook;
MACOSX_DEPLOYMENT_TARGET = "";
PRODUCT_NAME = ChemLook;
WARNING_CFLAGS = (
"-Wextra",
Expand Down

0 comments on commit f241e6e

Please sign in to comment.