mirror of
https://github.com/syncthing/syncthing-macos.git
synced 2026-06-16 12:04:33 +00:00
* Remove unvendored Sparkle pod * README.md: Add note about prerequistes * Update bundled syncthing with 1.13.1 (was 1.13.0) * Vendor update Sparkle with Cocoapods from 1.19.0 to 1.24.0 * Fixup Pod to build for both Intel and Apple M1 Silicon * Manual fixing of Pod was needed after install - Set MACOSX_DEPLOYMENT_TARGET = 10.10 - ONLY_ACTIVE_ARCH = NO because of Intel and Apple M1 silicon - Use the new syncthing.xcworkspace in the build process from the toplevel Makefile - Add note about git submodule in the README.md for building the dmg with the script * Cleanup README.md and add forgotten xcworkspace due to gitignore entry * syncthing/DaemonProcess.swift: Add -logfile=default (fixes #91) * Add note about written logfile * Remove travis CI, as we already use TeamCity hosted on build.syncthing.net Co-authored-by: Jerry Jacobs <jerry@xor-gate.org>