build-profile.json5 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "type": "HarmonyOS",
  7. "material": {
  8. "storePassword": "00000019350D4E7C95A55A5FBEF0F5AF0AC08D9C030BD36456ED60DA7143472A9AF617AD8A18F20233",
  9. "certpath": "./config/hello-uni-app-x.cer",
  10. "keyAlias": "debugKey",
  11. "keyPassword": "0000001958D675423AB2CAB19457483AD81FFBEFD3615C8404D1FB75AE216154CD780B356AF3D0432C",
  12. "profile": "./config/hello-uni-app-x.p7b",
  13. "signAlg": "SHA256withECDSA",
  14. "storeFile": "./config/hello-uni-app-x.p12"
  15. }
  16. },
  17. {
  18. "name": "release",
  19. "type": "HarmonyOS",
  20. "material": {
  21. "storePassword": "00000019350D4E7C95A55A5FBEF0F5AF0AC08D9C030BD36456ED60DA7143472A9AF617AD8A18F20233",
  22. "certpath": "./config/release/io.dcloud.uniappx.cer",
  23. "keyAlias": "debugKey",
  24. "keyPassword": "0000001958D675423AB2CAB19457483AD81FFBEFD3615C8404D1FB75AE216154CD780B356AF3D0432C",
  25. "profile": "./config/release/io.dcloud.uniappx.p7b",
  26. "signAlg": "SHA256withECDSA",
  27. "storeFile": "./config/hello-uni-app-x.p12"
  28. }
  29. }
  30. ],
  31. "products": [
  32. {
  33. "name": "default",
  34. "signingConfig": "default",
  35. "compatibleSdkVersion": "5.0.1(13)",
  36. "compatibleSdkVersionStage": "beta6",
  37. "runtimeOS": "HarmonyOS",
  38. "buildOption": {
  39. "strictMode": {
  40. "caseSensitiveCheck": true,
  41. "useNormalizedOHMUrl": true
  42. }
  43. }
  44. },
  45. {
  46. "name": "release",
  47. "signingConfig": "release",
  48. "compatibleSdkVersion": "5.0.1(13)",
  49. "compatibleSdkVersionStage": "beta6",
  50. "runtimeOS": "HarmonyOS",
  51. "buildOption": {
  52. "strictMode": {
  53. "caseSensitiveCheck": true,
  54. "useNormalizedOHMUrl": true
  55. }
  56. }
  57. }
  58. ],
  59. "buildModeSet": [
  60. {
  61. "name": "debug"
  62. },
  63. {
  64. "name": "release"
  65. }
  66. ]
  67. },
  68. "modules": [
  69. {
  70. "name": "entry",
  71. "srcPath": "./entry",
  72. "targets": [
  73. {
  74. "name": "default",
  75. "applyToProducts": [
  76. "default",
  77. "release"
  78. ]
  79. }
  80. ]
  81. }
  82. ]
  83. }