mirror of https://github.com/ospab/ostp.git
Our upload keystore is PKCS12 (verified from its DER header, 0x30 0x82 — JKS would start 0xFEEDFEED). That format has nowhere to store a key password distinct from the store password, and keytool enforces the two being equal, so requiring a separate OSTP_KEY_PASSWORD meant configuring a secret whose only possible correct value was a copy of another one. Falls back to the store password when unset; an explicit value still takes precedence for the legacy JKS format, where the two can genuinely differ. |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| analysis_options.yaml | ||
| android_icon.png | ||
| android_icon_backup.png | ||
| build.ps1 | ||
| build_android_jni.ps1 | ||
| devtools_options.yaml | ||
| ostp-client-release.apk | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| resize_icon.ps1 | ||
README.md
ostp_client
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.