Files
SideStore/SideStoreApp/Sources/SideDaemon/main.swift
2023-03-10 19:30:59 -05:00

15 lines
243 B
Swift

//
// main.swift
// AltDaemon
//
// Created by Riley Testut on 6/2/20.
// Copyright © 2020 Riley Testut. All rights reserved.
//
import Foundation
autoreleasepool {
DaemonConnectionManager.shared.start()
RunLoop.current.run()
}