Release v1.0
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Initial release of TEESimulator
|
||||
|
||||
TEESimulator is forked from [TrickyStoreOSS](https://github.com/beakthoven/TrickyStoreOSS) with the ambitious plan to fully simulate TEE.
|
||||
|
||||
Current release only marks the beginning of this project.
|
||||
A new feature is added, which allows users to configure multiple keybox files.
|
||||
+1
-1
@@ -4,4 +4,4 @@ version=${REPLACEMEVER}
|
||||
versionCode=${REPLACEMEVERCODE}
|
||||
author=JingMatrix, beakthoven
|
||||
description=Software simulation for Android hardware-backed key pairs with key attestation
|
||||
updateJson=https://raw.githubusercontent.com/JingMatrix/TEESimulator/main/update.json
|
||||
updateJson=https://raw.githubusercontent.com/JingMatrix/TEESimulator/main/module/update.json
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": "v1.0",
|
||||
"versionCode": 74,
|
||||
"zipUrl": "https://github.com/JingMatrix/TEESimulator/releases/download/v1.0/TEESimulator-v1.0-74-release.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/JingMatrix/TEESimulator/main/module/changelog.md"
|
||||
}
|
||||
Reference in New Issue
Block a user