Skip to content

Commit db97fc3

Browse files
[UPDATE] change app display name
1 parent dfb7cef commit db97fc3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22
<uses-permission android:name="android.permission.INTERNET" />
33
<application
4-
android:label="fintracker"
4+
android:label="Fintracker"
55
android:name="${applicationName}"
66
android:icon="@mipmap/ic_launcher">
77
<activity

ios/Runner/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleDisplayName</key>
8-
<string>Fintracker</string>
8+
<string>Fintracker</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
16-
<string>fintracker</string>
16+
<string>Fintracker</string>
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>

linux/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(runner LANGUAGES CXX)
44

55
# The name of the executable created for the application. Change this to change
66
# the on-disk name of your application.
7-
set(BINARY_NAME "fintracker")
7+
set(BINARY_NAME "Fintracker")
88
# The unique GTK application identifier for this application. See:
99
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
1010
set(APPLICATION_ID "me.nafish.fintracker")

macos/Runner/Configs/AppInfo.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// 'flutter create' template.
66

77
// The application's name. By default this is also the title of the Flutter window.
8-
PRODUCT_NAME = fintracker
8+
PRODUCT_NAME = Fintracker;
99

1010
// The application's bundle identifier
1111
PRODUCT_BUNDLE_IDENTIFIER = me.nafish.fintracker

windows/runner/Runner.rc

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ BEGIN
9090
BLOCK "040904e4"
9191
BEGIN
9292
VALUE "CompanyName", "me.nafish" "\0"
93-
VALUE "FileDescription", "fintracker" "\0"
93+
VALUE "FileDescription", "Fintracker" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
95-
VALUE "InternalName", "fintracker" "\0"
95+
VALUE "InternalName", "Fintracker" "\0"
9696
VALUE "LegalCopyright", "Copyright (C) 2023 me.nafish. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "fintracker.exe" "\0"
98-
VALUE "ProductName", "fintracker" "\0"
98+
VALUE "ProductName", "Fintracker" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"
100100
END
101101
END

0 commit comments

Comments
 (0)