Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diederich/linkertester


https://github.com/diederich/linkertester

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

### Test app to fool around with the linker to hide dependencies

Setup consists of:

1) LinkerTester application

* appdelegate
* provides class B

2) libA

* provides class A
* uses class B from libB

3) libB

* provides class B (different class than in LinkerTester application)

LinkerTester links to libA. libA uses libB but doesn't wants its clients to know it.
So it manually hides all its symbols besides class A via manually exporting its symbols.