FLTK logo

Re: [fltk.coredev] Re: FLTK 1.3.6 Release Candidate 1 is now available for download and testing

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Re: FLTK 1.3.6 Release Candidate 1 is now available for download and testing Albrecht Schlosser May 03, 2021  
 
On 5/3/21 8:03 AM Manolo wrote:


On Sunday, May 2, 2021 at 1:36:21 PM UTC+2 Albrecht Schlosser wrote:

    If you can get it working, can you please post a patch here before you
    commit it so I can test and we can decide this shortly?


Here's the patch :

Thanks for the patch, I tried it and it worked for me.

However, meanwhile I refactored macOS bundle generation completely (removed all *.app dir's) and dropped the PkgInfo files as discussed.

fluid has its own storage concept, all other demos in test/ have their resources stored in folder 'test/mac-resources', including test/editor.plist.

Please test this commit on your local macOS system and report if there's anything not working. I tested thoroughly all app generation and 'make clean', 'make distclean' etc.

The next step - after hopefully positive feedback - would be to upload this as 1.3.6rc2 which can be tested after download to see if there are no other issues.

Thanks to all who tested and those who will test this commit too.


$ git shortlog release-1.3.6rc1..
Albrecht Schlosser (6):
      Rename file 'VERSION' to 'fltk_version.dat' (#191)
      Fix version number in doxygen docs
      Fix build with Cairo for CMake < 3.13
      CMake: fix old (pre 3.13) link_directories() usage
      Enhance CMake build configuration summary
      Refactor macOS bundle generation to avoid "quarantine"


commit 15aff3718e7102371cf1b301a03d65cef73c941e
Author: Albrecht Schlosser <...>
Date:   Mon May 3 14:19:50 2021 +0200

    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

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/965d31bd-20f8-04fc-64de-c070a119a85a%40online.de.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.