Skip to content

Releases: muzipiao/GMObjC

4.0.0

19 Nov 11:02
Compare
Choose a tag to compare

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.

  1. Added support for macOS platform and designed API using AI;

  2. Added support for reading certificates in formats such as CER and PKCS#12;

  3. Refactored the document using VitePress https://muzipiao.github.io/gmdocs/.


版本 4.0.0 改动较大,与 3.x.x 的 API 名称不兼容,如需升级请留意编译错误。

  1. 新增支持 macOS 平台,并使用 AI 设计了 API;

  2. 新增支持 CER 和 PKCS#12 等格式证书读取;

  3. 使用 VitePress 重构了文档 https://muzipiao.github.io/gmdocs/zh/

3.3.8

08 Nov 05:57
Compare
Choose a tag to compare
  1. Compile GMObjC.xcframework as a dynamic library, which solves the conflict problem of multiple versions of OpenSSL in the project;
  2. OpenSSL has been linked to the dynamic library, and GMObjC.xcframework can be used directly by putting it into the drag strip project.

  1. 编译 GMObjC.xcframework 为动态库,解决了项目中多版本 OpenSSL 冲突问题;
  2. OpenSSL 已 link 至动态库中,将 GMObjC.xcframework 拖入项目可直接使用。