From b06405a08415682e6ef4e19c8be65f36b37dcaa8 Mon Sep 17 00:00:00 2001 From: Matthieu <975031-artectrex@users.noreply.gitlab.com> Date: Wed, 9 Jun 2021 10:01:13 +0200 Subject: [PATCH] Add Swiss Covid certificate verifier --- ...ch.admin.bag.covidcertificate.verifier.yml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/ch.admin.bag.covidcertificate.verifier.yml diff --git a/metadata/ch.admin.bag.covidcertificate.verifier.yml b/metadata/ch.admin.bag.covidcertificate.verifier.yml new file mode 100644 index 0000000000..f28ccd28ac --- /dev/null +++ b/metadata/ch.admin.bag.covidcertificate.verifier.yml @@ -0,0 +1,36 @@ +AntiFeatures: + - Tracking +Categories: + - Sports & Health +License: MPL-2.0 +AuthorName: Swiss Admin +AuthorWebSite: https://www.bit.admin.ch +SourceCode: https://github.com/admin-ch/CovidCertificate-App-Android +IssueTracker: https://github.com/admin-ch/CovidCertificate-App-Android/issues +Changelog: https://github.com/admin-ch/CovidCertificate-App-Android/releases + +AutoName: Covid Cert + +RepoType: git +Repo: https://github.com/admin-ch/CovidCertificate-App-Android +Binaries: https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v%v-%c-verifier/verifier-prod-%v-%c-signed.apk + +Builds: + - versionName: 1.2.0 + versionCode: 1200 + commit: v1.2.0-1200-verifier + subdir: verifier + submodules: true + gradle: + - prod + rm: + - sdk/sdk/testKeystore + - wallet/testKeystore + - verifier/testKeystore + prebuild: printf '\nbuildTimestamp=%s\n' "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt + | tr -cd '0-9')" >> gradle.properties + +AutoUpdateMode: Version v%v-%c-verifier +UpdateCheckMode: Tags +CurrentVersion: 1.2.0 +CurrentVersionCode: 1200