App is a tool that aids in development and quality assurance processes for iOS applications.
- Collecting, filtering and saving logs. Reads syslog from iOS devices.
- Enabling Developer Options. Mounts developer image of iOS.
- Making screenshots. Saves tiff file to working directory. Depends on developer image.
sudo apt-get install git openjdk-8-jdk openjfx -- for Linux
brew tap AdoptOpenJDK/openjdk and
brew install adoptopenjdk-openjdk8 -- for macOS
Visit this link to download Windows binaries of JDK8, don't forget to add it to PATH
-
git clonerepo -
./gradlew shadowJaron macOS/Linux terminal or.\gradlew shadowJaron Windows command prompt
Just double click on jar file or run it from command line java -jar voidtool.jar
- Be sure that binaries are in PATH or in same directory as *.jar file
- Run binary from command line to be sure that it's working properly
To be done
Default code style of IntelliJ IDEA for Kotlin projects
- JDK 8
- Compiled libimobiledevice binaries
- iOS Developer Images - can be found inside of Xcode.app
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport-- should be copied insidedev_imagedirectory alongside of jar file.
See LICENSE file