Navigation Menu

Skip to content

Commit

Permalink
Run SelfControl script only on install (#399)
Browse files Browse the repository at this point in the history
Allows devs to change certificates and start building right out of the
box - rather than hunting down and changing the Build Phases script
  • Loading branch information
nakulbajaj authored and cstigler committed Nov 26, 2016
1 parent 9898ce8 commit 97bb33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SelfControl.xcodeproj/project.pbxproj
Expand Up @@ -851,14 +851,14 @@
};
CB5E5FF81C3A5FD10038F331 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 8;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
shellScript = "LOCATION=\"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n\n# Usually set by Xcode\nCODE_SIGN_IDENTITY=\"Developer ID Application: Charlie Stigler\"\n\ncodesign --verbose --force --sign \"$CODE_SIGN_IDENTITY\" \"$LOCATION/Sparkle.framework/Versions/A\"";
};
Expand Down

0 comments on commit 97bb33b

Please sign in to comment.