Merge branch 'release' of gitee.com:starlock-cn/app-starlock into release

This commit is contained in:
Daisy 2024-05-30 11:53:36 +08:00
commit 7c03f48511
9 changed files with 19 additions and 28 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -112,7 +112,7 @@ android {
dimension "flavor-type"
applicationId "com.xhjcn.lock"
signingConfig signingConfigs.xhj
resValue "string", "app_name", "锁"
resValue "string", "app_name", "星星锁"
manifestPlaceholders.JPUSH_PKGNAME = "com.xhjcn.lock"
}
}

View File

@ -95,7 +95,7 @@ flavors:
bundleId: "com.skychip.lock"
xhj:
app:
name: "锁"
name: "星星锁"
icon: "assets/icon/xhj.png"
android:
applicationId: "com.xhjcn.lock"

View File

@ -2,5 +2,5 @@
FLUTTER_TARGET=lib/main_xhj_full.dart
ASSET_PREFIX=xhj
BUNDLE_NAME=
BUNDLE_DISPLAY_NAME=
BUNDLE_NAME=星星
BUNDLE_DISPLAY_NAME=星星

View File

@ -2,5 +2,5 @@
FLUTTER_TARGET=lib/main_xhj_full.dart
ASSET_PREFIX=xhj
BUNDLE_NAME=
BUNDLE_DISPLAY_NAME=
BUNDLE_NAME=星星
BUNDLE_DISPLAY_NAME=星星

View File

@ -2,5 +2,5 @@
FLUTTER_TARGET=lib/main_xhj_lite.dart
ASSET_PREFIX=xhj
BUNDLE_NAME=
BUNDLE_DISPLAY_NAME=
BUNDLE_NAME=星星
BUNDLE_DISPLAY_NAME=星星

View File

@ -38,16 +38,6 @@
<string/>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>weixin</string>
<key>CFBundleURLSchemes</key>
<array>
<string>123456</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>

View File

@ -59,7 +59,7 @@ class F {
case Flavor.sky:
return '锁通通';
case Flavor.xhj:
return '';
return '星星';
default:
throw Exception('flavor[$name] title not found');
}
@ -76,7 +76,7 @@ class F {
case Flavor.sky:
return '锁通通';
case Flavor.xhj:
return '';
return '星星';
default:
throw Exception('flavor[$name] title not found');
}

View File

@ -32,13 +32,13 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.27+2024041101打包提审
# 1.0.27+2024041102打包预发布环境给田总测试
# 1.0.28+2024041702打包给欧阳回归测试
# 1.0.27+2024041702 打包锁提审华为
# 1.0.27+2024041703 打包锁提审ios
# 1.0.27+2024042204 打包锁提审ios与 android
# 1.0.28+2024042601 打包锁提审华为
# 1.0.27+2024041702 打包星星锁提审华为
# 1.0.27+2024041703 打包星星锁提审ios
# 1.0.27+2024042204 打包星星锁提审ios与 android
# 1.0.28+2024042601 打包星星锁提审华为
# 1.0.29+2024042901 打包给欧阳测试
# 1.0.30+2024043001 打包锁提审ios
# 1.0.31+2024050301 打包锁提审华为
# 1.0.30+2024043001 打包星星锁提审ios
# 1.0.31+2024050301 打包星星锁提审华为
# 1.0.32+2024051001打包给欧阳回归测试
# 1.0.33+2024051401打包给欧阳回归测试
# 1.0.34+2024051402打包给欧阳回归测试
@ -59,9 +59,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.49+2024052401xhj UI ,预发布环境
# 1.0.50+2024052701xhj UI ,预发布环境
# 1.0.51+2024052801xhj 线上环境,提审
# 1.0.53+2024052803xhj 线上环境,提审
# 1.0.53+2024052803xhj 线上环境,提审 sky 线上环境提审
# 1.0.53+2024052804xhj 线上环境,提审 修改鑫锁名字为星星锁
version: 1.0.53+2024052803
version: 1.0.53+2024052804
environment:
sdk: '>=2.12.0 <3.0.0'