diff --git a/AltStore/LaunchViewController.swift b/AltStore/LaunchViewController.swift index 1dab2c20..78667f74 100644 --- a/AltStore/LaunchViewController.swift +++ b/AltStore/LaunchViewController.swift @@ -31,6 +31,7 @@ public struct AnisetteManager { static var defaultURL: String { guard let url = Bundle.main.object(forInfoDictionaryKey: "ALTAnisetteURL") as? String else { assertionFailure("Info.plist has invalid `ALTAnisetteURL`") + abort() } return url }