From 2fc914f3e6c369ae7ff661ed48f7d92085b72fd6 Mon Sep 17 00:00:00 2001 From: misakajimmy Date: Sat, 18 Feb 2023 13:36:26 +0800 Subject: [PATCH] DEV UPDATE:Update name to EOEFANS --- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 4 ++-- .../com/example/eoe_fans/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner/Info.plist | 4 ++-- lib/common/Api.dart | 12 +++++------ lib/common/Global.dart | 4 ++-- lib/main.dart | 12 +++++------ lib/routes/mainPage.dart | 10 +++++----- lib/routes/picture/pictureList.dart | 12 +++++------ lib/routes/picture/pictureMemberFilter.dart | 4 ++-- lib/routes/picture/picturePage.dart | 6 +++--- lib/routes/picture/pictureSwiper.dart | 2 +- lib/routes/setting/settingPage.dart | 8 ++++---- lib/routes/setting/settingTheme.dart | 6 +++--- lib/routes/video/videoList.dart | 20 +++++++++---------- lib/routes/video/videoListItem.dart | 4 ++-- lib/routes/video/videoMemberFilter.dart | 4 ++-- lib/routes/video/videoNewYear.dart | 16 +++++++-------- lib/routes/video/videoPage.dart | 4 ++-- lib/routes/video/videoSearchItem.dart | 4 ++-- lib/routes/video/videoSearchPage.dart | 12 +++++------ lib/states/ProfileChangeNotifier.dart | 2 +- linux/CMakeLists.txt | 4 ++-- linux/my_application.cc | 4 ++-- macos/Runner.xcodeproj/project.pbxproj | 6 +++--- .../xcshareddata/xcschemes/Runner.xcscheme | 8 ++++---- macos/Runner/Configs/AppInfo.xcconfig | 2 +- pubspec.yaml | 2 +- test/widget_test.dart | 2 +- web/index.html | 8 ++++---- web/manifest.json | 4 ++-- windows/CMakeLists.txt | 4 ++-- windows/runner/Runner.rc | 8 ++++---- windows/runner/main.cpp | 2 +- 36 files changed, 106 insertions(+), 106 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 34ff617..1864d58 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,7 +49,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.app.eoe_fans" + applicationId "com.app.EOEFANS" // 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 diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 2fdfd48..a99208c 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.app.EOEFANS"> - + - eoe_fans + EOEFANS - + - \ No newline at end of file + diff --git a/web/manifest.json b/web/manifest.json index b482141..48b6acb 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,6 +1,6 @@ { - "name": "eoe_fans", - "short_name": "eoe_fans", + "name": "EOEFANS", + "short_name": "EOEFANS", "start_url": ".", "display": "standalone", "background_color": "#0175C2", diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index c1b21b6..121fbec 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -1,10 +1,10 @@ # Project-level configuration. cmake_minimum_required(VERSION 3.14) -project(eoe_fans LANGUAGES CXX) +project(EOEFANS LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application. -set(BINARY_NAME "eoe_fans") +set(BINARY_NAME "EOEFANS") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake. diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index a7795cd..5fb4831 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -90,12 +90,12 @@ BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "com.example" "\0" - VALUE "FileDescription", "eoe_fans" "\0" + VALUE "FileDescription", "EOEFANS" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" - VALUE "InternalName", "eoe_fans" "\0" + VALUE "InternalName", "EOEFANS" "\0" VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0" - VALUE "OriginalFilename", "eoe_fans.exe" "\0" - VALUE "ProductName", "eoe_fans" "\0" + VALUE "OriginalFilename", "EOEFANS.exe" "\0" + VALUE "ProductName", "EOEFANS" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0" END END diff --git a/windows/runner/main.cpp b/windows/runner/main.cpp index e9033ce..4d83433 100644 --- a/windows/runner/main.cpp +++ b/windows/runner/main.cpp @@ -27,7 +27,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FlutterWindow window(project); Win32Window::Point origin(10, 10); Win32Window::Size size(1280, 720); - if (!window.CreateAndShow(L"eoe_fans", origin, size)) { + if (!window.CreateAndShow(L"EOEFANS", origin, size)) { return EXIT_FAILURE; } window.SetQuitOnClose(true);