gitextract_tqony21c/ ├── Frameworks/ │ ├── arm64/ │ │ └── libmagic.a │ ├── readme.md │ └── x86_64/ │ └── libmagic.a ├── LICENSE ├── Open Backup Extractor/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── Device.swift │ ├── DeviceCellView.swift │ ├── DeviceTableView.swift │ ├── Info.plist │ ├── SelectableTypesView.swift │ ├── ViewController.swift │ ├── magic.h │ ├── obe-Bridging-Header.h │ └── res/ │ └── magic.mgc ├── Open Backup Extractor.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── xcuserdata/ │ └── Ricky.xcuserdatad/ │ └── xcschemes/ │ ├── Open Backup Extractor.xcscheme │ └── xcschememanagement.plist └── README.md