Skip to content

Commit 5bba88b

Browse files
committed
chore: update name demo app
1 parent 05fe58e commit 5bba88b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ android {
4545
alpha {
4646
dimension "version"
4747
applicationId "com.orange.ouds.alpha.flutterapp"
48-
resValue "string", "app_name", "OUDS Flutter"
48+
resValue "string", "app_name", "DesignToolbox"
4949
}
5050
beta {
5151
dimension "version"
5252
applicationId "com.orange.ouds.beta.flutterapp"
53-
resValue "string", "app_name", "OUDS Flutter"
53+
resValue "string", "app_name", "DesignToolbox"
5454
}
5555
prod {
5656
dimension "version"
5757
applicationId "com.orange.ouds.flutterapp"
58-
resValue "string", "app_name", "OUDS Flutter"
58+
resValue "string", "app_name", "DesignToolbox"
5959
}
6060
}
6161
}

app/ios/Runner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleDevelopmentRegion</key>
88
<string>$(DEVELOPMENT_LANGUAGE)</string>
99
<key>CFBundleDisplayName</key>
10-
<string>OUDS Flutter</string>
10+
<string>DesignToolbox</string>
1111
<key>CFBundleExecutable</key>
1212
<string>$(EXECUTABLE_NAME)</string>
1313
<key>CFBundleIdentifier</key>

0 commit comments

Comments
 (0)