-
Spectacle is only 4MB. Just wondering the size difference? Thank you 🙇🏻♂️ |
Beta Was this translation helpful? Give feedback.
Answered by
rxhanson
May 11, 2021
Replies: 1 comment
-
This is primarily due to bundling a Swift runtime (I don't remember precisely what it was called) with the app. This is automatically done / mandatory if you support versions of macOS/OSX prior to 10.14. Maybe at some point it will make sense to separate out builds for older macs. Beyond that, there's a few things here or there that might cause a larger file size - more window actions means more images, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikeumus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is primarily due to bundling a Swift runtime (I don't remember precisely what it was called) with the app. This is automatically done / mandatory if you support versions of macOS/OSX prior to 10.14.
Maybe at some point it will make sense to separate out builds for older macs.
Beyond that, there's a few things here or there that might cause a larger file size - more window actions means more images, etc.