Releases: igor-makarov/XCFrameworkConverter
Releases · igor-makarov/XCFrameworkConverter
Support different simulator platforms (iOS, tvOS, watchOS)
What's Changed
- Support multiple platforms (iOS, tvOS, watchOS) by @igor-makarov & @alexzchut in #8
Full Changelog: 0.6.0...0.7.0
Fix `GoogleMaps` SDK
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
[HACK] Zero-fill Patch
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
- Add the underlying patcher tool (arm64-to-sim) as a git submodule. This makes updates more straightforward. (PR #4)
Binary fix
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
0.3.2
Add `xcfpatch` CLI
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)
- 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
- Fix patching
.xcconfig
files when all the binary patching has already occurred before.