summaryrefslogtreecommitdiffstats
path: root/TOOLS/osxbundle.py
Commit message (Expand)AuthorAgeFilesLines
* osxbundle: use arg list instead of a string for signing subprocess callder richter2024-04-151-6/+3
* osxbundle: avoid running `codesign` with deprecated `--deep` argumentDavid Knaack2024-03-071-1/+7
* osxbundle: use dylib script directly instead of in a subprocessder richter2024-02-241-1/+2
* various: make mentions of macOS consistentder richter2024-02-211-1/+1
* osxbundle: add optional source path argumentder richter2024-02-201-9/+11
* osxbundle: remove old version retrieval fallbackder richter2024-02-201-4/+3
* osxbundle: sign bundle with ad-hoc pseudo identityder richter2023-11-151-0/+6
* osxbundle: remove mpv-bundle symlink to allow code signingDaniel Brookman2023-11-151-6/+0
* osxbundle: use python3Kiracus2021-07-171-2/+1
* *.py: cosmetic changesjnozsc2020-02-271-2/+2
* osxbundle: print the output of the dylib-unhell callder richter2019-07-211-2/+2
* osx: fix bundle on macOS High Sierra (10.13)Akemi2017-10-031-0/+6
* bundle: remove git sha from the Info.plist versionStefano Pigozzi2016-01-051-1/+10
* TOOLS: unbreak osxbundle.pyChrisK22015-07-211-1/+1
* osxbundle: don't use sed but pure pythonMihai Moldovan2014-12-131-1/+3
* osxbundle: split and optimize bundling scriptStefano Pigozzi2014-05-091-66/+1
* osxbundle: use mpv's version.sh instead of osxbundle'sChrisK22013-12-091-1/+1
* switch the build system to wafStefano Pigozzi2013-11-211-8/+12
* osxbundle: suggest some ways to correct missing dependenciesStefano Pigozzi2013-06-301-2/+11
* make: add osxbundle-skip-depsStefano Pigozzi2013-04-081-21/+50
* osxbundle: print meaningful error when a dylib is missingStefano Pigozzi2012-12-161-1/+7
* osxbundle: run install_name_tool -id only on direct dependenciesStefano Pigozzi2012-11-061-15/+14
* TOOLS: add script for osx bundle generationStefano Pigozzi2012-10-161-0/+89