Skip to content

Commit 3fbf117

Browse files
committed
Revert "Update Sparkle Code Sign script to match website recommendation"
f638aa7
1 parent f638aa7 commit 3fbf117

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

GitUp/GitUp.xcodeproj/project.pbxproj

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@
335335
E2C338A919F8562F00063D95 /* Resources */,
336336
E2653D271A5B3298006A9871 /* Copy Frameworks */,
337337
E21DCAF21B2538FB006424E8 /* Copy Tool */,
338-
1D7D03E724528390002C1736 /* Sparkle Code Sign */,
339338
1DE5583E2B9D89BF006BA332 /* Xcode 15 Framework Patching */,
340339
);
341340
buildRules = (
@@ -444,24 +443,6 @@
444443
/* End PBXResourcesBuildPhase section */
445444

446445
/* Begin PBXShellScriptBuildPhase section */
447-
1D7D03E724528390002C1736 /* Sparkle Code Sign */ = {
448-
isa = PBXShellScriptBuildPhase;
449-
buildActionMask = 2147483647;
450-
files = (
451-
);
452-
inputFileListPaths = (
453-
);
454-
inputPaths = (
455-
);
456-
name = "Sparkle Code Sign";
457-
outputFileListPaths = (
458-
);
459-
outputPaths = (
460-
);
461-
runOnlyForDeploymentPostprocessing = 0;
462-
shellPath = /bin/sh;
463-
shellScript = "# Code sign sparkle app\nLOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\n\n# By default, use the configured code signing identity for the project/target\nIDENTITY=\"${EXPANDED_CODE_SIGN_IDENTITY}\"\nif [ \"$IDENTITY\" == \"\" ]\nthen\n # If a code signing identity is not specified, use ad hoc signing\n IDENTITY=\"-\"\nfi\n\n# Sparkle Code Signing https://sparkle-project.org/documentation/sandboxing/#code-signing\ncodesign -f -s \"$IDENTITY\" -o runtime \"$LOCATION/Sparkle.framework/Versions/B/XPCServices/Installer.xpc\"\n\n# For Sparkle versions >= 2.6\ncodesign -f -s \"$IDENTITY\" -o runtime --preserve-metadata=entitlements \"$LOCATION/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc\"\n\ncodesign -f -s \"$IDENTITY\" -o runtime \"$LOCATION/Sparkle.framework/Versions/B/Autoupdate\"\ncodesign -f -s \"$IDENTITY\" -o runtime \"$LOCATION/Sparkle.framework/Versions/B/Updater.app\"\n\ncodesign -f -s \"$IDENTITY\" -o runtime \"$LOCATION/Sparkle.framework\"\n";
464-
};
465446
1DE5583E2B9D89BF006BA332 /* Xcode 15 Framework Patching */ = {
466447
isa = PBXShellScriptBuildPhase;
467448
buildActionMask = 8;

0 commit comments

Comments
 (0)