From cef62262ed90ddadcc66decc309f4e6e1668b0bd Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Thu, 27 Feb 2025 23:45:21 +0100 Subject: [PATCH] Rearranged some types in both the library and executable targets. --- .../Internal/{ => Extensions}/LoggerLevel+Conformances.swift | 0 .../{Internal => Public/Extensions}/Environment+Properties.swift | 0 Library/Sources/Public/{ => Protocols}/AppArguments.swift | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Library/Sources/Internal/{ => Extensions}/LoggerLevel+Conformances.swift (100%) rename Library/Sources/{Internal => Public/Extensions}/Environment+Properties.swift (100%) rename Library/Sources/Public/{ => Protocols}/AppArguments.swift (100%) diff --git a/Library/Sources/Internal/LoggerLevel+Conformances.swift b/Library/Sources/Internal/Extensions/LoggerLevel+Conformances.swift similarity index 100% rename from Library/Sources/Internal/LoggerLevel+Conformances.swift rename to Library/Sources/Internal/Extensions/LoggerLevel+Conformances.swift diff --git a/Library/Sources/Internal/Environment+Properties.swift b/Library/Sources/Public/Extensions/Environment+Properties.swift similarity index 100% rename from Library/Sources/Internal/Environment+Properties.swift rename to Library/Sources/Public/Extensions/Environment+Properties.swift diff --git a/Library/Sources/Public/AppArguments.swift b/Library/Sources/Public/Protocols/AppArguments.swift similarity index 100% rename from Library/Sources/Public/AppArguments.swift rename to Library/Sources/Public/Protocols/AppArguments.swift