diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-05-13 16:16:50 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-05-13 16:18:13 +0200 |
| commit | 773467dee4e79e0dfd97c5ee98fc253dead3302c (patch) | |
| tree | 9ac93d67a1ed19257de461aa0089b4b521ed7c69 /test/.gitignore | |
| parent | 64296707d9e9b38dd9addf655f9b0943a4c54a54 (diff) | |
Refactor macOS bundle generation to avoid "quarantine"
macOS Big Sur 11.3 introduced a new "security feature" such that
app bundles created from existing bundle templates in downloaded
files (tar distibutions, expanded) could no longer be executed
without unsetting the "quarantine" attribute. This commit fixes
this by creating all bundles from scratch.
Known *workaround* for older tarballs and snapshots:
$ xattr -d -r com.apple.quarantine xxx.app
Diffstat (limited to 'test/.gitignore')
| -rw-r--r-- | test/.gitignore | 84 |
1 files changed, 1 insertions, 83 deletions
diff --git a/test/.gitignore b/test/.gitignore index cb9e85b0d..e11a9a2ca 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -132,86 +132,4 @@ windowfocus # macOS binary files -# (a) bundles *partially* in Git: ignore executables only - -blocks.app/Contents/MacOS/blocks -checkers.app/Contents/MacOS/checkers -sudoku.app/Contents/MacOS/sudoku - -# (b) other bundles created by in-source builds - -adjuster.app -animated.app -arc.app -ask.app -bitmap.app -boxtype.app -browser.app -button.app -buttons.app -cairo_test.app -clock.app -colbrowser.app -color_chooser.app -cube.app -CubeView.app -cursor.app -curve.app -demo.app -device.app -doublebuffer.app -editor.app -fast_slow.app -file_chooser.app -fonts.app -forms.app -fractals.app -fullscreen.app -gl_overlay.app -glpuzzle.app -hello.app -help_dialog.app -icon.app -iconize.app -image.app -inactive.app -input.app -input_choice.app -keyboard.app -label.app -line_style.app -list_visuals.app -mandelbrot.app -menubar.app -message.app -minimum.app -native-filechooser.app -navigation.app -offscreen.app -output.app -overlay.app -pack.app -pixmap.app -pixmap_browser.app -preferences.app -radio.app -resize.app -resize-example*.app -resizebox.app -rotated_text.app -scroll.app -shape.app -subwindow.app -symbols.app -table.app -tabs.app -tabs.app/Contents -threads.app -tile.app -tiled_image.app -tree.app -twowin.app -unittests.app -utf8.app -valuators.app -windowfocus.app +*.app |
