fdroiddata/metadata/org.ndeftools.boilerplate.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

34 lines
949 B
YAML

Categories:
- Development
- Connectivity
License: Apache-2.0
SourceCode: https://github.com/skjolber/ndef-tools-for-android
IssueTracker: https://github.com/skjolber/ndef-tools-for-android/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NPRZWPD7LH2SN
AutoName: NDEF Tools for Android
Summary: Read/write NFC tags and read/send beams
Description: |-
Toolkit sample for NFC/NDEF/"Beam". Repository contains libraries for developing
your own projects as well.
Features:
* Read NFC tags and "beams" (push/P2P) from other devices.
* Write NDEF payloads to any tye of tag.
* Beam (pushd/P2P) to other devices.
RepoType: git
Repo: https://github.com/skjolber/ndef-tools-for-android
Builds:
- versionName: '1.3'
versionCode: 3
commit: 38f47063cf85
subdir: ndeftools-boilerplate
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.3'
CurrentVersionCode: 3