krz/hutch

an ios client for sourcehut

clone: git clone https://gitbay.org/krz/hutch.git

9834b780b24a1dd617fa761155712920159f3d8d

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-16T15:18:27Z

chore: move AccountSession.swift out of the stray nested Hutch/Hutch dir

It sat at Hutch/Hutch/App/AccountSession.swift, one level too deep. The
target is a PBXFileSystemSynchronizedRootGroup rooted at Hutch/, so the
file compiled by path with no pbxproj reference; moving it beside the
rest of App/ needs no project-file change. Also removed the emptied
Hutch/Hutch tree and the stray empty Hutch/HutchTests dir.
 Hutch/{Hutch => }/App/AccountSession.swift | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/Hutch/Hutch/App/AccountSession.swift b/Hutch/App/AccountSession.swift
similarity index 100%
rename from Hutch/Hutch/App/AccountSession.swift
rename to Hutch/App/AccountSession.swift