Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mac-libs.rb: Make fallback rpaths less stupid, also shut up code | Nadia Holmquist Pedersen | 2022-08-31 |
| | | | | signature warnings | ||
* | Fix imports in mac-universal.py again | Rayyan Ansari | 2022-08-31 |
| | |||
* | Make nested directories in mac-universal.py | Rayyan Ansari | 2022-08-31 |
| | |||
* | Fix imports in mac-universal.py | Rayyan Ansari | 2022-08-31 |
| | |||
* | Add self-hosted macOS ARM64 Universal Binary runner | Rayyan Ansari | 2022-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 Monterey | Nadia Holmquist Pedersen | 2022-05-16 |
| | | | | | The behavior of flags for strip changed exactly like the man page warned it would. Oops. | ||
* | Redesign the Input dialog (#1226) | Rayyan Ansari | 2021-09-30 |
| | |||
* | Allow for using LLVM from Homebrew and include its libc++ | Nadia Holmquist Pedersen | 2021-09-15 |
| | |||
* | make extra extra extra EXTRA sure the goddamn libraries are writable | Nadia Holmquist Pedersen | 2021-09-01 |
| | |||
* | mac-libs.rb: codesign the app + minor fixes | Nadia Holmquist Pedersen | 2021-04-27 |
| | |||
* | Strip Mac libraries | Nadia Holmquist Pedersen | 2021-04-25 |
| | |||
* | More 10.14 fixes also make the version check in cmakelists actually work | Nadia Holmquist Pedersen | 2021-04-25 |
| | |||
* | Rewrite mac-libs.sh, should work on 10.14 now finally | Nadia Holmquist Pedersen | 2021-04-25 |
| | |||
* | fark | Nadia Holmquist Pedersen | 2021-04-24 |
| | |||
* | mac-libs.sh: support macports | Nadia Holmquist Pedersen | 2021-04-24 |
| | |||
* | Use -a when copying the bundle in the DMG so symlinks are preserved | Nadia Holmquist Pedersen | 2021-04-23 |
| | |||
* | Use UDBZ format for DMGs to make them smaller | Nadia Holmquist Pedersen | 2021-04-23 |
| | |||
* | Fix various issues in mac-libs.sh | Nadia Holmquist Pedersen | 2021-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 macdeployqt | Nadia Holmquist Pedersen | 2021-04-23 |
| | |||
* | Improve macOS bundling (#1067) | Nadia Holmquist Pedersen | 2021-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 |