From b8681ddf9df0bce2b0037fbd63ce74e5f110ba00 Mon Sep 17 00:00:00 2001 From: meeh <meeh@mail.i2p> Date: Sat, 8 Dec 2018 09:07:03 +0000 Subject: [PATCH] Mac OS X Launcher: Misc updates to the Launchd code, also moved it to a own directory for cleaner source view. --- .../{Utils => routermgmt/launchd}/LaunchAgent+Status.swift | 0 .../I2PLauncher/{Utils => routermgmt/launchd}/LaunchAgent.swift | 0 .../{Utils => routermgmt/launchd}/LaunchAgentManager.swift | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename launchers/macosx/I2PLauncher/{Utils => routermgmt/launchd}/LaunchAgent+Status.swift (100%) rename launchers/macosx/I2PLauncher/{Utils => routermgmt/launchd}/LaunchAgent.swift (100%) rename launchers/macosx/I2PLauncher/{Utils => routermgmt/launchd}/LaunchAgentManager.swift (100%) diff --git a/launchers/macosx/I2PLauncher/Utils/LaunchAgent+Status.swift b/launchers/macosx/I2PLauncher/routermgmt/launchd/LaunchAgent+Status.swift similarity index 100% rename from launchers/macosx/I2PLauncher/Utils/LaunchAgent+Status.swift rename to launchers/macosx/I2PLauncher/routermgmt/launchd/LaunchAgent+Status.swift diff --git a/launchers/macosx/I2PLauncher/Utils/LaunchAgent.swift b/launchers/macosx/I2PLauncher/routermgmt/launchd/LaunchAgent.swift similarity index 100% rename from launchers/macosx/I2PLauncher/Utils/LaunchAgent.swift rename to launchers/macosx/I2PLauncher/routermgmt/launchd/LaunchAgent.swift diff --git a/launchers/macosx/I2PLauncher/Utils/LaunchAgentManager.swift b/launchers/macosx/I2PLauncher/routermgmt/launchd/LaunchAgentManager.swift similarity index 100% rename from launchers/macosx/I2PLauncher/Utils/LaunchAgentManager.swift rename to launchers/macosx/I2PLauncher/routermgmt/launchd/LaunchAgentManager.swift -- GitLab