Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef1c304

Browse files
committed
Code signing is *that* buggy
1 parent 2e5734c commit ef1c304

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

imageoptim/ImageOptim.xcodeproj/project.pbxproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@
11161116
isa = PBXNativeTarget;
11171117
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "ImageOptim" */;
11181118
buildPhases = (
1119+
5AB422EF1CE730CD00E9B0D7 /* Xcode code signing sucks */,
11191120
8D11072C0486CEB800E47090 /* Sources */,
11201121
5AC63C410E9ABCFD0053B879 /* Copy Frameworks */,
11211122
8D11072E0486CEB800E47090 /* Frameworks */,
@@ -1457,6 +1458,22 @@
14571458
shellScript = "cd \"$BUILT_PRODUCTS_DIR/\"\nrm -rf verify\nmkdir verify\ntar xjf \"$TARGET_BUILD_DIR/ImageOptim.tar.bz2\" -C verify\ncodesign --strict --deep -v -v \"verify/ImageOptim.app\" || exit 13\ncodesign -v -v \"verify/ImageOptim.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/\"*\"Autoupdate.app\" || exit 12\ncodesign -v -v \"verify/ImageOptim.app/Contents/Frameworks/Sparkle.framework\" || exit 11\n";
14581459
showEnvVarsInLog = 0;
14591460
};
1461+
5AB422EF1CE730CD00E9B0D7 /* Xcode code signing sucks */ = {
1462+
isa = PBXShellScriptBuildPhase;
1463+
buildActionMask = 2147483647;
1464+
files = (
1465+
);
1466+
inputPaths = (
1467+
"",
1468+
);
1469+
name = "Xcode code signing sucks";
1470+
outputPaths = (
1471+
"$(DERIVED_FILE_DIR)/myfile",
1472+
);
1473+
runOnlyForDeploymentPostprocessing = 0;
1474+
shellPath = /bin/sh;
1475+
shellScript = "rm -rf \"$TARGET_BUILD_DIR/ImageOptim.app\"\n";
1476+
};
14601477
5ABB9FEB0E8518DA006F51BB /* Tar */ = {
14611478
isa = PBXShellScriptBuildPhase;
14621479
buildActionMask = 12;

0 commit comments

Comments
 (0)