Majd Alfhaily
Majd Alfhaily
Could you try setting the country code in uppercase? `JP` in your example instead of `jp`.
> I now realised it might be related to the used MAC address.. UPDATE: Nope; doesn't with my real MAC address either. Can you double check that you provided the...
I'm working on adding official support for building ipatool on Linux. The only part that's left is finding an alternative to the macOS keychain.
> I was wondering whether there's any update on this or any way in which I could help? Apologies for the lack of updates. While I was porting the project...
I am considering having a required `--mac-address` parameter for the Linux version of the tool.
Small update: I've been working on Linux support over the weekend and encountered an issue in the `FoundationNetworking` framework with Swift 5.6.2 on Linux. It seems that the `URLSession` does...
I'd rather not introduce a new dependency. I'm planning to revise the output format in an upcoming major version so I'll park this feature request until then.
Can you please try the latest RC build and see if the issue is resolved? https://github.com/majd/ipatool/releases/tag/v2.0.0-rc.2 Note that you no longer need to provide the `--country` flag when search for,...
I am happy to finally announce that the new major version of `ipatool` is now available as a release candidate. It is rewritten using Go, which allowed me to add...
> @majd Can we get the mac address from the environment variable? @Shonke What would be the use case for that?