Skip to content

Commit

Permalink
archive makes layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Nov 17, 2013
1 parent 520e51e commit 398f578
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions cd to ....xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
8D1107260486CEB800E47090 /* >cd to ... */ = {
8D1107260486CEB800E47090 /* cd to */ = {
isa = PBXNativeTarget;
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget ">cd to ..." */;
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "cd to" */;
buildPhases = (
8D1107290486CEB800E47090 /* Resources */,
8D11072C0486CEB800E47090 /* Sources */,
Expand All @@ -363,7 +363,7 @@
);
dependencies = (
);
name = ">cd to ...";
name = "cd to";
productInstallPath = "$(HOME)/Applications";
productName = "cd to ...";
productReference = 8D1107320486CEB800E47090 /* cd to.app */;
Expand Down Expand Up @@ -407,7 +407,7 @@
);
projectRoot = "";
targets = (
8D1107260486CEB800E47090 /* >cd to ... */,
8D1107260486CEB800E47090 /* cd to */,
69968DB2183859F400FB4A35 /* cd to all */,
);
};
Expand Down Expand Up @@ -454,24 +454,20 @@
/* Begin PBXShellScriptBuildPhase section */
69E2DFCC18386A4900B7DEA3 /* Sign apps */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 8;
files = (
);
inputPaths = (
"$(BUILT_PRODUCTS_DIR)/cd to.app",
"$(BUILT_PRODUCTS_DIR)/terminal.bundle",
"$(BUILT_PRODUCTS_DIR)/iterm.bundle",
"$(BUILT_PRODUCTS_DIR)/X11_xterm.bundle",
);
name = "Sign apps";
outputPaths = (
"$(BUILT_PRODUCTS_DIR)/terminal/cd to.app/",
"$(BUILT_PRODUCTS_DIR)/iterm/cd to.app/",
"$(BUILT_PRODUCTS_DIR)/x11_xterm/cd to.app/",
"$(CONFIGURATION_BUILD_DIR)/terminal/cd to.app",
"$(CONFIGURATION_BUILD_DIR)/iterm/cd to.app",
"$(CONFIGURATION_BUILD_DIR)/x11_xterm/cd to.app",
);
runOnlyForDeploymentPostprocessing = 0;
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
shellScript = "echo \"sign $BUILT_PRODUCTS_DIR/terminal/cd to.app\"\necho \"sign $BUILT_PRODUCTS_DIR/iterm/cd to.app\"\necho \"sign $BUILT_PRODUCTS_DIR/x11_xterm/cd to.app\"\n\n\ncodesign -s \"Developer ID Application: James Tuley (VURRGRYW45)\" \"$BUILT_PRODUCTS_DIR/terminal/cd to.app\" \"$BUILT_PRODUCTS_DIR/iterm/cd to.app\" \"$BUILT_PRODUCTS_DIR/x11_xterm/cd to.app\"";
shellScript = "echo \"sign $CONFIGURATION_BUILD_DIR/terminal/cd to.app\"\necho \"sign $CONFIGURATION_BUILD_DIR/iterm/cd to.app\"\necho \"sign $CONFIGURATION_BUILD_DIR/x11_xterm/cd to.app\"\n\ncodesign -s \"Developer ID Application: James Tuley (VURRGRYW45)\" \"$CONFIGURATION_BUILD_DIR/terminal/cd to.app\" \"$CONFIGURATION_BUILD_DIR/iterm/cd to.app\" \"$CONFIGURATION_BUILD_DIR/x11_xterm/cd to.app\"\n\nmkdir -p \"$TARGET_BUILD_DIR\"\nmv \"$CONFIGURATION_BUILD_DIR/terminal\" \"$TARGET_BUILD_DIR/terminal\"\nmv \"$CONFIGURATION_BUILD_DIR/iterm\" \"$TARGET_BUILD_DIR/iterm\"\nmv \"$CONFIGURATION_BUILD_DIR/x11_xterm\" \"$TARGET_BUILD_DIR/x11_xterm\"\n\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -506,7 +502,7 @@
};
69E2DFD618387DE700B7DEA3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 8D1107260486CEB800E47090 /* >cd to ... */;
target = 8D1107260486CEB800E47090 /* cd to */;
targetProxy = 69E2DFD518387DE700B7DEA3 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -616,7 +612,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget ">cd to ..." */ = {
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "cd to" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4B08A954540054247B /* Debug */,
Expand Down

0 comments on commit 398f578

Please sign in to comment.