Skip to content

Commit 51b09c1

Browse files
authored
Merge pull request #346 from bharat/fix-build
Fix broken build.
2 parents 67f0c3d + 378b525 commit 51b09c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Loop/Extensions/NSBundle.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ extension Bundle {
2222
return String(format: NSLocalizedString("%1$@ v%2$@", comment: "The format string for the app name and version number. (1: bundle name)(2: bundle version)"), bundleDisplayName, shortVersionString)
2323
}
2424

25+
private var mainAppBundleIdentifier: String? {
26+
return object(forInfoDictionaryKey: "MainAppBundleIdentifier") as? String
27+
}
28+
2529
var appGroupSuiteName: String {
2630
return object(forInfoDictionaryKey: "AppGroupIdentifier") as! String
2731
}

0 commit comments

Comments
 (0)