VpnManager.swift 317 B

1234567891011
  1. extension String {
  2. // MARK: - Static
  3. // static var appGroup: String = {
  4. // guard let bundleAppGroup = Bundle.main.infoDictionary?["appGroup"] as? String else {
  5. // fatalError("The application must contain appGroup in Info.plist file")
  6. // }
  7. // return bundleAppGroup
  8. // }()
  9. }