We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb02ab commit 82dc3daCopy full SHA for 82dc3da
Loop/Extensions/NSBundle.swift
@@ -32,7 +32,7 @@ extension Bundle {
32
33
var mainAppUrl: URL? {
34
if let mainAppBundleIdentifier = mainAppBundleIdentifier {
35
- return URL(string: mainAppBundleIdentifier + "://")
+ return URL(string: "\(mainAppBundleIdentifier)://")
36
} else {
37
return nil
38
}
0 commit comments