- extension String {
- // MARK: - Static
- // static var appGroup: String = {
- // guard let bundleAppGroup = Bundle.main.infoDictionary?["appGroup"] as? String else {
- // fatalError("The application must contain appGroup in Info.plist file")
- // }
- // return bundleAppGroup
- // }()
- }
|