OS X: Fix macdeployqt not to embed symlinks when ran multiple times
authorJocelyn Turcotte <jturcotte@woboq.com>
Fri, 22 Jan 2016 17:03:18 +0000 (18:03 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Fri, 22 Jan 2016 17:04:46 +0000 (18:04 +0100)
commit509224308075eedd2b988d52af92f85e32d3cb54
tree68d8eaf0571daec69cc7145898b7c36c71f74a06
parent110f3710bef03cc442530c86814e1151e720c777
OS X: Fix macdeployqt not to embed symlinks when ran multiple times

ln has a special syntax to create the symlink inside the last path if it's
a directory (or a symlink to a directory).

Also pass --strict to codesign --verify to catch this kind of error.
admin/osx/macdeployqt.py
admin/osx/sign_app.sh