TreeMapper is open source application based on react-native licensed under terms of GPL v3. It is managed by Plant-for-the-Planet Foundation and open source contributors. For contributions please read our contribution guide as well as our code of conduct and the following information:
Data uploaded by TreeMapper can be viewed on the Plant-for-the-Planet Platform
The repository is structured by using Expo managed workflow.
Copy .env.sample
file to .env
file and add the missing tokens.
npx expo prebuild --platform ios --clean
npx expo run:ios --device
npx expo prebuild --platform android --clean
npx expo run:android --device
This project uses GitFlow (https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) with Master-Branch main
and Development-Branch develop
.
TreeMapper is open source application based on react-native licensed under terms of GPL v3. It is managed by Plant-for-the-Planet Foundation and open source contributors.
For contributions please read our contribution guide as well as our code of conduct and the following information:
Data uploaded by TreeMapper can be viewed on the Plant-for-the-Planet Platform
The repository is structured by using Expo managed workflow.
Copy .env.sample
file to .env
file and add the missing tokens.
npx expo prebuild --platform ios --clean
npx expo run:ios --device
npx expo prebuild --platform android --clean
npx expo run:android --device
This project uses GitFlow (https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) with Master-Branch main
and Development-Branch develop
.
All versions released for TreeMapper are signed with the same release keys. You can verify the authencity of the app by using apksigner:
Every release includes the APK file, which is also published on the Google Play Store.
To ensure the integrity and authenticity of the APK, you can verify its signature using apksigner
.
-
Download the APK from the Releases section.
-
Use the following command to verify the certificate fingerprint:
apksigner verify --print-certs --verbose TreeMapper.apk
-
Compare the output with the official fingerprints below.
These fingerprints belong to the official signing key used by Google Play to sign this app:
- MD5:
25:17:26:0A:20:C6:8B:E7:D1:DA:CF:31:4B:77:36:33
- SHA-1:
C6:6D:10:EF:C1:89:26:89:C3:93:81:C3:24:59:DA:08:31:BE:06:A2
- SHA-256:
33:F3:D2:3E:5D:82:AF:5D:4B:26:51:68:94:31:C4:DC:46:AB:7B:19:E3:13:E4:7E:F6:E7:2D:70:D9:D9:CA:6E
If the output of apksigner
matches these fingerprints, you can be sure that the APK is authentic and has not been tampered with.
The deployment and production of this app is also possible due to support from open-source software contributors.