mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Inspired by the "/System/Applications/Utilities/Keychain Access.app" Info.plist: cert, cer, der, crt, p7c, pem, p7b, p7r, p10, csr, p12, pkcs12, pfx
36 lines
931 B
Plaintext
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
|