Skip to content

Commit

Permalink
fix: build mac version
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonklanke committed Apr 23, 2024
1 parent d657df1 commit 9b7266b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
project-path: OSX

- name: Deploy app
run: bundle exec fastlane release
run: bundle exec fastlane mac release --verbose
env:
SIGNING_CERT_PASSWORD: ${{ secrets.SIGNING_CERT_PASSWORD }}
SIGNING_CERT_FILE_PATH: signing-cert.cer
Expand Down
2 changes: 2 additions & 0 deletions OSX/capture-wolf.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSAppleEventsUsageDescription = "Catch the wolf!";
INFOPLIST_KEY_NSCameraUsageDescription = "Catch the wolf!";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
Expand Down Expand Up @@ -385,6 +386,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSAppleEventsUsageDescription = "Catch the wolf!";
INFOPLIST_KEY_NSCameraUsageDescription = "Catch the wolf!";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
Expand Down

0 comments on commit 9b7266b

Please sign in to comment.