From 9bfced282499334ad90388a6d61e490eb36d589f Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Wed, 31 Dec 2025 17:46:45 +0900 Subject: [PATCH] =?UTF-8?q?chore(config):=20=ED=94=8C=EB=9E=AB=ED=8F=BC=20?= =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=84=A4=EC=A0=95=20=EB=B0=8F=20=EC=9D=98?= =?UTF-8?q?=EC=A1=B4=EC=84=B1=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Android: 패키지명 변경 (askiineverdie → asciineverdie) - iOS/macOS: 프로젝트 설정 업데이트 - Linux/Windows: CMake 설정 업데이트 - Web: manifest 및 index.html 업데이트 - pubspec.yaml 의존성 업데이트 --- android/app/build.gradle.kts | 4 ++-- android/app/src/main/AndroidManifest.xml | 2 +- .../MainActivity.kt | 2 +- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ ios/Runner/Info.plist | 4 ++-- linux/CMakeLists.txt | 4 ++-- linux/runner/my_application.cc | 4 ++-- macos/Runner.xcodeproj/project.pbxproj | 18 +++++++++--------- .../xcshareddata/xcschemes/Runner.xcscheme | 8 ++++---- macos/Runner/Configs/AppInfo.xcconfig | 4 ++-- pubspec.yaml | 2 +- web/index.html | 4 ++-- web/manifest.json | 4 ++-- windows/CMakeLists.txt | 4 ++-- windows/runner/Runner.rc | 8 ++++---- windows/runner/main.cpp | 2 +- 16 files changed, 43 insertions(+), 43 deletions(-) rename android/app/src/main/kotlin/com/example/{askiineverdie => asciineverdie}/MainActivity.kt (73%) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 8fed14f..170cb6d 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } android { - namespace = "com.example.askiineverdie" + namespace = "com.example.asciineverdie" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion @@ -21,7 +21,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId = "com.example.askiineverdie" + applicationId = "com.example.asciineverdie" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 4887d51..6950a5a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ diff --git a/android/app/src/main/kotlin/com/example/askiineverdie/MainActivity.kt b/android/app/src/main/kotlin/com/example/asciineverdie/MainActivity.kt similarity index 73% rename from android/app/src/main/kotlin/com/example/askiineverdie/MainActivity.kt rename to android/app/src/main/kotlin/com/example/asciineverdie/MainActivity.kt index 9236616..45cf3bc 100644 --- a/android/app/src/main/kotlin/com/example/askiineverdie/MainActivity.kt +++ b/android/app/src/main/kotlin/com/example/asciineverdie/MainActivity.kt @@ -1,4 +1,4 @@ -package com.example.askiineverdie +package com.example.asciineverdie import io.flutter.embedding.android.FlutterActivity diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 1bf4be2..02f78a1 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -368,7 +368,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -384,7 +384,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -401,7 +401,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -416,7 +416,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -547,7 +547,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -569,7 +569,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 792015a..7bab00a 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Askiineverdie + Asciineverdie CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -13,7 +13,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - askiineverdie + asciineverdie CFBundlePackageType APPL CFBundleShortVersionString diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index f63c2c7..fbcdaa3 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -4,10 +4,10 @@ project(runner 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 "askiineverdie") +set(BINARY_NAME "asciineverdie") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.example.askiineverdie") +set(APPLICATION_ID "com.example.asciineverdie") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake. diff --git a/linux/runner/my_application.cc b/linux/runner/my_application.cc index e909aff..f7fec2f 100644 --- a/linux/runner/my_application.cc +++ b/linux/runner/my_application.cc @@ -46,11 +46,11 @@ static void my_application_activate(GApplication* application) { if (use_header_bar) { GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new()); gtk_widget_show(GTK_WIDGET(header_bar)); - gtk_header_bar_set_title(header_bar, "askiineverdie"); + gtk_header_bar_set_title(header_bar, "asciineverdie"); gtk_header_bar_set_show_close_button(header_bar, TRUE); gtk_window_set_titlebar(window, GTK_WIDGET(header_bar)); } else { - gtk_window_set_title(window, "askiineverdie"); + gtk_window_set_title(window, "asciineverdie"); } gtk_window_set_default_size(window, 1280, 720); diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index 340ea3d..fff1950 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -66,7 +66,7 @@ 331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = ""; }; 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = ""; }; 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = ""; }; - 33CC10ED2044A3C60003C045 /* askiineverdie.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = askiineverdie.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 33CC10ED2044A3C60003C045 /* asciineverdie.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = asciineverdie.app; sourceTree = BUILT_PRODUCTS_DIR; }; 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = ""; }; 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; @@ -144,7 +144,7 @@ 33CC10EE2044A3C60003C045 /* Products */ = { isa = PBXGroup; children = ( - 33CC10ED2044A3C60003C045 /* askiineverdie.app */, + 33CC10ED2044A3C60003C045 /* asciineverdie.app */, 331C80D5294CF71000263BE5 /* RunnerTests.xctest */, ); name = Products; @@ -249,7 +249,7 @@ ); name = Runner; productName = Runner; - productReference = 33CC10ED2044A3C60003C045 /* askiineverdie.app */; + productReference = 33CC10ED2044A3C60003C045 /* asciineverdie.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -479,10 +479,10 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/askiineverdie.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/askiineverdie"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/asciineverdie.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/asciineverdie"; }; name = Debug; }; @@ -494,10 +494,10 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/askiineverdie.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/askiineverdie"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/asciineverdie.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/asciineverdie"; }; name = Release; }; @@ -509,10 +509,10 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/askiineverdie.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/askiineverdie"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/asciineverdie.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/asciineverdie"; }; name = Profile; }; diff --git a/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 20f18af..46ae788 100644 --- a/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -15,7 +15,7 @@ @@ -31,7 +31,7 @@ @@ -66,7 +66,7 @@ @@ -83,7 +83,7 @@ diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index 2786252..559714a 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -5,10 +5,10 @@ // 'flutter create' template. // The application's name. By default this is also the title of the Flutter window. -PRODUCT_NAME = askiineverdie +PRODUCT_NAME = asciineverdie // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.askiineverdie +PRODUCT_BUNDLE_IDENTIFIER = com.example.asciineverdie // The copyright displayed in application information PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved. diff --git a/pubspec.yaml b/pubspec.yaml index c4d38b9..947b6d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: askiineverdie +name: asciineverdie description: "Offline Progress Quest rebuild in Flutter." # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. diff --git a/web/index.html b/web/index.html index ce5c97a..081b11d 100644 --- a/web/index.html +++ b/web/index.html @@ -23,13 +23,13 @@ - + - askiineverdie + asciineverdie diff --git a/web/manifest.json b/web/manifest.json index c2414ea..a0676bd 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,6 +1,6 @@ { - "name": "askiineverdie", - "short_name": "askiineverdie", + "name": "asciineverdie", + "short_name": "asciineverdie", "start_url": ".", "display": "standalone", "background_color": "#0175C2", diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 89930e8..b3ef3bc 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -1,10 +1,10 @@ # Project-level configuration. cmake_minimum_required(VERSION 3.14) -project(askiineverdie LANGUAGES CXX) +project(asciineverdie 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 "askiineverdie") +set(BINARY_NAME "asciineverdie") # 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 c408e9d..f88fb55 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", "askiineverdie" "\0" + VALUE "FileDescription", "asciineverdie" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" - VALUE "InternalName", "askiineverdie" "\0" + VALUE "InternalName", "asciineverdie" "\0" VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0" - VALUE "OriginalFilename", "askiineverdie.exe" "\0" - VALUE "ProductName", "askiineverdie" "\0" + VALUE "OriginalFilename", "asciineverdie.exe" "\0" + VALUE "ProductName", "asciineverdie" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0" END END diff --git a/windows/runner/main.cpp b/windows/runner/main.cpp index 220e18e..3f4df8d 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.Create(L"askiineverdie", origin, size)) { + if (!window.Create(L"asciineverdie", origin, size)) { return EXIT_FAILURE; } window.SetQuitOnClose(true);