Skip to content

bbirec/dylibbundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

dylibbundler

A Go port of macdylibbundler.

Usage

dylibbundler [executable path] [destination directory] [install path]

Sample

Add a build phase with following shell script in XCode. It copies all of dylibs to libs directory and fixes all of its install names.

mkdir -p $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/libs/
dylibbundler $BUILT_PRODUCTS_DIR/$EXECUTABLE_PATH $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/libs/ @executable_path/../libs/

About

Bundle dylibs into app folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages