Skip to content

Commit e8e44af

Browse files
committed
MacOS build test
1 parent dd63e47 commit e8e44af

File tree

4 files changed

+4
-64
lines changed

4 files changed

+4
-64
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
flutter config --enable-macos-desktop
126126
flutter pub global activate flutterfire_cli
127127
flutter pub get
128-
flutter build macos -t lib/main.firebase.dart --release
128+
flutter build macos -t lib/main.firebase.dart --release -v
129129
cd build/macos/Build/Products/Release
130130
ditto -c -k --sequesterRsrc --keepParent flutter_uis.app macos-release.zip
131131

TEST.md

-25
This file was deleted.

macos/GoogleService-Info.plist

-38
This file was deleted.

macos/Runner.xcodeproj/project.pbxproj

+3
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
CODE_SIGN_STYLE = Automatic;
581581
COMBINE_HIDPI_IMAGES = YES;
582582
INFOPLIST_FILE = Runner/Info.plist;
583+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
583584
LD_RUNPATH_SEARCH_PATHS = (
584585
"$(inherited)",
585586
"@executable_path/../Frameworks",
@@ -714,6 +715,7 @@
714715
COMBINE_HIDPI_IMAGES = YES;
715716
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
716717
INFOPLIST_FILE = Runner/Info.plist;
718+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
717719
LD_RUNPATH_SEARCH_PATHS = (
718720
"$(inherited)",
719721
"@executable_path/../Frameworks",
@@ -735,6 +737,7 @@
735737
CODE_SIGN_STYLE = Automatic;
736738
COMBINE_HIDPI_IMAGES = YES;
737739
INFOPLIST_FILE = Runner/Info.plist;
740+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
738741
LD_RUNPATH_SEARCH_PATHS = (
739742
"$(inherited)",
740743
"@executable_path/../Frameworks",

0 commit comments

Comments
 (0)