mirror of
https://github.com/syncthing/syncthing-macos.git
synced 2026-05-17 12:00:37 +00:00
0eb861ff8f
* 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>
8 lines
176 B
Ruby
8 lines
176 B
Ruby
platform :osx, '10.10'
|
|
|
|
target 'syncthing' do
|
|
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
|
# use_frameworks!
|
|
pod 'Sparkle'
|
|
end
|