labatrockwell / openTSPS

TSPS is a cross platform Toolkit for Sensing People in Spaces. It performs openCV operations on live video (Kinect, web camera, etc) and sends it to clients as JSON (via WebSockets), OSC, TUIO, or TCP.
http://www.openTSPS.com
194 stars 51 forks source link

OSX release size too large #101

Open armadillu opened 6 years ago

armadillu commented 6 years ago

it seems like during your release process you convert symlinks to actual folders. For example, if you check inside the TSPS/TSPS.app/Contents/Frameworks/OpenCL.framework folder, you will see there's a Versions folder that contains the same actual files instead of being symlinks. This makes the release package filesize much bigger than it needs to be.