* 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>
* Initial signing fixes for DMG creation, also require XCode 8
* Inject SYNCTHING_APP_CODE_SIGN_IDENTITY from the toplevel makefile
* Add syncthing-dmg target and release-dmg makefile action, codesign .app and .dmg automatically with first available Developer ID