mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-15 11:20:15 +00:00
* strip ios like in android * remove strip-unneeded in mac * strip only simplex-chat libs * flake.nix: strip only local symbols in MacOS library * flake.nix: make libs writable * flake.nix: better strip placement * reduce framework size by exporting only public API symbols
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
# Swift mangled symbols (Swift 5+ ABI stable prefix)
|
|
_$s*
|
|
|
|
# ObjC class/metaclass symbols (for NSObject subclasses)
|
|
_OBJC_CLASS_$_*
|
|
_OBJC_METACLASS_$_*
|
|
|
|
# C API (SimpleX.h bridging header)
|
|
_chat_*
|
|
_haskell_init*
|
|
_hs_init*
|