From 25366e80449a2fe4e957dfc6fa0980080c573e62 Mon Sep 17 00:00:00 2001 From: g8row Date: Sun, 20 Sep 2026 19:00:04 +0300 Subject: [PATCH] Release 0.3.7: Google Photos counts backups, and CI builds the IPA Also refreshes the README's test count, which still described a suite of 161, and records that a release binary is now built from its tag. Co-Authored-By: Claude Opus 5 --- README.md | 10 +++++++--- project.yml | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c8d8fe5..c0b902a 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,13 @@ Photos credential, and an authenticated `photosdata-pa` request succeeds. The Xcode project, app target, and scheme are named `PhotosBackup`; the user-facing app is named **Photos Backup**. -Latest release: **0.3.6** ([releases](https://github.com/g8row/PhotosBackup/releases)). -161 tests run on an iPhone simulator: 158 pass. The 2 opt-in live tests and -the Keychain round trip, which needs a signed build, are skipped. +Latest release: **0.3.7** ([releases](https://github.com/g8row/PhotosBackup/releases)). +Every push and pull request runs the suite on an iPhone simulator: 191 tests, +189 pass, 0 fail. The 2 opt-in live tests are skipped. + +Each release's `.ipa` is built by GitHub Actions from the tagged commit and +attached with its SHA-256, so the binary can be checked against the source it +claims to come from. ### App identity (since 0.0.2) diff --git a/project.yml b/project.yml index 016ca0f..7224b1d 100644 --- a/project.yml +++ b/project.yml @@ -9,8 +9,8 @@ options: settings: base: - MARKETING_VERSION: "0.3.6" - CURRENT_PROJECT_VERSION: "14" + MARKETING_VERSION: "0.3.7" + CURRENT_PROJECT_VERSION: "15" SWIFT_VERSION: "5.9" TARGETED_DEVICE_FAMILY: "1" IPHONEOS_DEPLOYMENT_TARGET: "15.0"