lnd-demo-app/wallet/Utils/Settings.swift

14 lines
279 B
Swift
Raw Normal View History

2023-06-08 06:36:06 +00:00
//
// Settings.swift
// wallet
//
// Created by Jason van den Berg on 2020/08/20.
// Copyright © 2020 Jason. All rights reserved.
//
import Foundation
class Settings {
static var isUnitTest = ProcessInfo.processInfo.environment["XCTestConfigurationFilePath"] != nil
}