diff --git a/README.md b/README.md index c238241..8a8ff4f 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,26 @@ -### instruments, AccessibilityInspector etc do not depend on xcode to work, used for remote app diagnosis. -#### Usage -- dmg -image +##### The purpose of this project: -- app remove quarantine - ``` - xattr -rd com.apple.quarantine /Applications/Instruments.app - xattr -rd com.apple.quarantine /Applications/Accessibility\ Inspector.app - ``` +- Utilize Xcode's analysis function to generate standalone applications that are independent of Xcode. These apps will enable remote problem diagnosis between users. + +- Apps + + - Instruments + + - Accessibility Inspector + -#### Build -- Project structure -image +##### Quick start +- Download **Instruments_14.3.1.dmg** (macOS 12+), double click the dmg, righ click **Instruments_14.3.1.pkg** + -- Generate standalone instruments app -``` -sh gen_standalone_instruments_13.4.1.sh -``` -- Generate standalone AccessibilityInspector app -``` -sh gen_standalone_AccessibilityInspector_13.4.1.sh -``` +- Application location: /Applications + +##### Build + +- Install **Packages** tool + +- open packages/Instruments_14.3.1/Instruments_14.3.1.pkgproj + +- **build**