aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* mac-libs.rb: codesign the app + minor fixesNadia Holmquist Pedersen2021-04-27
|
* Strip Mac librariesNadia Holmquist Pedersen2021-04-25
|
* More 10.14 fixes also make the version check in cmakelists actually workNadia Holmquist Pedersen2021-04-25
|
* Rewrite mac-libs.sh, should work on 10.14 now finallyNadia Holmquist Pedersen2021-04-25
|
* farkNadia Holmquist Pedersen2021-04-24
|
* mac-libs.sh: support macportsNadia Holmquist Pedersen2021-04-24
|
* Use -a when copying the bundle in the DMG so symlinks are preservedNadia Holmquist Pedersen2021-04-23
|
* Use UDBZ format for DMGs to make them smallerNadia Holmquist Pedersen2021-04-23
|
* Fix various issues in mac-libs.shNadia Holmquist Pedersen2021-04-23
| | | | | | * pre-11.0 sed doesn't seem to understand \t so use a literal tab * don't fail if we run the script on a package with libs already bundled * delete header files in the bundled frameworks to save space
* Make Mac builds a lot smaller by avoiding macdeployqtNadia Holmquist Pedersen2021-04-23
|
* Improve macOS bundling (#1067)Nadia Holmquist Pedersen2021-04-21
* Improve macOS bundling * Bundle libs for macOS CI * Add MACOS_BUILD_DMG CMake option and make the CI upload the DMG so we don't lose executable permissions. * Manually copy plugins if macdeployqt doesn't * Ad-hoc codesign the app