starwork_flutter/flavorizr.yaml

26 lines
535 B
YAML

app:
android:
flavorDimensions: "flavor-type"
flavors:
sky:
app:
name: "星勤-sky"
icon: "assets/logo/sky.png"
android:
applicationId: "top.skychip.work"
customConfig:
signingConfig: signingConfigs.sky
ios:
bundleId: "top.skychip.work"
xhj:
app:
name: "星勤-xhj"
icon: "assets/logo/xhj.png"
android:
applicationId: "ltd.xhjcn.work"
customConfig:
signingConfig: signingConfigs.xhj
ios:
bundleId: "ltd.xhjcn.work"
ide: idea