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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AltServer/ALTDeviceManager+Installation.swift

+1-1
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)