From 3bd5e9521b84621fc5a27f48630213c0a64dde16 Mon Sep 17 00:00:00 2001 From: John Burwell Date: Fri, 29 May 2026 11:44:19 -0500 Subject: [PATCH] Organize app support services into folders --- .../Services/{ => AppSupport/Cache}/ImageCacheStore.swift | 0 .../Services/{ => AppSupport/Export}/ContentPackageExporter.swift | 0 .../{ => AppSupport/Notifications}/ScanNotificationService.swift | 0 .../Services/{ => AppSupport/Scanning}/WorldScanner.swift | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename World Manager for Minecraft/Services/{ => AppSupport/Cache}/ImageCacheStore.swift (100%) rename World Manager for Minecraft/Services/{ => AppSupport/Export}/ContentPackageExporter.swift (100%) rename World Manager for Minecraft/Services/{ => AppSupport/Notifications}/ScanNotificationService.swift (100%) rename World Manager for Minecraft/Services/{ => AppSupport/Scanning}/WorldScanner.swift (100%) diff --git a/World Manager for Minecraft/Services/ImageCacheStore.swift b/World Manager for Minecraft/Services/AppSupport/Cache/ImageCacheStore.swift similarity index 100% rename from World Manager for Minecraft/Services/ImageCacheStore.swift rename to World Manager for Minecraft/Services/AppSupport/Cache/ImageCacheStore.swift diff --git a/World Manager for Minecraft/Services/ContentPackageExporter.swift b/World Manager for Minecraft/Services/AppSupport/Export/ContentPackageExporter.swift similarity index 100% rename from World Manager for Minecraft/Services/ContentPackageExporter.swift rename to World Manager for Minecraft/Services/AppSupport/Export/ContentPackageExporter.swift diff --git a/World Manager for Minecraft/Services/ScanNotificationService.swift b/World Manager for Minecraft/Services/AppSupport/Notifications/ScanNotificationService.swift similarity index 100% rename from World Manager for Minecraft/Services/ScanNotificationService.swift rename to World Manager for Minecraft/Services/AppSupport/Notifications/ScanNotificationService.swift diff --git a/World Manager for Minecraft/Services/WorldScanner.swift b/World Manager for Minecraft/Services/AppSupport/Scanning/WorldScanner.swift similarity index 100% rename from World Manager for Minecraft/Services/WorldScanner.swift rename to World Manager for Minecraft/Services/AppSupport/Scanning/WorldScanner.swift