File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 
Original file line number Diff line number Diff line change 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  >
Original file line number Diff line number Diff 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 
1010set (APPLICATION_ID "me.nafish.fintracker" )
Original file line number Diff line number Diff line change 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
1111PRODUCT_BUNDLE_IDENTIFIER = me.nafish.fintracker
Original file line number Diff line number Diff 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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments