Skip to content

Commit 7dffbf0

Browse files
committed
chore: README
1 parent a86f196 commit 7dffbf0

File tree

1 file changed

+22
-26
lines changed

1 file changed

+22
-26
lines changed

README.md

+22-26
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
dyld_cache_extract
22
==================
33

4-
[![Build Status](https://img.shields.io/travis/macmade/dyld_cache_extract.svg?branch=master&style=flat)](https://travis-ci.org/macmade/dyld_cache_extract)
5-
[![Issues](http://img.shields.io/github/issues/macmade/dyld_cache_extract.svg?style=flat)](https://github.com/macmade/dyld_cache_extract/issues)
6-
![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)
7-
![License](https://img.shields.io/badge/license-mit-brightgreen.svg?style=flat)
8-
[![Contact](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/macmade)
9-
[![Donate-Patreon](https://img.shields.io/badge/donate-patreon-yellow.svg?style=flat)](https://patreon.com/macmade)
10-
[![Donate-Gratipay](https://img.shields.io/badge/donate-gratipay-yellow.svg?style=flat)](https://www.gratipay.com/macmade)
11-
[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](https://paypal.me/xslabs)
12-
13-
About
14-
-----
4+
[![Build Status](https://img.shields.io/github/actions/workflow/status/macmade/dyld_cache_extract/ci-mac.yaml?label=macOS&logo=apple)](https://github.com/macmade/dyld_cache_extract/actions/workflows/ci-mac.yaml)
5+
[![Issues](http://img.shields.io/github/issues/macmade/dyld_cache_extract.svg?logo=github)](https://github.com/macmade/dyld_cache_extract/issues)
6+
![Status](https://img.shields.io/badge/status-obsolete-red.svg?logo=git)
7+
![License](https://img.shields.io/badge/license-mit-brightgreen.svg?logo=open-source-initiative)
8+
[![Contact](https://img.shields.io/badge/[email protected]?logo=twitter&style=social)](https://twitter.com/macmade)
9+
[![Sponsor](https://img.shields.io/badge/sponsor-macmade-pink.svg?logo=github-sponsors&style=social)](https://github.com/sponsors/macmade)
10+
11+
### Notice
12+
13+
This project is now obsolete.
14+
Please take a look at the [dyld-cache-dump](https://github.com/macmade/dyld-cache-dump) peoject.
15+
16+
### About
1517

1618
A macOS utility to extract dynamic libraries from the `dyld_shared_cache` of macOS and iOS.
1719

@@ -20,8 +22,7 @@ The project is available as a **macOS application (with GUI)** and as a **comman
2022
![Main Window](Resources/MainWindow.png "Main Window")
2123
![File Window](Resources/FileWindow.png "File Window")
2224

23-
Command line usage
24-
------------------
25+
### Command line usage
2526

2627
dyld_cache_extract - Extractor utility for DYLD shared cache
2728

@@ -32,23 +33,18 @@ Command line usage
3233
--extract-all [PATH] [OUT_DIR] Extracts all libraries from a dyld_shared_cache file.
3334
--extract [LIB] [PATH] [OUT_DIR] Extracts a specific library from a dyld_shared_cache file.
3435

35-
DYLD Cache Format
36-
-----------------
37-
38-
...
39-
4036
License
4137
-------
4238

43-
`dyld_cache_extract` is released under the terms of the MIT License.
39+
Project is released under the terms of the MIT License.
4440

4541
Repository Infos
4642
----------------
4743

48-
Owner: Jean-David Gadina - XS-Labs
49-
Web: www.xs-labs.com
50-
Blog: www.noxeos.com
51-
Twitter: @macmade
52-
GitHub: github.com/macmade
53-
LinkedIn: ch.linkedin.com/in/macmade/
54-
StackOverflow: stackoverflow.com/users/182676/macmade
44+
Owner: Jean-David Gadina - XS-Labs
45+
Web: www.xs-labs.com
46+
Blog: www.noxeos.com
47+
Twitter: @macmade
48+
GitHub: github.com/macmade
49+
LinkedIn: ch.linkedin.com/in/macmade/
50+
StackOverflow: stackoverflow.com/users/182676/macmade

0 commit comments

Comments
 (0)