Lightmann
Lightmann
No matter what the target version is set to in the makefile, Dragon seems to always build for 10.0+. ``` -miphoneos-version-min=10.0 -target arm64-apple-ios10.0 ``` Occurs with a standard Unix makefile...
What does this implement/fix? Explain your changes. --------------------------------------------------- - Adds a check for $1 before its use Does this close any currently open issues? ------------------------------------------ Should resolve #69 Any relevant...
First off, I want to thank you for this project and libimobiledevice in general. Time and time again I find myself using a library or tool from libimobiledevice and your...
**Describe the bug** If the queue view controller is not opened between queuing an initial package and subsequent packages, only the first package queued will be present in the view...
First off, thank you for this module! Though the README was sufficient for getting the module built, installed, and up and running, I noticed a handful of things that were...
Add blank SYSROOT check and use '__exists', '$(_THEOS_TRUE)', and '$(_THEOS_FALSE)' where applicable
What does this implement/fix? Explain your changes. --------------------------------------------------- - Adds a check for a blank sysroot (result of the sysroot wildcard check failing for both $THEOS/sdks and XCode's sdk dir)...
What does this implement/fix? Explain your changes. --------------------------------------------------- - Points clang to the toolchain's ld when the tc binaries have prefixes Does this close any currently open issues? ------------------------------------------ Appears...
What does this implement/fix? Explain your changes. --------------------------------------------------- - Reintroduces the arm64e ABI warning thought up by Kirb for those using clang v12+ and targeting iOS < 14 Does this...
What does this implement/fix? Explain your changes. --------------------------------------------------- - Cleans up the syntax in the shell scripts (never tested their functionality though, so unsure if that was working and still...
With low power mode enabled, the screen has to be tapped every ~~couple of minutes~~ 30s to reset the idle timer to prevent the device from sleeping. Though this is...