fdroiddata/metadata/net.loeuillet.wifi_eap_sim_conf.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

29 lines
720 B
YAML

Categories:
- Connectivity
License: GPL-2.0-only
SourceCode: https://github.com/SLoeuillet/WIFI_EAP_SIM_Conf
IssueTracker: https://github.com/SLoeuillet/WIFI_EAP_SIM_Conf/issues
AutoName: WIFI_EAP_SIM_Conf
Summary: WiFi EAP-SIM configuration tool (Free Mobile)
Description: |-
Configuration tool for WiFi EAP-SIM. Only tested with Free Mobile (France).
'''Warning: This is sill an alpha release.'''
RepoType: git
Repo: https://github.com/SLoeuillet/WIFI_EAP_SIM_Conf
Builds:
- versionName: '1.0'
versionCode: 1
commit: 7bad2a09b52967beab15ea57c7f375d8796f6c63
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1