Skip to content

Commit

Permalink
packaging: add macOS app bundle creation script (#4946)
Browse files Browse the repository at this point in the history
* packaging: add macOS app bundle creation script

- remove macOS makefiles and other unused files
- remove macos/pkg directory and contents
- update labeler.yml GitHub action to account for directory name change
- add 'macos/cache' to .gitignore
  • Loading branch information
nilason authored Jan 20, 2025
1 parent ded9625 commit 5ec8b58
Show file tree
Hide file tree
Showing 34 changed files with 1,887 additions and 2,266 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Windows:
macOS:
- changed-files:
- any-glob-to-any-file:
- macosx/**
- macos/**
Linux:
- changed-files:
- any-glob-to-any-file:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ config.status*
error.log
grass.pc
autom4te.cache/
macos/cache/*

# ignore specific file generated during make
gui/wxpython/menustrings.py
Expand Down
125 changes: 0 additions & 125 deletions macos/Makefile

This file was deleted.

Loading

0 comments on commit 5ec8b58

Please sign in to comment.