fltk/CMake
Albrecht Schlosser 15aff3718e 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-03 16:11:05 +02:00
..
cmake_uninstall.cmake.in Mostly rewritten CMake files by Michael Surette. They are more complete 2010-04-05 22:33:58 +00:00
export.cmake Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
fl_add_library.cmake Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
fl_create_example.cmake Refactor macOS bundle generation to avoid "quarantine" 2021-05-03 16:11:05 +02:00
fl_debug_var.cmake Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
FLTK-Functions.cmake Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
FLTKConfig.cmake.in CMake: Document FLTKConfig.cmake and set FLTK_INCLUDE_DIR 2021-04-26 15:01:05 +02:00
install-symlinks.cmake.in Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
install.cmake Fix CMake install procedure (#212) 2021-04-11 21:58:09 +02:00
macOS-bundle-wrapper.in Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
MacOSXBundleInfo.plist.in Mac OS + CMake: this file is used by CMake to build the Info.plist files of the application 2015-12-26 16:14:19 +00:00
options.cmake Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
posixScandir.cxx Minor CMake, docs, and test program updates 2020-09-19 19:47:18 +02:00
resources.cmake Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
setup.cmake Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
UseFLTK.cmake.in Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00
variables.cmake Backport CMake and related stuff from 1.4 (master) 2021-04-08 14:57:40 +02:00