1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-30 22:42:47 -04:00

Add apksigner location on macOS

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-08 03:42:53 -04:00
parent c0f63a9ed7
commit 63f6f6fcd7
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -123,7 +123,7 @@ I do not recommend that you use F-Droid at all unless you have no other choice t
You can also obtain your apps directly from their GitHub repositories. In most cases, there would be a pre-built APK for you to download. You can verify the signature of the downloaded using apksinger:
- Install the [Android Studio](https://developer.android.com/studio) which includes apksinger.
- Install the [Android Studio](https://developer.android.com/studio) which includes `apksinger`. On macOS, `apksigner` can be found at `~/Library/Android/sdk/build-tools/<version>/apksigner`.
- Run `apksigner verify --print-certs --verbose myCoolApp.apk` to verify the certificate of the apk.
After you have verified the signature of the apk and installed it on your phone, there are several strategies you can use to keep the application up-to-date.