fltk/fluid
Albrecht Schlosser 773467dee4 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
2021-05-13 16:18:13 +02:00
..
icons Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
pixmaps Fixed all Pixmaps to be '*const' (STR #3108). 2019-02-05 00:14:37 +01:00
about_panel.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
about_panel.fl Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
about_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
align_widget.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
alignment_panel.cxx Add Fl_Option::OPTION_SHOW_SCALING to fluid's "Global FLTK Settings". 2020-09-27 10:02:39 +02:00
alignment_panel.fl Fix whitespace and minor formatting issues 2020-11-17 16:11:03 +01:00
alignment_panel.h Add Fl_Option::OPTION_SHOW_SCALING to fluid's "Global FLTK Settings". 2020-09-27 10:02:39 +02:00
CMakeLists.txt Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
code.cxx Implement + deploy fl_strdup() 2020-08-01 14:19:40 -07:00
CodeEditor.cxx Handle single quotes 2020-11-01 12:16:23 -08:00
CodeEditor.h Mods for Albrecht's 09/19/20 code review 2020-11-01 12:16:23 -08:00
comments.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
ExternalCodeEditor_UNIX.cxx Implement + deploy fl_strdup() 2020-08-01 14:19:40 -07:00
ExternalCodeEditor_UNIX.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
ExternalCodeEditor_WIN32.cxx Remove unnecessary system includes from public headers 2021-03-21 00:42:28 +01:00
ExternalCodeEditor_WIN32.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
factory.cxx Fix whitespace and minor formatting issues 2020-11-17 16:11:03 +01:00
file.cxx Implement + deploy fl_strdup() 2020-08-01 14:19:40 -07:00
Fl_Function_Type.cxx Implement + deploy fl_strdup() 2020-08-01 14:19:40 -07:00
Fl_Group_Type.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Menu_Type.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Type.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Type.h Remove unnecessary system includes from public headers 2021-03-21 00:42:28 +01:00
Fl_Widget_Type.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Widget_Type.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Window_Type.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fluid_Image.cxx Remove unnecessary system includes from public headers 2021-03-21 00:42:28 +01:00
Fluid_Image.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fluid.cxx Fix fluid output for international languages 2020-09-16 12:15:54 +02:00
fluid.desktop [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
fluid.plist Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
fluid.xml [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
function_panel.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
function_panel.fl Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
function_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
makedepend Update dependencies 2020-11-21 13:20:26 +01:00
Makefile Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
print_panel.cxx Update dependencies + fluid/generated files 2020-08-03 13:03:14 +02:00
print_panel.fl Implement + deploy fl_strdup() 2020-08-01 14:19:40 -07:00
print_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Shortcut_Button.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
StyleParse.cxx Fix whitespace and minor formatting issues 2020-11-17 16:11:03 +01:00
StyleParse.h Handle single quotes 2020-11-01 12:16:23 -08:00
template_panel.cxx Commiting fluid generated template_panel.h as per issue #116 2020-08-02 10:56:40 -07:00
template_panel.fl Implement + deploy fl_strdup() 2020-08-01 14:19:40 -07:00
template_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
undo.cxx Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
undo.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
widget_panel.cxx Fix .clang-format and some whitespace errors 2020-08-22 13:35:42 +02:00
widget_panel.fl Fix .clang-format and some whitespace errors 2020-08-22 13:35:42 +02:00
widget_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00