Skip to content

Commit 2257ef2

Browse files
committed
Fix app name
1 parent 0fb8d9f commit 2257ef2

File tree

4 files changed

+103
-95
lines changed

4 files changed

+103
-95
lines changed

linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
77
set(BINARY_NAME "desktop_adb_file_browser")
88
# The unique GTK application identifier for this application. See:
99
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10-
set(APPLICATION_ID "com.example.desktop_adb_file_browser")
10+
set(APPLICATION_ID "com.github.fernthedev.desktop_adb_file_browser")
1111

1212
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1313
# versions of CMake.

macos/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ EXTERNAL SOURCES:
3232

3333
SPEC CHECKSUMS:
3434
desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898
35-
file_selector_macos: 468fb6b81fac7c0e88d71317f3eec34c3b008ff9
35+
file_selector_macos: 54fdab7caa3ac3fc43c9fac4d7d8d231277f8cf2
3636
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
37-
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
38-
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
37+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
38+
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
3939

4040
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
4141

macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
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 = desktop_adb_file_browser
8+
PRODUCT_NAME = Desktop ADB File Browser
99

1010
// The application's bundle identifier
1111
PRODUCT_BUNDLE_IDENTIFIER = com.github.fernthedev.desktopAdbFileBrowser

0 commit comments

Comments
 (0)