fdroiddata/metadata/net.pierrox.mcompass.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

24 lines
483 B
YAML

Categories:
- Navigation
License: Apache-2.0
WebSite: http://www.pierrox.net/cmsms/open-source/marine-compass-2.html
AutoName: Marine Compass
Summary: Compass
Description: |-
Uses the magnetic sensor to show the orientation.
We don't have v2.0+ as the source code isn't published.
Builds:
- versionName: 1.2.4
versionCode: 10
commit: mcompass-1.2.4
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.2.4
CurrentVersionCode: 10
NoSourceSince: 1.2.5