Skip to content

Maintainer Wanted: python tools for extracting Apple xcode/sdk files

License

Notifications You must be signed in to change notification settings

bitcoin-core/apple-sdk-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c5444c · Jun 19, 2020

History

6 Commits
Jun 19, 2020
May 13, 2020
Jun 18, 2020

Repository files navigation

Simple script(s) to extract from XCode .xip files.

These files are simple enough to extract in simple python without dragging in dependencies.

This is a working POC. The code is sloppy and there is very little error handling, but it works for all files tested.

It contains a very simple python port of pbzx, thank you to NiklasRosenstein and PHPdev32.

Usage:

./extract_xcode.py -f Xcode_*.xip | cpio -d -i

Maintainer Wanted

Please feel free to fork and rewrite it into a more generally useful tool.

About

Maintainer Wanted: python tools for extracting Apple xcode/sdk files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages