Skip to content

Instantly share code, notes, and snippets.

View albert0m's full-sized avatar
🎯
Focusing

alberto albert0m

🎯
Focusing
View GitHub Profile
@albert0m
albert0m / ti.dynamiclib.js
Last active February 27, 2017 10:54
updated ti.dynamiclib.js
/**
* Ti.DynamicLib
* @abstract Support embedded binaries (aka dynamic libraries) in Titanium modules and Hyperloop.
* @version 1.1.0
*
* Install:
* 1) Search and replace '../../src/<YourFramework>.framework' with your framework location.
The path is relative to the `build/iphone` directory.
* 2a) For classic modules:
* - Add 'LD_RUNPATH_SEARCH_PATHS=$(inherited) "@executable_path/Frameworks" $(FRAMEWORK_SEARCH_PATHS)'