From ae18fe05b7954cf6c7cc9bc2c33c624d000694a0 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 7 Apr 2025 01:28:52 +0200 Subject: [PATCH] Renamed the App and AppOptions in the executable target as Doxy and DoxyOptions respectively. --- App/Sources/{App.swift => Doxy.swift} | 0 App/Sources/Options/{AppOptions.swift => DoxyOptions.swift} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename App/Sources/{App.swift => Doxy.swift} (100%) rename App/Sources/Options/{AppOptions.swift => DoxyOptions.swift} (100%) diff --git a/App/Sources/App.swift b/App/Sources/Doxy.swift similarity index 100% rename from App/Sources/App.swift rename to App/Sources/Doxy.swift diff --git a/App/Sources/Options/AppOptions.swift b/App/Sources/Options/DoxyOptions.swift similarity index 100% rename from App/Sources/Options/AppOptions.swift rename to App/Sources/Options/DoxyOptions.swift