Files
simplex-chat/apps/ios/SimpleXChat/exported_symbols.txt
T
shandGitHub 577b30e72f nix: strip ios library (#6503)
* 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
2026-04-13 14:40:27 +01:00

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*