You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ a cli tool to patch IPAs and their plugins, fixing problems with the share sheet
3
3
4
4
it uses [zxPluginsInject](https://github.com/asdfzxcvbn/zxPluginsInject) by default, which is a rewrite of choco's original patch.
5
5
6
-
due to being written in go and having **native load command injection**, it's fully cross-compatible with macOS, linux, and iOS! (windows untested, but it should work)
6
+
due to being written in go and having **native load command injection**, it's fully cross-compatible with macOS, linux, and iOS! (windows untested, but it should work correctly from v2.1.0)
7
7
8
8
you can find the latest binaries on the [release page](https://github.com/asdfzxcvbn/ipapatch/releases/latest).
9
9
@@ -12,10 +12,12 @@ you can find the latest binaries on the [release page](https://github.com/asdfzx
12
12
13
13
v2.0.0 has removed the dependency on `zip`! i figured it would be nice to just test whether or not this will REALLY noticably break things. for now, ipapatch is a fully portable, native binary!
14
14
15
+
v2.1.0 fixed an issue where the output ipa wasnt able to be extracted by some signing apps and other tools. you can also pass `--zip` to use the `zip` command, although this isn't really required anymore
0 commit comments