File tree Expand file tree Collapse file tree 4 files changed +103
-95
lines changed Expand file tree Collapse file tree 4 files changed +103
-95
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
7
7
set (BINARY_NAME "desktop_adb_file_browser" )
8
8
# The unique GTK application identifier for this application. See:
9
9
# 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" )
11
11
12
12
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
13
13
# versions of CMake.
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ EXTERNAL SOURCES:
32
32
33
33
SPEC CHECKSUMS:
34
34
desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898
35
- file_selector_macos: 468fb6b81fac7c0e88d71317f3eec34c3b008ff9
35
+ file_selector_macos: 54fdab7caa3ac3fc43c9fac4d7d8d231277f8cf2
36
36
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
37
- path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
38
- shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
37
+ path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
38
+ shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
39
39
40
40
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
41
41
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 = desktop_adb_file_browser
8
+ PRODUCT_NAME = Desktop ADB File Browser
9
9
10
10
// The application's bundle identifier
11
11
PRODUCT_BUNDLE_IDENTIFIER = com.github.fernthedev.desktopAdbFileBrowser
You can’t perform that action at this time.
0 commit comments