gitextract_gdrwohl2/ ├── .gitignore ├── DefaultSubTypes.json ├── DynamicCowTS/ │ ├── Assets.xcassets/ │ │ ├── AccentColor.colorset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── DynamicCowTS-Bridging-Header.h │ ├── DynamicCowTSApp.swift │ ├── Exploit/ │ │ ├── TSUtil.h │ │ └── TSUtil.m │ ├── Extensions/ │ │ ├── Alert++.swift │ │ ├── DynamicKeys.swift │ │ └── MachineName.swift │ ├── Helpers/ │ │ └── DynamicBackup.swift │ ├── Model/ │ │ └── RedBarValues.swift │ ├── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── View/ │ │ ├── AppearanceCellView.swift │ │ ├── ContentView.swift │ │ └── SettingsView.swift │ └── bin/ │ └── killall ├── DynamicCowTS.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist ├── LICENSE ├── README.md ├── RedBarFixValues.json ├── entitlements.plist └── ipabuild.sh