Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaging: add macOS app bundle creation script #4946

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
packaging: add macOS app bundle creation script
- remove macos/pkg directory and contents
- remove macos makefiles
- remove macos/ReadMe.md
nilason committed Jan 15, 2025
commit 1eab6eede1e599d557edcc7a48bacbdf350f1e7b
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ Windows:
macOS:
- changed-files:
- any-glob-to-any-file:
- macosx/**
- macos/**
Linux:
- changed-files:
- any-glob-to-any-file:
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ config.status*
error.log
grass.pc
autom4te.cache/
macos/cache/*

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

This file was deleted.

Loading