From 8141ea0b4e29644327e3ba579e2caf083c50f6f6 Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 1 Jul 2026 00:00:00 +0000 Subject: app: release 0.1.2 versionCode 3. Drop --mkpath so remotes with an rsync older than 3.2.3 (stock macOS included) can receive syncs; rsync still creates the final remote path component on its own. NDK host toolchain detection so the native build also runs on macOS hosts. --- fastlane/metadata/android/en-US/changelogs/3.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/3.txt (limited to 'fastlane') diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..34246da --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,5 @@ +Fixes: syncing to a server with an rsync older than 3.2.3 (stock macOS +included) no longer fails with "unrecognized option '--mkpath'". Flat remote +paths are still created automatically; a nested remote path with missing +parent directories now needs a one-time mkdir -p on the server. The native +build scripts now also work on macOS hosts. -- cgit v1.2.3