summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-10-25 14:46:06 (GMT)
committerEdwin Mons <edwin.mons@isode.com>2016-11-14 10:41:17 (GMT)
commit6a033c0efade676403c372f8afecf95b5f9afc79 (patch)
tree14a7044b74c45838c4c4acf28c2625e8e4f57749 /DEVELOPMENT.md
parent97c87cf3e9b5e150152898e7907577c3ca3fdd86 (diff)
downloadswift-6a033c0efade676403c372f8afecf95b5f9afc79.zip
swift-6a033c0efade676403c372f8afecf95b5f9afc79.tar.bz2
Add script generating Sparkle appcast feeds
This Python script parses the folder structure of Swift downloads locally and generates three appcast feeds to use for Sparkle updater. The three appcast feeds are written to the downloads folder supplied to the script. Test-Information: Ran script with Python 2.7.12 and manually checked the output. Change-Id: Ie1e71eecad4f65e48694b805878765806a3465ae
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 3d9c1a7..3e48510 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -84,8 +84,7 @@ To build with Sparkle support, simply download Sparkle-1.14.0 and extract it to
`3rdParty/Sparkle/Sparkle-1.14.0`. SCons will pick it up during configuration
and build Swift with Sparkle support.
-The appcast URL is specified as a compile time preprocessor variable `SWIFT_APPCAST_URL`
-in `Swift/QtUI/QtSwift.cpp`
+The appcast URLs are specified in `Swift/QtUI/SwiftUpdateFeeds.h`.
## Building Swiften for Android
This section describes how to build Swiften for Android. It can then be used from any Android native code. This guide has been tested on OS X and Linux.