Skip to content

v3.0.0

Compare
Choose a tag to compare
@way-to-code way-to-code released this 23 Sep 15:23
· 18 commits to master since this release

Support for Xcode 15

This release resolves warnings introduced by Xcode 15.

In general the code still can be build by Xcode 14, but to avoid compatibility issues, the major version is increased to 3.0.0

Support for XCFramework

XCFramework can now be created from Xcode project file. For this purpose a new scheme Git-XCFramework has been added to the project. The resulting .xcframework file can be accessed inside XCFramework/build directory (it is also available inside Xcode project file structure).

You may also download xcframework file attached to this release as zip archive.