aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* mac-libs.rb: Make fallback rpaths less stupid, also shut up codeNadia Holmquist Pedersen2022-08-31
| | | | signature warnings
* Fix imports in mac-universal.py againRayyan Ansari2022-08-31
|
* Make nested directories in mac-universal.pyRayyan Ansari2022-08-31
|
* Fix imports in mac-universal.pyRayyan Ansari2022-08-31
|
* Add self-hosted macOS ARM64 Universal Binary runnerRayyan Ansari2022-08-31
| | | | | Adds a workflow file for building a universal binary with a self hosted runner. Also adds a Python script to assist with creating the universal binary
* macOS: fix bundling on MontereyNadia Holmquist Pedersen2022-05-16
| | | | | The behavior of flags for strip changed exactly like the man page warned it would. Oops.
* Redesign the Input dialog (#1226)Rayyan Ansari2021-09-30
|
* Allow for using LLVM from Homebrew and include its libc++Nadia Holmquist Pedersen2021-09-15
|
* make extra extra extra EXTRA sure the goddamn libraries are writableNadia Holmquist Pedersen2021-09-01
|
* 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