diff options
author | Tobias Markmann <tm@ayena.de> | 2016-08-01 08:32:25 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-08-01 08:32:25 (GMT) |
commit | 5eeb7327e4d5b713feb26f8d59f417f653705b48 (patch) | |
tree | 57c34d2b3985c0197e77e9450358cb288a45b507 /README.md | |
parent | a495abf8ea86c57fc3e1c1c1450c76936fff8404 (diff) | |
download | swift-5eeb7327e4d5b713feb26f8d59f417f653705b48.zip swift-5eeb7327e4d5b713feb26f8d59f417f653705b48.tar.bz2 |
Specify supported and tested platforms for Swift and Swiften
Test-Information:
None.
Change-Id: Ifc8f2a90d5dbf12b8d70c5d9cf1a61fd89e24d0b
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -18,13 +18,16 @@ connected XMPP client. * SwiftTools: A collection of utilities for Swift. ## Supported Platforms +Swift is known to work on Windows, Mac OS X, Linux and other Unix-like systems. However, we do not test the whole range of operating systems, especailly the huge amount of Linux and Unix-like systems. +Swiften further has support for Android and iOS. + +Platforms we officially test our releases on are listed below. We only test on default configurations and default desktops environments on Linux distributions. + * Swift - * Windows 7 and later - * Mac OS X 10.10 and later - * Linux distributions. We usually test on default Ubuntu and Debian installations. -* Swiften (same as above) - * Android - * iOS + * Windows 7 to Windows 10 + * Mac OS X 10.10 and Mac OS X 10.11 + * Ubuntu 14.04 ( Trusty Tahr ) and Ubuntu 16.04 ( Xenial Xerus ) + * Debian 8 ( jessie ) ## External Dependencies The Swift repository includes some third party dependencies in the 3rdParty directory |