# Test code signing validity of the extracted products
# This guards against our archives being corrupt / created incorrectly
...
...
@@ -172,9 +158,5 @@ if [ "$ACTION" = "" ] ; then
echo"warning: Xcode version $XCODE_VERSION_ACTUAL does not support computing checksums for Swift Packages. Please update the Package manifest manually."
fi
if["$XZ_EXISTS"-ne 1 ];then
echo"WARNING: xz compression is used for official releases but bz2 is being used instead because xz tool is not installed on your system."
@@ -54,7 +54,7 @@ If you are adding a symbol to the public API you must decorate the declaration w
You do not usually need to build a Sparkle distribution unless you're making changes to Sparkle itself.
To build a Sparkle distribution, `cd` to the root of the Sparkle source tree and run `make release`. Sparkle-*VERSION*.tar.xz (or .bz2) will be created and revealed in Finder after the build has completed.
To build a Sparkle distribution, `cd` to the root of the Sparkle source tree and run `make release`. Sparkle-*VERSION*.tar.xz will be created and revealed in Finder after the build has completed.
Alternatively, build the Distribution scheme in the Xcode UI.