Skip to content

Commit

Permalink
0.0.4 [CHORE] 升级到IDE 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanranran committed Jun 6, 2024
1 parent e448e17 commit a256887
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 121 deletions.
2 changes: 1 addition & 1 deletion AppScope/app.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app": {
"bundleName": "com.ranran.utilcode",
"bundleName": "com.harmonyos.utilcode",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
Expand Down
5 changes: 2 additions & 3 deletions build-profile.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"type": "HarmonyOS",
"material": {
"certpath": "./configs/signing/default_HarmonyUtilCode_kfbyGhz8kRKI6ULN1pEMEPR6bNl7dLAXiDpcU7r4qcM=.cer",
"storePassword": "0000001AB7D05FF6CBF3D391AE0910FC17BF9CE53FA45FBC73CAF7F4A9FD8CD3E646862395BD31885AEF",
"storePassword": "0000001B2C60E88F7E678187506DBFF6280EBF4C0FE45C6803B45C6DE6049204C0D1F7ADB870D841A0A6ED",
"keyAlias": "debugKey",
"keyPassword": "0000001AE5B63C61613C451D0C5B89A6ECBC2B5BAD96B69FE9C878EFEE1D353D4ED15147838FC0A72B13",
"keyPassword": "0000001BB88186BAD4895E4C76142986567609A5D4225E8B8A8A0FDA0EF95E5CADB2680A59649D01DCD337",
"profile": "./configs/signing/default_HarmonyUtilCode_kfbyGhz8kRKI6ULN1pEMEPR6bNl7dLAXiDpcU7r4qcM=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "./configs/signing/default_HarmonyUtilCode_kfbyGhz8kRKI6ULN1pEMEPR6bNl7dLAXiDpcU7r4qcM=.p12"
Expand All @@ -19,7 +19,6 @@
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.1.0(11)",
"compatibleSdkVersion": "4.1.0(11)",
"runtimeOS": "HarmonyOS",
}
Expand Down
5 changes: 2 additions & 3 deletions hvigor/hvigor-config.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"hvigorVersion": "file:../dependencies/hvigor-4.1.2.tgz",
"modelVersion": "5.0.0",
"dependencies": {
"@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-4.1.2.tgz"
},
"execution": {
// "analyze": "normal", /* Define the build analyze mode. Value: [ "normal" | "advanced" | false ]. Default: "normal" */
Expand All @@ -19,4 +18,4 @@
"nodeOptions": {
// "maxOldSpaceSize": 4096 /* Enable nodeOptions maxOldSpaceSize compilation. Unit M. Used for the daemon process */
}
}
}
1 change: 0 additions & 1 deletion hvigor/hvigor-wrapper.js

This file was deleted.

54 changes: 0 additions & 54 deletions hvigorw

This file was deleted.

55 changes: 0 additions & 55 deletions hvigorw.bat

This file was deleted.

36 changes: 33 additions & 3 deletions obfuscation-namecache.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,15 @@
"CharUtils#isEmoji#isNotEmoji": "m10",
"CharUtils#isAscii#ch": "n10"
},
"utilcode/src/main/ets/ConvertUtils.ets": {
"#display": "display",
"ConvertUtils#vp2px#vpVal": "o10",
"ConvertUtils#vp2px#$0#displayObject": "p10",
"ConvertUtils#vp2px#$0#screenDensityDPI": "q10",
"ConvertUtils#px2vp#vpVal": "r10",
"ConvertUtils#px2vp#$0#displayObject": "s10",
"ConvertUtils#px2vp#$0#screenDensityDPI": "t10"
},
"utilcode/src/main/ets/DeviceUtils.ets": {
"#util": "util"
},
Expand All @@ -276,9 +285,30 @@
"#HashMap": "HashMap"
},
"utilcode/src/main/ets/StringUtils.ts": {
"StringUtils#replaceAll#s1": "o10",
"StringUtils#replaceAll#s2": "p10",
"StringUtils#isBlank#$1#i": "q10"
"StringUtils#replaceAll#s1": "u10",
"StringUtils#replaceAll#s2": "v10",
"StringUtils#isEmpty#isCheckUndefinedStr": "w10",
"StringUtils#isBlank#$1#i": "x10"
},
"utilcode/src/main/ets/UIAdapt.ets": {
"#window": "window",
"UIAdapt#init#__function": "y10",
"UIAdapt#toPxForHeight#uiSize": "z10",
"UIAdapt#toPxForHeight#uiDesignHeight": "a11",
"UIAdapt#toPxNumber#uiSize": "b11",
"UIAdapt#toPxNumber#adaptFoldingScreen": "c11",
"UIAdapt#toPxNumber#uiDesignWidth": "d11",
"UIAdapt#toPxNumber#$1#widthHeightRatio": "e11",
"UIAdapt#toPx#uiSize": "f11",
"UIAdapt#toPx#adaptFoldingScreen": "g11",
"UIAdapt#toPx#uiDesignWidth": "h11",
"UIAdapt#checkHeight#_a": "i11",
"UIAdapt#checkWidth#_a": "j11"
},
"utilcode/src/main/ets/Utils.ets": {
"Utils#getAbilityContext#_a": "k11",
"Utils#setMainWindow#mainWindow": "l11",
"Utils#init#entryContext": "m11"
}
},
"PropertyCache": {
Expand Down
3 changes: 2 additions & 1 deletion oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"modelVersion": "5.0.0",
"name": "harmonyutilcode",
"version": "1.0.0",
"description": "Please describe the basic information.",
Expand All @@ -11,4 +12,4 @@
"@ohos/hypium": "1.0.17",
"@ohos/hamock": "1.0.0"
}
}
}

0 comments on commit a256887

Please sign in to comment.