fdroiddata/metadata/com.moonpi.tapunlock.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

27 lines
682 B
YAML

Categories:
- System
- Connectivity
License: Apache-2.0
SourceCode: https://github.com/adrianchifor/TapUnlock
IssueTracker: https://github.com/adrianchifor/TapUnlock/issues
Bitcoin: 1NZGAU1rEs1zBpwdjmnBjiyRsJHfycWhSF
AutoName: TapUnlock
Summary: NFC-enabled lockscreen
Description: NFC-enabled lockscreen with a focus on speed, simplicity and security.
RepoType: git
Repo: https://github.com/adrianchifor/TapUnlock
Builds:
- versionName: 2.1.0 beta
versionCode: 13
commit: 89372cc5389b5755dcb9167cafb5f11b45774d47
prebuild: mv java src
target: android-21
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.1.0 beta
CurrentVersionCode: 13