Skip to content

Commit 8bbaeb7

Browse files
author
Juhani Krekelä
committed
README: Update information about architecture support
The arm64 code is used in production, so call it out explicitly. The code also includes at least partial support for arm, arm64_32, m68k, and m88k. They aren't tested, and I'm not aware of production use of these platforms with ruby-macho, so don't mention them by name as working. Closes: #971
1 parent 53f3124 commit 8bbaeb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ puts lc_vers.version_string # => "10.10.0"
4747

4848
### What works?
4949

50-
* Reading data from x86/x86_64/PPC Mach-O files
50+
* Reading data from x86/x86_64/arm64/PPC Mach-O files (other architectures may work too, but are untested)
5151
* Changing the IDs of Mach-O and Fat dylibs
5252
* Changing install names in Mach-O and Fat files
5353
* Adding, deleting, and modifying rpaths.

0 commit comments

Comments
 (0)