Sean Wilson
Sean Wilson
As it relies on the certificate being present in the META-INF directory. Also note that Android Studio will no longer insert the V1 signature when launching debug builds, so the...
iOS 15.2, SwiftyAlertView 2.2.1 Video: https://drive.google.com/file/d/1-Y_lpZSH39TXKmfMTzS9Lv5zh0tAsXCH/view?usp=sharing Sample code: ``` import SwiftUI import SwiftAlertView struct ContentView: View { var body: some View { Button { SwiftAlertView.show(title: "Title", message: "Message", buttonTitles: "Cancel",...
If another app forcibly claims the UsbInterface, deviceConnection.bulkTransfer will immediately return -1 causing the MidiInputDevice WaiterThread to spin forever at thread priority 8. This will eventually lock up and crash...