Prepare App Store 1.0 build 4

This commit is contained in:
2026-08-17 16:50:30 +02:00
parent f894d43eb6
commit 0b7c938b23
19 changed files with 191 additions and 62 deletions

View File

@@ -11,48 +11,51 @@ privacy_url = "https://rfc1437.de/apps/ironstorage/privacy/"
support_url = "https://git.rfc1437.de/hugo/IronStorage/issues"
marketing_url = "https://rfc1437.de/apps/ironstorage/"
age_rating = "4+"
copyright = "2026 rfc1437"
review_notes = "IronStorage works entirely on-device without an account or remote service. On first launch, generate a local GPG key and choose a passphrase. You can then create folders without unlocking, and create encrypted password or TOTP entries after entering that passphrase. Git history is initialized locally; HTTPS synchronization is optional and is not needed for review. Entries appear on Apple Watch only after selecting them for Watch sharing on iPhone."
[release]
version = "0.1.0"
build = "1"
version = "1.0"
build = "4"
minimum_ios = "17.0"
minimum_watchos = "26.0"
notes = "Initial iPhone and Apple Watch release with local GPG key generation, pass-compatible local Git history, optional HTTPS synchronization, password folders, and explicitly shared TOTP codes on Apple Watch."
[[screenshots]]
file = "apple/AppStore/screenshots/home.png"
file = "apple/AppStore/screenshots/iphone-6.5/home.png"
caption = "Local Git history works before a sync remote is configured"
width = 1206
height = 2622
width = 1284
height = 2778
[[screenshots]]
file = "apple/AppStore/screenshots/passwords.png"
file = "apple/AppStore/screenshots/iphone-6.5/passwords.png"
caption = "Password entries and folders stay organized on device"
width = 1206
height = 2622
width = 1284
height = 2778
[[screenshots]]
file = "apple/AppStore/screenshots/totp.png"
file = "apple/AppStore/screenshots/iphone-6.5/totp.png"
caption = "TOTP entries are shared with Apple Watch only when selected"
width = 1206
height = 2622
width = 1284
height = 2778
[[screenshots]]
file = "apple/AppStore/screenshots/totp-detail.png"
file = "apple/AppStore/screenshots/iphone-6.5/totp-detail.png"
caption = "Live TOTP codes include an exact validity indicator"
width = 1206
height = 2622
width = 1284
height = 2778
[[screenshots]]
file = "apple/AppStore/screenshots/preferences.png"
file = "apple/AppStore/screenshots/iphone-6.5/preferences.png"
caption = "Generate or import a GPG key and add optional HTTPS sync later"
width = 1206
height = 2622
width = 1284
height = 2778
[[screenshots]]
file = "apple/AppStore/screenshots/search.png"
file = "apple/AppStore/screenshots/iphone-6.5/search.png"
caption = "Search encrypted password entries by name or folder"
width = 1206
height = 2622
width = 1284
height = 2778
[[watch_screenshots]]
file = "apple/AppStore/screenshots/watch-list.png"