Skip to content

Commit

Permalink
Force code signing to happen last.
Browse files Browse the repository at this point in the history
  • Loading branch information
dak180 committed Aug 19, 2012
1 parent 674ca3e commit 0c9769d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 89 deletions.
103 changes: 18 additions & 85 deletions macosx/Warzone.xcodeproj/project.pbxproj
Expand Up @@ -23,7 +23,6 @@
438B0C101377317F008184FC /* Gettext - Fetch source */,
);
dependencies = (
43D670EA15C8506A000AD02A /* PBXTargetDependency */,
);
name = "Fetch Third Party Sources";
productName = "Fetch Third Party Sources";
Expand All @@ -39,22 +38,12 @@
name = Autorevision;
productName = Autorevision;
};
43D670E515C85038000AD02A /* CS-ID */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 43D670ED15C85090000AD02A /* Build configuration list for PBXAggregateTarget "CS-ID" */;
buildPhases = (
43D670E415C85038000AD02A /* Make CS-ID */,
);
dependencies = (
);
name = "CS-ID";
productName = "CS-ID";
};
43F77C7710F0125E00E04615 /* Make DMGs for Release */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 43F77C8A10F0126F00E04615 /* Build configuration list for PBXAggregateTarget "Make DMGs for Release" */;
buildPhases = (
43F77C7610F0125E00E04615 /* ShellScript */,
43894A8915E17D7800CA1ECC /* Make CS-ID */,
43F77C7610F0125E00E04615 /* Make DMG(s) */,
);
dependencies = (
43AE78FD10F0F4F500FED5D3 /* PBXTargetDependency */,
Expand Down Expand Up @@ -951,20 +940,6 @@
remoteGlobalIDString = 43D180771336B6BF001906EB;
remoteInfo = Autorevision;
};
43D670E915C8506A000AD02A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02356D660BD3BB2600E9A019 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 43D670E515C85038000AD02A;
remoteInfo = "CS-ID";
};
43D670EB15C85072000AD02A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02356D660BD3BB2600E9A019 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 43D670E515C85038000AD02A;
remoteInfo = "CS-ID";
};
43FA571210FF8EE90074E914 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02356D660BD3BB2600E9A019 /* Project object */;
Expand Down Expand Up @@ -3819,7 +3794,6 @@
buildRules = (
);
dependencies = (
43D670EC15C85072000AD02A /* PBXTargetDependency */,
);
name = MiniUPnPc;
productName = MiniUPnPc;
Expand Down Expand Up @@ -3970,7 +3944,6 @@
targets = (
02356D740BD3BB3400E9A019 /* Warzone */,
43D180771336B6BF001906EB /* Autorevision */,
43D670E515C85038000AD02A /* CS-ID */,
43FA570C10FF8E9B0074E914 /* Setup Prebuilt Components */,
438B0C05137730FE008184FC /* Fetch Third Party Sources */,
4318434A1363942200BA2BC5 /* MiniUPnPc */,
Expand Down Expand Up @@ -4279,6 +4252,20 @@
shellPath = /bin/sh;
shellScript = ". configs/fetchscripts/SetupPrebuiltComponents-SDL.sh";
};
43894A8915E17D7800CA1ECC /* Make CS-ID */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Make CS-ID";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = ". configs/fetchscripts/SetupPrebuiltComponents-CS-ID.sh";
};
438B0C101377317F008184FC /* Gettext - Fetch source */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -4475,27 +4462,14 @@
shellPath = /bin/sh;
shellScript = "# Config\nexport PATH=$PATH:/sw/bin:/opt/local/bin\nsauto=\"src/autorevision.h\"\ntauto=\"${OBJROOT}/autorev/autorevision.h\"\nfunction hfilter {\n\trm -f \"${OBJROOT}/autorevision.h\"\n\tsed -e 's:refs/heads/:branch/:' -e 's:refs/remotes/:remote/:' -e 's:branch/master:Master:' -e 's:\tv:\t:' -e 's:v/::' \"${sauto}\" | sed -e 's:_beta: Beta :' -e 's:_rc: RC :' > \"${OBJROOT}/autorevision.h\"\n}\nfunction bauto {\n\tif ! ./build_tools/autorevision.sh \"${tauto}\"; then\n\t\techo \"error: Could not run Autorevision\"\n\t\texit 1\n\tfi\n}\n\ncd ..\n\nif [[ ! -d \".git\" ]] && [[ ! -d \".hg\" ]] && [[ -f \"${sauto}\" ]]; then\n\t# Do not run if we will not get useful information\n\techo \"Not a repo.\"\n\thfilter\n\texit 0\nelif [ -d \"${OBJROOT}/autorev/\" ]; then\n\t# Only update src/autorevision.h if something has changed\n\tbauto\n\tmdck1=`md5 -q \"${sauto}\"`\n\tmdck2=`md5 -q \"${tauto}\"`\n\tif [ \"${mdck1}\" = \"${mdck2}\" ]; then\n\t\texit 0\n\tfi\nelse\n\tmkdir \"${OBJROOT}/autorev/\"\n\tbauto\nfi\n\ncp -a \"${tauto}\" \"${sauto}\"\nhfilter\nexit 0\n";
};
43D670E415C85038000AD02A /* Make CS-ID */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Make CS-ID";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = ". configs/fetchscripts/SetupPrebuiltComponents-CS-ID.sh";
};
43F77C7610F0125E00E04615 /* ShellScript */ = {
43F77C7610F0125E00E04615 /* Make DMG(s) */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Make DMG(s)";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -5099,16 +5073,6 @@
target = 43D180771336B6BF001906EB /* Autorevision */;
targetProxy = 43D1808A1336B74E001906EB /* PBXContainerItemProxy */;
};
43D670EA15C8506A000AD02A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 43D670E515C85038000AD02A /* CS-ID */;
targetProxy = 43D670E915C8506A000AD02A /* PBXContainerItemProxy */;
};
43D670EC15C85072000AD02A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 43D670E515C85038000AD02A /* CS-ID */;
targetProxy = 43D670EB15C85072000AD02A /* PBXContainerItemProxy */;
};
43FA571310FF8EE90074E914 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 43FA570C10FF8E9B0074E914 /* Setup Prebuilt Components */;
Expand Down Expand Up @@ -5509,27 +5473,6 @@
};
name = Release;
};
43D670E615C85039000AD02A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "CS-ID";
};
name = Debug;
};
43D670E715C85039000AD02A /* StaticAnalyzer */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "CS-ID";
};
name = StaticAnalyzer;
};
43D670E815C85039000AD02A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "CS-ID";
};
name = Release;
};
43F77C8110F0125F00E04615 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 433A44F715C6CA4000D1856A /* CS-ID.xcconfig */;
Expand Down Expand Up @@ -5717,16 +5660,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
43D670ED15C85090000AD02A /* Build configuration list for PBXAggregateTarget "CS-ID" */ = {
isa = XCConfigurationList;
buildConfigurations = (
43D670E615C85039000AD02A /* Debug */,
43D670E715C85039000AD02A /* StaticAnalyzer */,
43D670E815C85039000AD02A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
43F77C8A10F0126F00E04615 /* Build configuration list for PBXAggregateTarget "Make DMGs for Release" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
2 changes: 0 additions & 2 deletions macosx/configs/Base-Framework.xcconfig
@@ -1,7 +1,5 @@
// Global settings for all Framework configurations

#include "CS-ID.xcconfig"


INSTALL_PATH = @rpath
DYLIB_COMPATIBILITY_VERSION = 1
Expand Down
5 changes: 3 additions & 2 deletions macosx/configs/mkdmgs.sh
Expand Up @@ -27,16 +27,17 @@ signd () {
local resrul="${SRCROOT}/configs/ResourceRules.plist"
local appth="/Volumes/Warzone 2100/Warzone.app"

# Sign app
# Sign and verify the app
cp -a "${resrul}" "${appth}/"
/usr/bin/codesign -f -s "${idetd}" --resource-rules="${appth}/ResourceRules.plist" -vvv "${appth}"
rm "${appth}/ResourceRules.plist"
/usr/bin/codesign -vvv --verify "${appth}"

# Verify the frameworks
# Sign and verify the frameworks
local framelst=`\ls -1 "${appth}/Contents/Frameworks" | sed -n 's:.framework$:&:p'`
for fsignd in ${framelst}; do
if [ -d "${appth}/Contents/Frameworks/${fsignd}/Versions/A" ]; then
/usr/bin/codesign -f -s "${idetd}" -vvv "${appth}/Contents/Frameworks/${fsignd}/Versions/A"
/usr/bin/codesign -vvv --verify "${appth}/Contents/Frameworks/${fsignd}/Versions/A"
fi
done
Expand Down

0 comments on commit 0c9769d

Please sign in to comment.