From 74b0a94917a94f19054da91df343735de5decd3f Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sun, 13 Feb 2022 21:07:06 +0000 Subject: [PATCH] samba: add iOS VLC client Source code: https://code.videolan.org/videolan/vlc-ios Reviewed-by: James Valleroy --- plinth/modules/samba/manifest.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plinth/modules/samba/manifest.py b/plinth/modules/samba/manifest.py index 5532b6bf6..9f5526c61 100644 --- a/plinth/modules/samba/manifest.py +++ b/plinth/modules/samba/manifest.py @@ -49,6 +49,11 @@ clients = [{ 'os': 'android', 'store_name': 'google-play', 'url': store_url('google-play', 'org.videolan.vlc') + }, { + 'type': 'store', + 'os': 'ios', + 'store_name': 'app-store', + 'url': 'https://apps.apple.com/app/apple-store/id650377962' }] }, { 'name':