diff --git a/metadata/app.panoramax.yml b/metadata/app.panoramax.yml new file mode 100644 index 0000000000..9b275b7d7f --- /dev/null +++ b/metadata/app.panoramax.yml @@ -0,0 +1,165 @@ +AntiFeatures: + NonFreeNet: + en-US: Depends on panoramax.ign.fr or panoramax.openstreetmap.fr servers + fr: Dépend des serveurs panoramax.ign.fr ou panoramax.openstreetmap.fr +Categories: + - Internet + - Multimedia + - Navigation +License: AGPL-3.0-only +AuthorName: Panoramax +WebSite: https://panoramax.fr +SourceCode: https://gitlab.com/panoramax/clients/mobile-app +IssueTracker: https://gitlab.com/panoramax/clients/mobile-app/-/issues +Translation: http://weblate.panoramax.xyz/engage/panoramax +Changelog: https://gitlab.com/panoramax/clients/mobile-app/-/releases + +AutoName: Panoramax + +RepoType: git +Repo: https://gitlab.com/panoramax/clients/mobile-app.git + +Builds: + - versionName: 1.4.1 + versionCode: 31 + commit: 19f2fd611fd22a4f41545d9367fd0d2fd2d39323 + sudo: + - mkdir -p /builds/panoramax/clients + - chown vagrant /builds/panoramax/clients + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-x86_64-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml) + - '[[ $flutterVersion ]] || exit 1' + - git -C $$flutter$$ checkout -f $flutterVersion + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - flutter config --no-analytics + - flutter pub get + - sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager-*/android/build.gradle + - popd + - mv $repo app.panoramax + scandelete: + - .pub-cache + build: + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" + - popd + - mv $repo app.panoramax + + - versionName: 1.4.1 + versionCode: 32 + commit: 19f2fd611fd22a4f41545d9367fd0d2fd2d39323 + sudo: + - mkdir -p /builds/panoramax/clients + - chown vagrant /builds/panoramax/clients + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-armeabi-v7a-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml) + - '[[ $flutterVersion ]] || exit 1' + - git -C $$flutter$$ checkout -f $flutterVersion + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - flutter config --no-analytics + - flutter pub get + - sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager-*/android/build.gradle + - popd + - mv $repo app.panoramax + scandelete: + - .pub-cache + build: + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + - popd + - mv $repo app.panoramax + + - versionName: 1.4.1 + versionCode: 33 + commit: 19f2fd611fd22a4f41545d9367fd0d2fd2d39323 + sudo: + - mkdir -p /builds/panoramax/clients + - chown vagrant /builds/panoramax/clients + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-arm64-v8a-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml) + - '[[ $flutterVersion ]] || exit 1' + - git -C $$flutter$$ checkout -f $flutterVersion + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - flutter config --no-analytics + - flutter pub get + - sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager-*/android/build.gradle + - popd + - mv $repo app.panoramax + scandelete: + - .pub-cache + build: + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + - popd + - mv $repo app.panoramax + +AllowedAPKSigningKeys: a959f5348ca3e115eab59a95ee429e54ebf3470570a782b2ab6902d8eaafe69b + +AutoUpdateMode: Version +UpdateCheckMode: Tags ^v[\d.]+ +VercodeOperation: + - 10 * %c + 1 + - 10 * %c + 2 + - 10 * %c + 3 +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.4.1 +CurrentVersionCode: 33