majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.76k stars 487 forks source link

2.0 iOS build #136

Open Al4ise opened 1 year ago

Al4ise commented 1 year ago

Description

I haven’t really looked into this yet but is building for iOS possible after the code refactor in 2.0?

majd commented 1 year ago

Building the tool for iOS is possible after the Go refactor in version 2.0. The issue is that the library used for interacting with the Keychain (99designs/keyring) is currently throwing errors when building ipatool for iOS. Fixing this is on my TODO list. I'll keep this issue open to track progress.

Ender890 commented 7 months ago

Ah, thank you.