Skip to content

Commit

Permalink
Merge pull request #15 from doronz88/bugfix/dyld_split_error
Browse files Browse the repository at this point in the history
build_identity: Add `-o` to 'dyld split' in `extract`
  • Loading branch information
doronz88 authored Feb 29, 2024
2 parents e797430 + fe19e9b commit 1f9e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipsw_parser/build_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ def extract(self, output: Path) -> None:
continue

logger.info(f'splitting DSC: {dsc}')
ipsw('dyld', 'split', dsc, output)
ipsw('dyld', 'split', dsc, '-o', output)

0 comments on commit 1f9e70d

Please sign in to comment.