init: init proj
This commit is contained in:
56
build-profile.json5
Normal file
56
build-profile.json5
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"app": {
|
||||
"signingConfigs": [
|
||||
{
|
||||
"name": "default",
|
||||
"type": "HarmonyOS",
|
||||
"material": {
|
||||
"storeFile": "/Users/kid/Development/HarmonyOS/hm.p12",
|
||||
"storePassword": "0000001B30243D260315C67D6B170F40AD52B72CE7FA0F8712F80BA535A6B127D9950927D0C1048EBD21F3",
|
||||
"keyAlias": "default",
|
||||
"keyPassword": "0000001BDE4BC6A4AC112DDF9966DAD89C84D0BF5244796A206B8E682A0F72CE4168D11BF41917DF95B227",
|
||||
"signAlg": "SHA256withECDSA",
|
||||
"profile": "/Users/kid/Downloads/ReleaseRelease.p7b",
|
||||
"certpath": "/Users/kid/Downloads/Release.cer"
|
||||
}
|
||||
}
|
||||
],
|
||||
"products": [
|
||||
{
|
||||
"name": "default",
|
||||
"signingConfig": "default",
|
||||
"targetSdkVersion": "6.0.0(20)",
|
||||
"compatibleSdkVersion": "6.0.0(20)",
|
||||
"runtimeOS": "HarmonyOS",
|
||||
"buildOption": {
|
||||
"strictMode": {
|
||||
"caseSensitiveCheck": true,
|
||||
"useNormalizedOHMUrl": true
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildModeSet": [
|
||||
{
|
||||
"name": "debug",
|
||||
},
|
||||
{
|
||||
"name": "release"
|
||||
}
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"name": "entry",
|
||||
"srcPath": "./entry",
|
||||
"targets": [
|
||||
{
|
||||
"name": "default",
|
||||
"applyToProducts": [
|
||||
"default"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user