Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down