Skip to content

Releases: igor-makarov/XCFrameworkConverter

Support different simulator platforms (iOS, tvOS, watchOS)

24 May 13:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

Fix `GoogleMaps` SDK

23 May 11:18
Compare
Choose a tag to compare

What's Changed

  • Support case when the binary is a single object file by @igor-makarov (fixes GoogleMaps SDK) in #7

Full Changelog: 0.5.0...0.6.0

Fix various `ar` Unix horrors

09 May 10:49
Compare
Choose a tag to compare

What's Changed

  • Fix various ar unix horrors in #5

Full Changelog: 0.4.0...0.5.0

[HACK] Zero-fill Patch

09 May 06:59
Compare
Choose a tag to compare

Patch a framework with incorrect zero-fill sections to work on Xcode 13.3 and higher

The gem is attached in this release.

Update patcher PM

08 May 15:32
Compare
Choose a tag to compare
  • Add the underlying patcher tool (arm64-to-sim) as a git submodule. This makes updates more straightforward. (PR #4)

Binary fix

30 Jan 13:01
Compare
Choose a tag to compare

Features

  • Print dots to indicate progress when using slow arm2sim
  • Print which specs have patched XCFrameworks when running CocoaPods hook

Bugfixes

  • Fix S_ZEROFILL problem uncovered by Xcode 13.3 beta 1 (bogo/arm64-to-sim#8)
  • Fix typo from version 0.3.2 (sorry!)

[BAD RELEASE] - do not use

30 Jan 12:59
Compare
Choose a tag to compare
Pre-release
0.3.2

Add `xcfpatch` CLI

18 Jan 16:30
Compare
Choose a tag to compare

Features

  • Add xcfpatch CLI to patch an arbitrary XCFramework that is missing an arm64 simulator slice

Bugfixes

  • Revert change introduced in 0.3.0 that caused a performance regression when many local pods exist

[BAD RELEASE] (Add `xcfpatch` CLI)

18 Jan 16:29
Compare
Choose a tag to compare
Pre-release
  • Add xcfpatch CLI to patch an arbitrary XCFramework that is missing an arm64 simulator slice
  • Remove an optimization (added back in 0.3.1, sorry)

Bug fix

09 Jan 16:19
Compare
Choose a tag to compare
  • Fix patching .xcconfig files when all the binary patching has already occurred before.