Skip to content

Commit 398f578

Browse files
committed
archive makes layout
1 parent 520e51e commit 398f578

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

cd to ....xcodeproj/project.pbxproj

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@
349349
/* End PBXGroup section */
350350

351351
/* Begin PBXNativeTarget section */
352-
8D1107260486CEB800E47090 /* >cd to ... */ = {
352+
8D1107260486CEB800E47090 /* cd to */ = {
353353
isa = PBXNativeTarget;
354-
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget ">cd to ..." */;
354+
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "cd to" */;
355355
buildPhases = (
356356
8D1107290486CEB800E47090 /* Resources */,
357357
8D11072C0486CEB800E47090 /* Sources */,
@@ -363,7 +363,7 @@
363363
);
364364
dependencies = (
365365
);
366-
name = ">cd to ...";
366+
name = "cd to";
367367
productInstallPath = "$(HOME)/Applications";
368368
productName = "cd to ...";
369369
productReference = 8D1107320486CEB800E47090 /* cd to.app */;
@@ -407,7 +407,7 @@
407407
);
408408
projectRoot = "";
409409
targets = (
410-
8D1107260486CEB800E47090 /* >cd to ... */,
410+
8D1107260486CEB800E47090 /* cd to */,
411411
69968DB2183859F400FB4A35 /* cd to all */,
412412
);
413413
};
@@ -454,24 +454,20 @@
454454
/* Begin PBXShellScriptBuildPhase section */
455455
69E2DFCC18386A4900B7DEA3 /* Sign apps */ = {
456456
isa = PBXShellScriptBuildPhase;
457-
buildActionMask = 2147483647;
457+
buildActionMask = 8;
458458
files = (
459459
);
460460
inputPaths = (
461-
"$(BUILT_PRODUCTS_DIR)/cd to.app",
462-
"$(BUILT_PRODUCTS_DIR)/terminal.bundle",
463-
"$(BUILT_PRODUCTS_DIR)/iterm.bundle",
464-
"$(BUILT_PRODUCTS_DIR)/X11_xterm.bundle",
465461
);
466462
name = "Sign apps";
467463
outputPaths = (
468-
"$(BUILT_PRODUCTS_DIR)/terminal/cd to.app/",
469-
"$(BUILT_PRODUCTS_DIR)/iterm/cd to.app/",
470-
"$(BUILT_PRODUCTS_DIR)/x11_xterm/cd to.app/",
464+
"$(CONFIGURATION_BUILD_DIR)/terminal/cd to.app",
465+
"$(CONFIGURATION_BUILD_DIR)/iterm/cd to.app",
466+
"$(CONFIGURATION_BUILD_DIR)/x11_xterm/cd to.app",
471467
);
472-
runOnlyForDeploymentPostprocessing = 0;
468+
runOnlyForDeploymentPostprocessing = 1;
473469
shellPath = /bin/sh;
474-
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\"";
470+
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";
475471
showEnvVarsInLog = 0;
476472
};
477473
/* End PBXShellScriptBuildPhase section */
@@ -506,7 +502,7 @@
506502
};
507503
69E2DFD618387DE700B7DEA3 /* PBXTargetDependency */ = {
508504
isa = PBXTargetDependency;
509-
target = 8D1107260486CEB800E47090 /* >cd to ... */;
505+
target = 8D1107260486CEB800E47090 /* cd to */;
510506
targetProxy = 69E2DFD518387DE700B7DEA3 /* PBXContainerItemProxy */;
511507
};
512508
/* End PBXTargetDependency section */
@@ -616,7 +612,7 @@
616612
defaultConfigurationIsVisible = 0;
617613
defaultConfigurationName = Release;
618614
};
619-
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget ">cd to ..." */ = {
615+
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "cd to" */ = {
620616
isa = XCConfigurationList;
621617
buildConfigurations = (
622618
C01FCF4B08A954540054247B /* Debug */,

0 commit comments

Comments
 (0)