File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2
2
<uses-permission android : name =" android.permission.INTERNET" />
3
3
<application
4
- android : label =" fintracker "
4
+ android : label =" Fintracker "
5
5
android : name =" ${applicationName}"
6
6
android : icon =" @mipmap/ic_launcher" >
7
7
<activity
Original file line number Diff line number Diff line change 5
5
<key >CFBundleDevelopmentRegion </key >
6
6
<string >$(DEVELOPMENT_LANGUAGE) </string >
7
7
<key >CFBundleDisplayName </key >
8
- <string >Fintracker </string >
8
+ <string >Fintracker </string >
9
9
<key >CFBundleExecutable </key >
10
10
<string >$(EXECUTABLE_NAME) </string >
11
11
<key >CFBundleIdentifier </key >
12
12
<string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
13
13
<key >CFBundleInfoDictionaryVersion </key >
14
14
<string >6.0 </string >
15
15
<key >CFBundleName </key >
16
- <string >fintracker </string >
16
+ <string >Fintracker </string >
17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(runner LANGUAGES CXX)
4
4
5
5
# The name of the executable created for the application. Change this to change
6
6
# the on-disk name of your application.
7
- set (BINARY_NAME "fintracker " )
7
+ set (BINARY_NAME "Fintracker " )
8
8
# The unique GTK application identifier for this application. See:
9
9
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10
10
set (APPLICATION_ID "me.nafish.fintracker" )
Original file line number Diff line number Diff line change 5
5
// 'flutter create' template.
6
6
7
7
// The application's name. By default this is also the title of the Flutter window.
8
- PRODUCT_NAME = fintracker
8
+ PRODUCT_NAME = Fintracker;
9
9
10
10
// The application's bundle identifier
11
11
PRODUCT_BUNDLE_IDENTIFIER = me.nafish.fintracker
Original file line number Diff line number Diff line change @@ -90,12 +90,12 @@ BEGIN
90
90
BLOCK "040904e4"
91
91
BEGIN
92
92
VALUE "CompanyName", "me.nafish" "\0"
93
- VALUE "FileDescription", "fintracker " "\0"
93
+ VALUE "FileDescription", "Fintracker " "\0"
94
94
VALUE "FileVersion", VERSION_AS_STRING "\0"
95
- VALUE "InternalName", "fintracker " "\0"
95
+ VALUE "InternalName", "Fintracker " "\0"
96
96
VALUE "LegalCopyright", "Copyright (C) 2023 me.nafish. All rights reserved." "\0"
97
97
VALUE "OriginalFilename", "fintracker.exe" "\0"
98
- VALUE "ProductName", "fintracker " "\0"
98
+ VALUE "ProductName", "Fintracker " "\0"
99
99
VALUE "ProductVersion", VERSION_AS_STRING "\0"
100
100
END
101
101
END
You can’t perform that action at this time.
0 commit comments