fdroiddata/metadata/com.boombuler.games.shift.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

25 lines
543 B
YAML

Categories:
- Games
License: Apache-2.0
SourceCode: https://github.com/boombuler/Shift
IssueTracker: https://github.com/boombuler/Shift/issues
AutoName: Shift
Summary: Eliminate the tiles
Description: |-
Shift is a small puzzle game for Android. It is a remake of a game for
WindowsMobile devices.
RepoType: git
Repo: https://github.com/boombuler/Shift.git
Builds:
- versionName: 1.0.1
versionCode: 101
commit: 5d7784b359
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.1
CurrentVersionCode: 101