Skip to content

Commit

Permalink
Project settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Rauchfuss committed Sep 22, 2010
1 parent 7d25b96 commit 4f4684e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 1 addition & 3 deletions QuickComic/QuickComic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,11 @@
);
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/Quicklook;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../../../../../Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = QuickComic;
SDKROOT = macosx10.6;
WRAPPER_EXTENSION = qlgenerator;
ZERO_LINK = NO;
};
Expand All @@ -276,6 +273,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
Expand Down
Binary file not shown.
Binary file not shown.
12 changes: 11 additions & 1 deletion SimpleComic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
28FD56E41224663D006AEB0F /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 7;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -692,6 +701,7 @@
280B6BBA0A1BB34600EE91B0 /* CopyFiles */,
8D1107290486CEB800E47090 /* Resources */,
28073E0A0FFC305400D2602B /* Copy Quicklook plugin */,
28FD56E41224663D006AEB0F /* CopyFiles */,
);
buildRules = (
);
Expand Down Expand Up @@ -1141,7 +1151,7 @@
FA7257E408A6CDEB006A2A19 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Simple Comic Application Cert";
CODE_SIGN_IDENTITY = "Don't Code Sign";
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = YES;
ENABLE_OPENMP_SUPPORT = YES;
Expand Down

0 comments on commit 4f4684e

Please sign in to comment.