Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diederich/linkertester
https://github.com/diederich/linkertester
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diederich/linkertester
- Owner: diederich
- Created: 2013-05-30T11:56:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-30T11:56:46.000Z (over 11 years ago)
- Last Synced: 2023-03-11T19:22:21.020Z (over 1 year ago)
- Language: Objective-C
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 B2) libA
* provides class A
* uses class B from libB3) 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.