File tree 4 files changed +4
-64
lines changed
4 files changed +4
-64
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
flutter config --enable-macos-desktop
126
126
flutter pub global activate flutterfire_cli
127
127
flutter pub get
128
- flutter build macos -t lib/main.firebase.dart --release
128
+ flutter build macos -t lib/main.firebase.dart --release -v
129
129
cd build/macos/Build/Products/Release
130
130
ditto -c -k --sequesterRsrc --keepParent flutter_uis.app macos-release.zip
131
131
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 580
580
CODE_SIGN_STYLE = Automatic;
581
581
COMBINE_HIDPI_IMAGES = YES;
582
582
INFOPLIST_FILE = Runner/Info.plist;
583
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
583
584
LD_RUNPATH_SEARCH_PATHS = (
584
585
"$(inherited)",
585
586
"@executable_path/../Frameworks",
714
715
COMBINE_HIDPI_IMAGES = YES;
715
716
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
716
717
INFOPLIST_FILE = Runner/Info.plist;
718
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
717
719
LD_RUNPATH_SEARCH_PATHS = (
718
720
"$(inherited)",
719
721
"@executable_path/../Frameworks",
735
737
CODE_SIGN_STYLE = Automatic;
736
738
COMBINE_HIDPI_IMAGES = YES;
737
739
INFOPLIST_FILE = Runner/Info.plist;
740
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
738
741
LD_RUNPATH_SEARCH_PATHS = (
739
742
"$(inherited)",
740
743
"@executable_path/../Frameworks",
You can’t perform that action at this time.
0 commit comments