fdroiddata/metadata/com.xda.theme.cyanogenmod.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

23 lines
527 B
YAML

Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/enricocid/ChocoUI---XDA-Colors
AutoName: ChocoUI (XDA colors)
Summary: Chocolate/XDA theme for Cyanogenmod
Description: |-
Chocolate styled theme for Cyanogenmod. It's based on the former
[http://forum.xda-developers.com/ XDA] colors.
Builds:
- versionName: '4'
versionCode: 4
commit: 8bc81241023343067d8d932233c13d7cbd7a978e
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '4'
CurrentVersionCode: 4
NoSourceSince: '4'