Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Command-line xcodebuild sucks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 6, 2011
1 parent 0b033d3 commit 5f02c47
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions Demos/OSXDemo/OSXDemo.xcodeproj/project.pbxproj
Expand Up @@ -232,6 +232,7 @@
isa = PBXNativeTarget;
buildConfigurationList = D0355C96141D71600053AF73 /* Build configuration list for PBXNativeTarget "OSXDemo" */;
buildPhases = (
D0F63501146648BF00D0205A /* ShellScript */,
D0355C74141D71600053AF73 /* Sources */,
D0355C75141D71600053AF73 /* Frameworks */,
D0355C76141D71600053AF73 /* Resources */,
Expand Down Expand Up @@ -313,6 +314,22 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
D0F63501146648BF00D0205A /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "echo \"where?\"";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
D0355C74141D71600053AF73 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -388,6 +405,8 @@
baseConfigurationReference = D0918643141D755E005F86FF /* Debug.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
FRAMEWORK_SEARCH_PATHS = "../../Framework/MoreAnimation/build/$(CONFIGURATION)";
HEADER_SEARCH_PATHS = "../../Framework/MoreAnimation/build/$(CONFIGURATION)/MoreAnimation.framework/**";
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
Expand All @@ -399,20 +418,17 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = "../../Framework/MoreAnimation/build/$(CONFIGURATION)";
HEADER_SEARCH_PATHS = "../../Framework/MoreAnimation/build/$(CONFIGURATION)/MoreAnimation.framework/**";
SDKROOT = macosx;
};
name = Release;
};
D0355C97141D71600053AF73 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"./**",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OSXDemo/OSXDemo-Prefix.pch";
HEADER_SEARCH_PATHS = "../../Framework/**";
INFOPLIST_FILE = "OSXDemo/OSXDemo-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -423,13 +439,8 @@
D0355C98141D71600053AF73 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"./**",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OSXDemo/OSXDemo-Prefix.pch";
HEADER_SEARCH_PATHS = "../../Framework/**";
INFOPLIST_FILE = "OSXDemo/OSXDemo-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 5f02c47

Please sign in to comment.