|
|
|
@ -32,7 +32,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
|
|
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
|
|
|
|
|
// Just in case we are running automated tests we should process environment variables
|
|
|
|
|
// before we do anything else
|
|
|
|
|
DeveloperSettingsViewModel.processUnitTestEnvVaraiblesIfNeeded()
|
|
|
|
|
DeveloperSettingsViewModel.processUnitTestEnvVariablesIfNeeded()
|
|
|
|
|
|
|
|
|
|
Log.info("[AppDelegate] didFinishLaunchingWithOptions called.")
|
|
|
|
|
startTime = CACurrentMediaTime()
|
|
|
|
|