Skip to content

CodeAlloy v0.1.0-alpha.2

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:29
· 8 commits to main since this release

Fixed

  • macOS DMG Packaging (Finder Error -36): Explicitly enforced standard -fs HFS+ filesystem for hdiutil create compressed DMGs (UDZO), fixing a macOS Sonoma APFS compression bug that caused Finder I/O read errors on launch.
  • App Bundle Staging: Replaced standard Unix cp -R with Apple's native ditto in package.sh to preserve framework symlinks, extended attributes, and permissions without corruption.
  • macOS Gatekeeper Code Signature: Added automatic ad-hoc codesigning (codesign --force --deep --sign -) during packaging to prevent macOS from flagging modified bundles as damaged or malicious.
  • Zip Archiving: Standardized .zip packaging using ditto -c -k --keepParent for clean, uncorrupted bundle extractions.

SHA-256 Checksums

6c018fa7a828c24eb6458839c96f83b9e15627ee7398c063e7fdf04bfe20d657  CodeAlloy-v0.1.0-alpha.1-darwin-arm64.dmg
47671d3c8a6f0e00cb827bd127c58f62e18d2ace97c91faf604a1ae492ef21ce  CodeAlloy-v0.1.0-alpha.1-darwin-arm64.dmg.sha256
60dc3c33a0b04479a65354687748870aafa2bd8d72704b2d5e5dd3f8e3f979ce  CodeAlloy-v0.1.0-alpha.1-darwin-arm64.zip
5354dd6d7630ceef8956c2ad1545a820dee24de7edd4566186103207e3db4cad  CodeAlloy-v0.1.0-alpha.1-darwin-arm64.zip.sha256
e8fb1ec240c99dcdf21dd160328d3823dbac396e47adf5411ed300096f4c61b9  CodeAlloy-v0.1.0-alpha.1-linux-x64.tar.gz
9b526eef488d26a4475ed1f523c702098b682deb19bb935b1a3792adabbdabb5  CodeAlloy-v0.1.0-alpha.1-linux-x64.tar.gz.sha256
92ba1a08c525731fab3b4030816f2997832761df22ec04f63d533062f0abb7a7  CodeAlloy-v0.1.0-alpha.1-win32-x64.zip
f99e672a8c2dd588f9e8616e3b8966ec931cd6f242f356737709f5ea3980d517  CodeAlloy-v0.1.0-alpha.1-win32-x64.zip.sha256
9ac50f12da693a535f4dd3debc6ced858f6d237d6c2ee17c6747d0debfc263fe  checksums.txt

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2