xca/release/release.txt
Christian Hohnstaedt 3e62f11230 Add File extensions in Info.plist supported by XCA
Inspired by the "/System/Applications/Utilities/Keychain Access.app"
Info.plist: cert, cer, der, crt, p7c, pem, p7b, p7r,
p10, csr, p12, pkcs12, pfx
2023-10-07 20:36:09 +02:00

36 lines
931 B
Plaintext

Release schedule cheat sheet
- Test, test, test
- Test again
- Check
- ign_openssl_error()
- for TRACE
- update translation (cmake -B . && cmake --build . -t trans)
- update changelog.txt and README.md
- ./release/git.release VERSION
- Create xca.dmg
- Create (and sign) MSI Installer and portable app
- update xca.hohnstaedt.de:
scp changelog git.hohnstaedt.de:/var/cache/git/projects/changelog.txt
- ./release/git.publish
Apple Notarization
------------------------
https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow
DMG=xca-2.4.0-High-Sierra.dmg
xcrun notarytool submit "$DMG" --keychain-profile "AC_PASSWORD" --key-id HWR8GSJ73M --wait
xcrun stapler staple "$DMG"
Microsoft Store
-----------------
OpenSSL:
./Configure mingw64 --prefix=/c/OpenSSL --libdir=lib
https://partner.microsoft.com ("Partner Center")
MSIX Packaging Tool