Skip to content

Commit 1b1f3f5

Browse files
committed
temp comment out Sparkle.app codesign
Signed-off-by: Joseph Mattello <[email protected]>
1 parent bbcfeaf commit 1b1f3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AltStore.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@
22182218
);
22192219
runOnlyForDeploymentPostprocessing = 0;
22202220
shellPath = /bin/sh;
2221-
shellScript = "LOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\nIDENTITY=${EXPANDED_CODE_SIGN_IDENTITY_NAME}\n\ncodesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/Sparkle.framework/Versions/A/Resources/AutoUpdate.app\"\ncodesign --verbose --force -o runtime --sign \"$IDENTITY\" \"$LOCATION/Sparkle.framework/Versions/A\"\n";
2221+
shellScript = "#LOCATION=\"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\n#IDENTITY=${EXPANDED_CODE_SIGN_IDENTITY_NAME}\n#\n#codesign --verbose --force --deep -o runtime --sign \"$IDENTITY\" \"$LOCATION/Sparkle.framework/Versions/A/Resources/AutoUpdate.app\"\n#codesign --verbose --force -o runtime --sign \"$IDENTITY\" \"$LOCATION/Sparkle.framework/Versions/A\"\n";
22222222
};
22232223
/* End PBXShellScriptBuildPhase section */
22242224

0 commit comments

Comments
 (0)