mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🛣️ Update path in headers script
This commit is contained in:
parent
752da94a74
commit
8e8ecc1ac2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ check_class_dump() {
|
|||
|
||||
extract_private_framework_headers() {
|
||||
local framework_name="$1"; shift
|
||||
local directory="App/PrivateHeaders/${framework_name}"
|
||||
local directory="PrivateFrameworks/${framework_name}"
|
||||
mkdir -p "$directory"
|
||||
class-dump -Ho "$directory" "/System/Library/PrivateFrameworks/${framework_name}.framework"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue