mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
BuildSettings: Make it work from extensions
This commit is contained in:
@@ -22,11 +22,11 @@ import Foundation
|
||||
final class BuildSettings: NSObject {
|
||||
|
||||
static var bundleDisplayName: String {
|
||||
InfoPlist.cfBundleName
|
||||
Bundle.app.object(forInfoDictionaryKey: "CFBundleDisplayName") as! String
|
||||
}
|
||||
|
||||
static var applicationGroupIdentifier: String {
|
||||
InfoPlist.applicationGroupIdentifier
|
||||
Bundle.app.object(forInfoDictionaryKey: "applicationGroupIdentifier") as! String
|
||||
}
|
||||
|
||||
static let aSampleTestToRemove = "This is a demo of how we will use this class. TODO: Remove it once we have some settings"
|
||||
|
||||
Reference in New Issue
Block a user