[AltServer] Turns AltServer into menu bar app

This commit is contained in:
Riley Testut
2019-07-01 15:19:22 -07:00
parent 60ba067982
commit b795b6a0aa
12 changed files with 327 additions and 675 deletions

View File

@@ -277,7 +277,7 @@ private extension ConnectionManager
print("Processed app data!")
guard ALTDeviceManager.shared.connectedDevices.contains(where: { $0.identifier == request.udid }) else { throw ALTServerError(.deviceNotFound) }
guard ALTDeviceManager.shared.availableDevices.contains(where: { $0.identifier == request.udid }) else { throw ALTServerError(.deviceNotFound) }
print("Writing app data...")