From e6864f39110189e893d5f0aac56ce1b001075d2d Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Wed, 21 Dec 2022 15:24:48 +0300 Subject: [PATCH] build: move TIFoundationUitls/DataStorage/* to TIFoundationUitls/DataStorage/Sources/ --- .../DataStorage/{ => Sources}/AppReinstallChecker.swift | 0 .../DataStorage/{ => Sources}/SingleValueStorage.swift | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename TIFoundationUtils/DataStorage/{ => Sources}/AppReinstallChecker.swift (100%) rename TIFoundationUtils/DataStorage/{ => Sources}/SingleValueStorage.swift (100%) diff --git a/TIFoundationUtils/DataStorage/AppReinstallChecker.swift b/TIFoundationUtils/DataStorage/Sources/AppReinstallChecker.swift similarity index 100% rename from TIFoundationUtils/DataStorage/AppReinstallChecker.swift rename to TIFoundationUtils/DataStorage/Sources/AppReinstallChecker.swift diff --git a/TIFoundationUtils/DataStorage/SingleValueStorage.swift b/TIFoundationUtils/DataStorage/Sources/SingleValueStorage.swift similarity index 100% rename from TIFoundationUtils/DataStorage/SingleValueStorage.swift rename to TIFoundationUtils/DataStorage/Sources/SingleValueStorage.swift