This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Version 3.2.0
- [NEW] Added module definition
- [UPDATE] Added full support for
NSURLSession
- [UPDATE] Switched to use
@rpath
instead of@loader_path
(You might need to adjust yourLD_RUNPATH_SEARCH_PATHS
setting to include@executable_path/../Frameworks
!) - [UPDATE] Updated PLCrashReporter build
- [BUGFIX] Added missing public header files
- [BUGFIX] Doesn't install the C++ exception when running on 10.7.x
- [BUGFIX] Various other improvements and fixes