This repository was archived by the owner on Mar 7, 2026. It is now read-only.
ProSign v3.0.0 – Last Major Update
What's new in Version 3.0.0?
- Update to 3.0.0 - The big one
- Fix typo in README for upload fields error
- Add Official Certificates View
- Use GitHub PAT to access certificates
- Fix Swift compilation errors in CertificateView.swift
- Enhance UI feedback and loading states in OfficialCertificatesView
- Update README with checklist changes for certificates
- Add another password option
- Automate certificate validation and refine details layout in OfficialCertificatesView
- Fix Swift compiler error for ambiguous toolbar modifier
- Fix SwiftUI toolbar API misuse in OfficialCertificatesView
- Fix SwiftUI toolbar ambiguity in CertificateView.swift
- Fixing toolbar ambiguity
- Replace the .toolbar { ... } block with navigationBarItems(trailing:) — stable, unambiguous, keeps the same UI.
- Update credits and task list in README.md
- Fix a pesky bug
- Only have one candidate in build ipa
- Fix another bug
- Fix certificate item alignment by centering VStack in certificateContent to align name and expiry text within the box
- Update README by removing completed To-Do items