Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fjh658/mac_dev_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fjh658 committed Jun 21, 2022
2 parents 0ebbcfc + c369f4c commit 048a971
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### instruments, AccessibilityInspector etc do not depend on xcode to work, used for remote app diagnosis.
#### Usage
- dmg
<img width="567" alt="image" src="https://user-images.githubusercontent.com/5550316/171799665-d4c5d67c-ee50-4d69-afda-a771ec2be5b4.png">

Expand All @@ -8,17 +9,17 @@
xattr -rd com.apple.quarantine /Applications/Accessibility\ Inspector.app
```

#### Build
- Project structure
<img width="451" alt="image" src="https://user-images.githubusercontent.com/5550316/171845810-95c32dc4-6a52-4568-9cd9-6ec2bdf07755.png">
<img width="465" alt="image" src="https://user-images.githubusercontent.com/5550316/174644651-2f891364-cad2-4aab-8f39-b384c61ecb59.png">


- Generate standalone instruments app
```
cd instruments_script
sh gen_standalone_instruments_13.4.1.sh
```

- Generate standalone AccessibilityInspector app
```
cd AccessibilityInspector_script
sh gen_standalone_AccessibilityInspector_13.4.1.sh
```

0 comments on commit 048a971

Please sign in to comment.