Newapp: Cartes IGN

This commit is contained in:
Licaon_Kter 2024-07-03 17:09:05 +00:00
parent ecb0c86f82
commit 11d9208c32

View file

@ -0,0 +1,45 @@
AntiFeatures:
NonFreeNet:
en-US: Depends on geopf.fr and ignf.github.io servers
fr-FR: Dépend des serveurs geopf.fr et ignf.github.io
Categories:
- Navigation
License: GPL-3.0-only
AuthorWebSite: https://www.ign.fr
WebSite: https://www.ign.fr/telechargez-application-cartographique-cartes-ign
SourceCode: https://github.com/IGNF/cartes-ign-app
IssueTracker: https://github.com/IGNF/cartes-ign-app/issues
Changelog: https://github.com/IGNF/cartes-ign-app/releases
AutoName: Cartes IGN
RepoType: git
Repo: https://github.com/IGNF/cartes-ign-app.git
Builds:
- versionName: 3.1.3
versionCode: 30103
commit: 9c852bc44157ace565133ea45025895bed7c790b
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm
gradle:
- fdroid
rm:
- android/app/build_google.gradle
prebuild:
- sed -i -e '/gms/d' ../build.gradle
- sed -i -e '/geolocation/d' ../../package.json
- cd ../..
- npm install --build-from-source
- npm run build
- npx cap sync
scandelete:
- node_modules
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 3.1.3
CurrentVersionCode: 30103