Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-051.0.5HEAD1.0.5masterSCG82
2022-12-05Merge pull request #80 from Lord-Kamina/masterSCG82
Fix missing quotes in one otool call.
2022-12-05Fix missing quotes in one otool call.Gregorio Litenstein
Apparently this one was missed in #53
2022-01-28Update version to 1.0.41.0.4SCG82
2022-01-28Merge pull request #76 from amesgen/consider-reexported-dylibsSCG82
Also consider reexported dylibs
2022-01-28Merge pull request #75 from amesgen/mention-code-signing-in-readmeSCG82
Mention ad-hoc code signing in README
2022-01-27Mention ad-hoc code signing in READMEamesgen
2022-01-27Also consider reexported dylibsamesgen
2021-12-20Merge pull request #74 from SCG82/master1.0.3SCG82
Add option to disable ad-hoc codesigning
2021-12-20Add option to disable ad-hoc codesigningSCG82
2021-12-05Merge pull request #73 from ryandesign/patch-1SCG82
Update name of macOS in main.cpp
2021-12-05Update name of macOS in main.cppRyan Schmidt
2021-11-30Merge pull request #71 from Kreeblah/master1.0.2SCG82
Fix binary signatures, as valid signatures are required on ARM Macs
2021-11-13Fix signatures, as valid signatures are required on ARM MacsKreeblah
2021-11-12Merge pull request #72 from SCG82/fix-rpath-search-logicSCG82
Fix rpath search logic
2021-11-11Fix rpath search logicSCG82
2021-11-08Merge pull request #69 from SCG82/remove-exit-on-fixrpathsonfile-failauriamg
Remove 'exit(1)' on fixRpathsOnFile error
2021-11-07Remove 'exit(1)' on fixRpathsOnFile errorSCG82
2021-10-17Merge pull request #67 from gagarine/patch-1SCG82
2021-10-17instruction to install with package managersSimon Perdrisat
2021-08-04Merge pull request #66 from ryandesign/patch-1auriamg
Allow PREFIX to be set as env var
2021-08-03Allow PREFIX to be set as env varRyan Schmidt
2021-08-03Merge pull request #65 from ryandesign/patch-1auriamg
Allow user to set CXXFLAGS without losing -std
2021-08-01Allow user to set CXXFLAGS without losing -stdRyan Schmidt
Allow the user to set the CXXFLAGS environment variable (for example to specify different optimization flags) while not losing flags necessary to build (-std=c++11).
2021-08-01Merge pull request #64 from ryandesign/patch-1auriamg
Use LDFLAGS when linking
2021-07-31Use LDFLAGS when linkingRyan Schmidt
Use LDFLAGS when linking. The Makefile doesn't set any but the user might.
2021-04-23Set version to 1.0.01.0.0SCG82
2021-03-19Merge pull request #61 from SCG82/fix-for-loopSCG82
Revert to traditional for loop in collectSubDependencies
2021-03-19Revert to traditional for loop in collectSubDependenciesSCG82
2021-03-19Merge pull request #60 from SCG82/resolve_loader_pathauriamg
Resolve @loader_path dependencies. Refine recursive search algorithm.
2021-03-18Resolve @loader_path dependencies. Refine recursive search algorithm.SCG82
2021-03-17Merge pull request #58 from SCG82/cpp11auriamg
Update project to C++11 compilation
2021-03-16Update project to C++11 compilationSCG82
2021-03-08Merge pull request #55 from SCG82/fix-big-surauriamg
Ignore system libraries (fix for macOS 11)
2020-10-08Ignore system libraries (fix for macOS 11)SCG82
2020-05-06Merge pull request #53 from dpage/masterauriamg
Quote paths where needed.
2020-05-05Quote paths where needed.Dave Page
2020-04-25Merge pull request #52 from dpage/patch-1auriamg
Fix some typos in the README.
2020-04-24Fix some typos in the README.Dave Page
2020-01-17Merge pull request #50 from SCG82/otool_lauriamg
Use otool -l to collect dylib dependencies instead of otool -L
2020-01-17Merge pull request #51 from SCG82/change-nameauriamg
create changeInstallName function
2020-01-14create changeInstallName functionSCG82
2020-01-11use otool -l instead of otool -L to collect dynamic library dependenciesSCG82
2020-01-03Merge pull request #48 from SCG82/fix-map-mistakeauriamg
Fix mistake in mapping path of dependent file
2020-01-02Fix mistake in mapping path of dependent fileSCG82
2019-12-24Merge pull request #46 from SCG82/map-dependenciesauriamg
Map dependencies by file
2019-12-24Merge pull request #45 from SCG82/handle-loader-pathauriamg
Handle @loader_path
2019-12-23Map dependencies by fileSCG82
Runs 400% faster (when tested in an app bundle with ~80 dependencies)
2019-12-23Handle @loader_pathSCG82
2019-12-22Merge pull request #43 from SCG82/SCG82-patch-1auriamg
Add search path arg to README and Help