https://github.com/bitcoin-core/apple-sdk-tools
Maintainer Wanted: python tools for extracting Apple xcode/sdk files
https://github.com/bitcoin-core/apple-sdk-tools
Last synced: 10 months ago
JSON representation
Maintainer Wanted: python tools for extracting Apple xcode/sdk files
- Host: GitHub
- URL: https://github.com/bitcoin-core/apple-sdk-tools
- Owner: bitcoin-core
- License: mit
- Created: 2020-05-13T23:35:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T12:19:32.000Z (over 4 years ago)
- Last Synced: 2025-04-10T23:36:53.998Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 27
- Watchers: 6
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/NiklasRosenstein/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.