We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The extract.DMG method supports extracting the "exc" DMG, however the option is not supported in the CLI cmd:
if !utils.StrSliceHas([]string{"app", "sys", "fs"}, viper.GetString("extract.dmg")) { return fmt.Errorf("invalid DMG type '%s' (must be: app, sys or fs)", viper.GetString("extract.dmg")) }
Run "ipsw extract --dmg exc ", output will be:
⨯ invalid DMG type 'exc' (must be: app, sys or fs)
Version: 3.1.544, BuildCommit: bcbcb14f89eecd90ed9322b8c7b62773e04b2cbb
No response
The text was updated successfully, but these errors were encountered:
fix: ipsw extract --dmg is missing "exc" option #565
302e87e
thank you for letting me know!
Sorry, something went wrong.
pushed in latest release
blacktop
No branches or pull requests
What happened?
The extract.DMG method supports extracting the "exc" DMG, however the option is not supported in the CLI cmd:
How can we reproduce this?
Run "ipsw extract --dmg exc ", output will be:
ipsw version
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: