Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit 86edb25

Browse files
committed
Removed extra space from name
1 parent 09f5c7b commit 86edb25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AltServer/ALTDeviceManager+Installation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extension ALTDeviceManager
107107
progress.completedUnitCount += 1
108108
progress.localizedDescription = "Registering the App ID...";
109109

110-
self.registerAppID(name: "ALT- \(application.name)", identifier: application.bundleIdentifier, team: team, session: session) { (result) in
110+
self.registerAppID(name: "ALT-\(application.name)", identifier: application.bundleIdentifier, team: team, session: session) { (result) in
111111
do
112112
{
113113
let appID = try result.get()

0 commit comments

Comments
 (0)