Releases: muzipiao/GMObjC
Releases · muzipiao/GMObjC
4.0.0
Version 4.0.0 has major changes and is incompatible with the API name of 3.x.x. Please pay attention to compilation errors if you need to upgrade.
-
Added support for macOS platform and designed API using AI;
-
Added support for reading certificates in formats such as CER and PKCS#12;
-
Refactored the document using VitePress https://muzipiao.github.io/gmdocs/.
版本 4.0.0 改动较大,与 3.x.x 的 API 名称不兼容,如需升级请留意编译错误。
-
新增支持 macOS 平台,并使用 AI 设计了 API;
-
新增支持 CER 和 PKCS#12 等格式证书读取;
-
使用 VitePress 重构了文档 https://muzipiao.github.io/gmdocs/zh/。
3.3.8
- Compile GMObjC.xcframework as a dynamic library, which solves the conflict problem of multiple versions of OpenSSL in the project;
- OpenSSL has been linked to the dynamic library, and GMObjC.xcframework can be used directly by putting it into the drag strip project.
- 编译 GMObjC.xcframework 为动态库,解决了项目中多版本 OpenSSL 冲突问题;
- OpenSSL 已 link 至动态库中,将 GMObjC.xcframework 拖入项目可直接使用。