Change App Name

This commit is contained in:
Linloir 2022-10-23 18:25:54 +08:00
parent 7023271fe9
commit 832982a415
No known key found for this signature in database
GPG Key ID: 58EEB209A0F2C366
3 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.tcp_client"
applicationId "com.linloir.lchatclient"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion flutter.minSdkVersion

View File

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.tcp_client">
<application
android:label="tcp_client"
android:label="LChatClient"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Tcp Client</string>
<string>LChatClient</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>tcp_client</string>
<string>lchatclient</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>