feat: migrate Mac mini services into Reyna CLI

This commit is contained in:
Adolfo Reyna
2026-08-16 08:24:45 -04:00
parent 9fd04b0ce4
commit 032bc3a580
26 changed files with 4216 additions and 315 deletions
@@ -22,6 +22,7 @@
C0000000000000000000000D /* RemindersProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000011 /* RemindersProvider.swift */; };
C0000000000000000000000E /* RemindersAuthorizationProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000012 /* RemindersAuthorizationProvider.swift */; };
C00000000000000000000011 /* SystemInfoProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000015 /* SystemInfoProvider.swift */; };
C00000000000000000000012 /* PythonLauncher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000016 /* PythonLauncher.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -43,6 +44,7 @@
B00000000000000000000011 /* RemindersProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemindersProvider.swift; sourceTree = "<group>"; };
B00000000000000000000012 /* RemindersAuthorizationProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemindersAuthorizationProvider.swift; sourceTree = "<group>"; };
B00000000000000000000015 /* SystemInfoProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemInfoProvider.swift; sourceTree = "<group>"; };
B00000000000000000000016 /* PythonLauncher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PythonLauncher.swift; sourceTree = "<group>"; };
B0000000000000000000000D /* Reyna CLI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Reyna CLI.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -117,6 +119,7 @@
B00000000000000000000011 /* RemindersProvider.swift */,
B00000000000000000000012 /* RemindersAuthorizationProvider.swift */,
B00000000000000000000015 /* SystemInfoProvider.swift */,
B00000000000000000000016 /* PythonLauncher.swift */,
B00000000000000000000008 /* SocketPathValidation.swift */,
B00000000000000000000009 /* SocketServer.swift */,
);
@@ -209,6 +212,7 @@
C0000000000000000000000D /* RemindersProvider.swift in Sources */,
C0000000000000000000000E /* RemindersAuthorizationProvider.swift in Sources */,
C00000000000000000000011 /* SystemInfoProvider.swift in Sources */,
C00000000000000000000012 /* PythonLauncher.swift in Sources */,
C00000000000000000000006 /* SocketPathValidation.swift in Sources */,
C00000000000000000000007 /* SocketServer.swift in Sources */,
C00000000000000000000008 /* CSignalSupport.c in Sources */,