Browse Source

Pages: Added iOS to supported platforms

Paul-Louis Ageneau 3 years ago
parent
commit
93492deb58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/content/pages/index.md

+ 1 - 1
pages/content/pages/index.md

@@ -33,7 +33,7 @@ save_as: index.html
 		<img src="/images/icon_portable.png">
 		<h3>Portable</h3>
 		<ul>
-			<li>Support for POSIX platforms (including GNU/Linux, Android, Apple macOS, and FreeBSD) and Microsoft Windows</li>
+			<li>Support for POSIX platforms (including GNU/Linux, Android, FreeBSD, Apple macOS and iOS) and Microsoft Windows</li>
 			<li>Support for both <a href="https://www.openssl.org/">OpenSSL</a> and <a href="https://www.gnutls.org/">GnuTLS</a> as TLS backend
 			<li>Code using Data Channels and WebSockets may be compiled as-is to WebAssembly for browsers with <a href="https://github.com/paullouisageneau/datachannel-wasm">datachannel-wasm</a></li>
 		</ul>