mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
13 lines
209 B
Swift
13 lines
209 B
Swift
|
|
//
|
||
|
|
// main.swift
|
||
|
|
// AltDaemon
|
||
|
|
//
|
||
|
|
// Created by Riley Testut on 6/2/20.
|
||
|
|
// Copyright © 2020 Riley Testut. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
ConnectionManager.shared.start()
|
||
|
|
RunLoop.current.run()
|