[Scummvm-git-logs] scummvm-web master -> 436cff1a70a2581f06f57e795dce1041187b1990
sev-
sev at scummvm.org
Sun Oct 13 00:49:10 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
436cff1a70 WEB: Added iOS packages
Commit: 436cff1a70a2581f06f57e795dce1041187b1990
https://github.com/scummvm/scummvm-web/commit/436cff1a70a2581f06f57e795dce1041187b1990
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-13T00:48:56+02:00
Commit Message:
WEB: Added iOS packages
Changed paths:
data/downloads.xml
diff --git a/data/downloads.xml b/data/downloads.xml
index 435e728..de5a401 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -208,12 +208,20 @@
<url>scummvm-{$release}-wince.zip</url>
<name>Windows CE ARM package</name>
</file>
+-->
+ <file>
+ <category_icon>iphone</category_icon>
+ <url>scummvm-{$release}-ios.deb</url>
+ <name>iOS package .deb</name>
+ <user_agent>iOS</user_agent>
+ </file>
<file>
<category_icon>iphone</category_icon>
- <url>scummvm-{$release}-ios7.deb</url>
- <name>iOS 7+ package</name>
+ <url>scummvm-{$release}-ios.ipa</url>
+ <name>iOS package .ipa</name>
<user_agent>iOS</user_agent>
</file>
+<!--
<file>
<category_icon>webos</category_icon>
<url>scummvm-{$release}-webos.zip</url>
More information about the Scummvm-git-logs
mailing list