mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
14 lines
597 B
Swift
14 lines
597 B
Swift
|
|
//
|
||
|
|
// CFNotificationName+SideStore.swift
|
||
|
|
// SideKit
|
||
|
|
//
|
||
|
|
// Created by Joseph Mattiello on 02/28/23.
|
||
|
|
// Copyright © 2023 Joseph Mattiello. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
public let ALTWiredServerConnectionAvailableRequest = CFNotificationName("io.altstore.Request.WiredServerConnectionAvailable" as CFString)
|
||
|
|
public let ALTWiredServerConnectionAvailableResponse = CFNotificationName("io.altstore.Response.WiredServerConnectionAvailable" as CFString)
|
||
|
|
public let ALTWiredServerConnectionStartRequest = CFNotificationName("io.altstore.Request.WiredServerConnectionStart" as CFString)
|